2003-01-29 02:22 AM
ST72324: External Interrupt on rising edge and high level
2003-01-26 10:20 PM
Hi,
In case of ''Interrupt on rising edge and high level'' selection for external port pin, the interrupt generated is just one or a sequence until the signal goes down again? In case of a sequence, wich is the time between one interrupt and the following one? If somebody knows the answers..... thanks a lot Fiorenz2003-01-29 02:22 AM
The interrupt sensitivity ''rising edge and high level'' launches an interrupt as soon as a rising edge is detected on the I/O and several interrupts while the line is high (5V). So a lot of interrupts can be launched and latched!
Concerning the time, it depends only on the time spent in your external interrupt routine (2 ext its can be consecutive immediately without coming back in the main routine).[ This message was edited by: stef on 29-01-2003 15:54 ]