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

cross mob

GPIO interrupt with High Z Analog drive mode

GPIO interrupt with High Z Analog drive mode

Anonymous
Not applicable
Question: Why doesn't the GPIO interrupt work with High Z Analog drive mode?

 

Answer:

In HighZ Analog Mode, the schmitt trigger that interfaces the GPIO with the internal digital logic is disabled.  Because of this, interrupt will not work in this mode.  For the interrupt to work, the GPIO should be configured as HighZ drive mode.

This is shown in the GPIO block diagram shown below. The drive mode of the GPIO shouldn't be High Z Analog (110b) for the interrupt to work.

 

0 Likes
408 Views
Contributors