Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Ads

Discussion Groups

Discussion Groups | 68HC12 | MSCAN TX Question

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

MSCAN TX Question - mcu_guy - Dec 10 9:06:00 2002

Can anyone explain how the MSCAN Transmission Interrupt is triggered
and implemented.

Thanks.





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: MSCAN TX Question - K.P.Venu - Dec 10 10:18:00 2002

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 >

__________________________________________________





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )