Not branching to ISR

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Not branching to ISR

956 Views
BlueTower
Contributor II

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)127900_127900.jpg1_14_16b.jpg

 

Also see the debug session that execution doesn't enter the TPM2_isr() when TPM2 overflow occur.

 

127919_127919.jpg1_14_16a.jpg

 

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

Labels (1)
0 Kudos
Reply
1 Reply

860 Views
Leojunin
Contributor IV

I have not worked on the RS08, but can not find or do not see you enable global interrupt mask.

Try that.

Regards.

0 Kudos
Reply