Hi!
I have used Processor Expert for a test code with MC9RS08LA8CFT. Code is attached.
I have added the void TPM2_isr(void) interrupt service routine before main(). I have enabled the TPM2 interrupt to occur via the processor expert(see image)
Also see the debug session that execution doesn't enter the TPM2_isr() when TPM2 overflow occur.
What should I do in order the execution goes to TPM2_isr() when TPM2 overflow occur?
Original Attachment has been moved to: Test2.c.zip
I have not worked on the RS08, but can not find or do not see you enable global interrupt mask.
Try that.
Regards.