Announcements

Learn how to optimise USB-C for your designs at 18 May's USB-C PD Webinar.
Click here to register.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

kirankalsani
Level 1
Level 1
First question asked Welcome!

Hi,

Can you please confirm what is the default state of the I2C_INT_EC (Pin F11, Embedded Controller interrupt) on the CYPD6227-96BZXI? Is it logic low or high?

Also what is the state change when the PD controller wants to actually send an interrupt to the Embedded controller. Is it low to high or high to low?

Do we need to configure this as edge triggered interrupt or level triggered in the EC?

-Kiran

 

1 Solution
PranavaYN
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 50 likes received

Hi Kiran,

I2C_INT_EC is configured as open drain pin. By default it will be floating. External pull-up should be used.

This pin is an active low pin and edge triggered . High-to-low transition can be considered for the interrupt.

Best regards,
Pranava

View solution in original post

0 Likes
1 Reply
PranavaYN
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 50 likes received

Hi Kiran,

I2C_INT_EC is configured as open drain pin. By default it will be floating. External pull-up should be used.

This pin is an active low pin and edge triggered . High-to-low transition can be considered for the interrupt.

Best regards,
Pranava
0 Likes