Intel 8XC196K Series User Manual page 310

Table of Contents

Advertisement

CAN_MSG x CON0
x = 1–15 (87C196CA)
Program the CAN message object x control 0 (CAN_MSG x CON0) register to indicate whether the
message object is ready to transmit and to control whether a successful transmission or reception
generates an interrupt. The least-significant bit-pair indicates whether an interrupt is pending.
This register consists of four bit-pairs — the most-significant bit of each pair is in true form and the
least-significant bit is in complement form. This format allows software to set or clear any bit with a
single write operation, without affecting the remaining bits.
7
87C196CA
MSGVAL
Bit
Bit
Number
Mnemonic
7:6
MSGVAL
5:4
TXIE
3:2
RXIE
1:0
INT_PND
Figure 12-18. CAN Message Object x Control 0 (CAN_MSGxCON0) Register
When the SIE bit in the CAN control register is set, the CAN controller generates a successful
reception (RXOK) interrupt request each time it receives a valid message, even if no message ob-
ject accepts it. If you set both the SIE bit (Figure 12-17) and an individual message object's RXIE
bit (Figure 12-18), the CAN controller generates two interrupt requests each time a message ob-
ject receives a message. The status change interrupt is useful during development to detect bus
errors caused by noise or other hardware problems. However, you should disable this interrupt
during normal operation in most applications. If the status change interrupt is enabled, each status
change generates an interrupt request, placing an unnecessary burden on the CPU. To prevent re-
dundant interrupt requests, enable the error interrupt sources (with the EIE bit) and enable the re-
ceive and transmit interrupts in the individual message objects.
CAN SERIAL COMMUNICATIONS CONTROLLER
MSGVAL
TXIE
TXIE
Message Object Valid
Transmit Interrupt Enable
Receive message objects do not use this bit-pair.
For transmit message objects, set this bit-pair to enable the CAN
peripheral to initiate a transmit (TX) interrupt after a successful trans-
mission. You must also set the interrupt enable bit (CAN_CON.1) to enable
the interrupt.
bit 5 bit 4
0
1
no interrupt
1
0
generate an interrupt
Receive Interrupt Enable
Transmit message objects do not use this bit-pair.
For receive message objects, set this bit-pair to enable the CAN peripheral
to initiate a receive (RX) interrupt after a successful reception. You must
also set the interrupt enable bit (CAN_CON.1) to enable the interrupt.
bit 3 bit 2
0
1
no interrupt
1
0
generate an interrupt
Interrupt Pending
Address:
1E x 0H ( x = 1–F)
Reset State:
Unchanged
RXIE
RXIE
INT_PND
Function
0
INT_PND
12-31

Advertisement

Table of Contents
loading

Table of Contents