Location of the Interrupt routine for API in MC9S12XEP100

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Location of the Interrupt routine for API in MC9S12XEP100

1,615件の閲覧回数
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 返信

658件の閲覧回数
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 件の賞賛
返信