Part Number: TMS320F28035
Hi Champ,
I have following question about CAN bus off:
1.bus-off flag BO will be cleared automatically or not if CAN exit the bus off condition?
1.if ABO is 0, what is the SW procedure to exit the bus off ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28035
Hi Champ,
I have following question about CAN bus off:
1.bus-off flag BO will be cleared automatically or not if CAN exit the bus off condition?
1.if ABO is 0, what is the SW procedure to exit the bus off ?
1.bus-off flag BO will be cleared automatically or not if CAN exit the bus off condition?
A more reliable indicator of bus-off condition than CANES.BO is the CANMC.CCR bit. This is because, in CANES register, the first bit that gets set will freeze the other bits until the first bit is cleared. CANMC.CCR bit will get set upon bus-off.
1.if ABO is 0, what is the SW procedure to exit the bus off ?
The CCR bit must be cleared.
Hareesh,
Could you help to confirm the CANES.BO will be cleared automatically or not if CAN exit the bus off condition?
As explained in my previous thread. CANES.BO is not a reliable indicator of bus-off. Application should use CANMC.CCR instead.
I understood use CANMC.CCR instead.
But i just want to confirm CANES.BO will be cleared automatically or not if CAN exit the bus off condition?