<< Click to Display Table of Contents >> IRQ Custom Code |
|
Output of IRQ Custom Code block is function-call signal. When interrupt activated, it generates function-call to execute the block in function-call subsystem.
When you want to add your own custom asynchronous (interrupt) C code to the system.
- Define the prototype of interrupt handler routine (without semi-colon ";" )
- An example for interrupt handle for External Interrupt line 0: void EXTI0_IRQHandler(void)