Tool/software:
Hi,
My customer is now implementing the timer interrupt service routine using Timer_cc register by referring to IRQHandler(void) from the example code of Timer interrupt.
However, the program stops even though it came back to the previous point after processing the interrupt routine.
Are there any restrictions, such as the fact that IRQHandler(void) must be placed in the same source file as the program that generates interrupt processing?
Thanks and regards,
Hideaki