Location of the Interrupt routine for API in MC9S12XEP100

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

Location of the Interrupt routine for API in MC9S12XEP100

1,244 Views
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
Labels (1)
0 Kudos
1 Reply

287 Views
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 Kudos