Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
Can anyone explain how the MSCAN Transmission Interrupt is triggered and implemented. Thanks. |
|
|
|
I do this way for triggering a CAN interrupt from my application code. if(!(GetInterrupt())) { INTR_OFF(); CTCR = TXEIE1; INTR_ON(); } else CTCR = TXEIE1; --- "mcu_guy <>" <> wrote: > Can anyone explain how the MSCAN Transmission > Interrupt is triggered > and implemented. > > Thanks. > ------------------------ Yahoo! Groups Sponsor -------------------------------------------------------- > To unsubscribe from this group, send an email to: > To learn more about Motorola Microcontrollers, > please visit > http://www.motorola.com/mcu > __________________________________________________ |