Vector interrupt in MC68HC908GZ60

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Vector interrupt in MC68HC908GZ60

2,051 次查看
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
标签 (1)
0 项奖励
回复
1 回复

575 次查看
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 项奖励
回复