Location of the Interrupt routine for API in MC9S12XEP100

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

Location of the Interrupt routine for API in MC9S12XEP100

1,613 次查看
Xbot
Contributor II
hi,
        I would like to know where the Interrupt routine is found in MC9S12XEP100 when using the API.
        Im implementing this to monitor circuit and CAN wakeevents.
 
       Is there other ways to implement this? also, please provide details or parcel codes to implement
       going to sleep and wake up.
 
      one more thing, does the CAN automatically sleeps when on idle or is this software triggered?
 
 
thanks,
xbot
标签 (1)
0 项奖励
回复
1 回复

656 次查看
Nabla69
Contributor V
Hello XBot,
 
The interrupt code is situated where you want and declared it in the interrupt vector table. Look in the datasheet to see where the vector (=jump address) should be written.
 
The CAN does not go automatically to sleep when idle. This would be a violation of the CAN protocol.
 
Cheers,
Alban.
0 项奖励
回复