MOD54415 Interrupts
-
- Posts: 192
- Joined: Mon Dec 17, 2012 6:24 am
MOD54415 Interrupts
Does anyone know if there's a way to set up an interrupt to trigger if a pin is pulled high, then again if it is pulled low?
Re: MOD54415 Interrupts
yes, see page 355 of the MCF54415RM.pdf in the docs folder.
Each pin can be configured individually as a level-sensitive interrupt pin, or an edge-detecting interrupt pin (rising edge, falling edge,
or both), or a general-purpose input/output (I/O) pin.
Each pin can be configured individually as a level-sensitive interrupt pin, or an edge-detecting interrupt pin (rising edge, falling edge,
or both), or a general-purpose input/output (I/O) pin.
-
- Posts: 192
- Joined: Mon Dec 17, 2012 6:24 am
Re: MOD54415 Interrupts
Awesome. Thanks!!