489
CHAPTER 16 CAN controller
Table 16.3-3 Functions of Control Status Register (Low) (CSR: L) (1/2)
bit name
Function
bit0
HALT:
Bus halt bit
This bit controls the bus halt.The halt state of the bus can be checked by reading the HALT bit.
At reading
"0":
on bus operation
"1":
halting bus operation
At writing
"0":
cancels bus halt
"1":
set bus halt
Note: When write 0 to this bit during the node status is Bus Off, ensure that 1 is written to this bit.
Reference programming example:
switch (IO_CANCT0.CSR.bit.NS)
{
case 0:/* error active */
break;
case 1:/* warning */
break;
case 2:/* error passive */
break;
default:/* bus off */
for (i=0; (i<= 500) || (IO_CANCT0.CSR.bit.HALT= 0):i++);
IO_CANCT0.CSR.word = 0x0084; /* halt = 0 */
}
*: The valiable i is used for fail safe.
[Conditions for halting bus]
•
Hardware reset
•
Node status transition to bus off
•
Writing "1" to HALT bit
[Operation when bus halted]
Message being transmitted: Bus halted after completion of transmitting
Message being receiving: Bus halted immediately
Storing in message buffer: Bus halted after completion of storing
Note:
•
To check whether the bus is halted, read the value of the HALT bit.
•
Before switching to the low power consumption mode, write "1" to the HALT bit and then read the HALT bit
to check that the bus is completely halted (CSR: HALT = 1).
[Conditions for canceling bus halt]
•
The state in which the bus is halted by a hardware reset or by writing "1" to the HALT bit is cancelled after 0
is written to the HALT bit and an 11-bit High level (receive) is input continuously to the receive input pin
(RX).
•
The state in the bus off is cancelled after "0" is written to the HALT bit and an 11-bit High level (receive) is
input continuously 128 times to the receive input pin (RX).
•
The values of the transmit and receive error counters are both returned to "0" and the node status transits to
error active.
Note: When write 0 to this bit during the node status is Bus Off, ensure that 1 is written to this bit.
[State in which bus halted]
•
Transmitting and receiving are not performed.
•
A High level (receive) is output to the transmit output pin (TX).
•
Other registers or error counters are not updated.
Note:
•
Set the bit timing register (BTR) after halting the bus.
bit1
Reserved:
reserved bit
Be sure to set this bit to "0".
Read: "0" is always read.
Summary of Contents for F2MC-16LX Series
Page 2: ......
Page 3: ...FUJITSU LIMITED F2MC 16LX 16 bit Microcontroller MB90895 series Hardware Manual ...
Page 4: ......
Page 8: ...iv ...
Page 10: ...vi ...
Page 36: ...18 CHAPTER 2 HANDLING DEVICES ...
Page 176: ...158 CHAPTER 3 CPU ...
Page 224: ...206 CHAPTER 5 Timebase timer ...
Page 294: ...276 CHAPTER 8 16 bit reload timer ...
Page 366: ...348 CHAPTER 12 DTP external interrupt ...
Page 398: ...380 CHAPTER 13 8 10 bit A D converter ...
Page 446: ...428 CHAPTER 14 UART0 ...
Page 588: ...570 CHAPTER 17 Address Match Detecting Function ...
Page 626: ...608 CHAPTER 19 512 KBIT FLASH MEMORY ...
Page 676: ...658 APPENDIX Table A 9 3 Bit Operation Instruction Map first byte 6CH ...
Page 678: ...660 APPENDIX Table A 9 5 2 byte Instruction Map first byte 6FH MUL MULW DIVU A A A ...
Page 680: ...662 APPENDIX Table A 9 7 ea Instruction 2 first byte 71H ...
Page 681: ...663 APPENDIX A Instructions Table A 9 8 ea Instruction 3 first byte 72H ...
Page 682: ...664 APPENDIX Table A 9 9 ea Instruction 4 first byte 73H ...
Page 683: ...665 APPENDIX A Instructions Table A 9 10 ea Instruction 5 first byte 74H ...
Page 684: ...666 APPENDIX Table A 9 11 ea Instruction 6 first byte 75H ...
Page 685: ...667 APPENDIX A Instructions Table A 9 12 ea Instruction 7 first byte 76H ...
Page 686: ...668 APPENDIX Table A 9 13 ea Instruction 8 first byte 77H ...
Page 687: ...669 APPENDIX A Instructions Table A 9 14 ea Instruction 9 first byte 78H ...
Page 688: ...670 APPENDIX Table A 9 15 MOVEA RWi ea Instruction first byte 79H ...
Page 689: ...671 APPENDIX A Instructions Table A 9 16 MOV Ri ea Instruction first byte 7AH ...
Page 690: ...672 APPENDIX Table A 9 17 MOVW RWi ea Instruction first byte 7BH ...
Page 691: ...673 APPENDIX A Instructions Table A 9 18 MOV ea Ri Instruction first byte 7CH ...
Page 692: ...674 APPENDIX Table A 9 19 MOVW ea Rwi Instruction first byte 7DH ...
Page 693: ...675 APPENDIX A Instructions Table A 9 20 XCH Ri ea Instruction first byte 7EH ...
Page 694: ...676 APPENDIX Table A 9 21 XCHW RWi ea Instruction first byte 7FH ...
Page 710: ......