553
/
838
Nations Technologies Inc.
Tel
:
+86-755-86309900
:
Address: Nations Tower, #109 Baoshen Road, Hi-tech Park North.
Nanshan District, Shenzhen, 518057, P.R.China
Bit Field
Name
Description
This bit is set by hardware, indicating that the software CAN module is in sleep
mode. This bit is the confirmation of the software request to enter sleep mode
( the CAN_MCTRL.SLPRQ bit is set).
Hardware clears this bit when CAN exits sleep mode (CAN leaves Sleep mode
and entering normal mode,it needs to be synchronized with CAN bus).
Synchronization with CAN bus here means that the hardware needs to detect 11
consecutive recessive bits on the RX pin of CAN.
Notes
: clearing CAN_MCTRL.SLPRQ bit by software or hardware will start the
process of exiting sleep mode. See the description of CAN_MCTRL.AWKUM bit
for details of clearing CAN_MCTRL.SLPRQ bit.
0
INIAK
Initialization acknowledge
This bit is set by hardware, indicating that the software CAN module is in
initialization mode. This bit is the confirmation of the software request to enter
the initialization mode (the CAN_MCTRL.INIRQ bit is set).
Hardware clears this bit when CAN exits initialization mode (CAN leaves
Initialization mode and entering normal mode,it needs to be synchronized with
CAN bus). Synchronization with CAN bus here means that the hardware needs to
detect 11 consecutive recessive bits on the RX pin of CAN.
CAN transmit status register (CAN_TSTS)
Address offset: 0x08
Reset value: 0x1C00 0000
Bit Field
Name
Description
31
LOWM2
Lowest priority flag for mailbox 2
When multiple mailboxes are waiting to send messages, and the priority of
mailbox 2 is the lowest, hardware sets this bit.
30
LOWM1
Lowest priority flag for mailbox 1
When multiple mailboxes are waiting to send messages, and the priority of
mailbox 1 is the lowest, hardware sets this bit.
29
LOWM0
Lowest priority flag for mailbox 0
When multiple mailboxes are waiting to send messages, and the priority of
mailbox 0 is the lowest, hardware sets this bit.
Notes
: If there is only one mailbox waiting, CAN_TSTS.LOWM[2:0] is cleared
28
TMEM2
Transmit mailbox 2 empty
When there is no message waiting to be sent in mailbox 2, hardware sets this bit.