Vector interrupt in MC68HC908GZ60

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

Vector interrupt in MC68HC908GZ60

2,050 Views
baonguyen
Contributor I
Hi everybody,

How do I can know the default vector for interrupt (for MC68HC908GZ60) such as: TBM, TIM1 overflow ... in MC68HC908GZ60. For example, vector for TBM is 17. What's about TIM1 overflow, ...?

Thanks alot
Best regards
Labels (1)
0 Kudos
Reply
1 Reply

574 Views
peg
Senior Contributor IV

Hi,

The interrupt vector numbers are just the word number counting down from FFFF. The reset vector is FFFE:FFFF and is 0 and so on. If you refer to the datasheet you can use the IF numbers in the table for the Interrupt status register and add one to these values.

Regards David

 

0 Kudos
Reply