How to program CAN module of LAUNCHXL-F28379D to operate in SIlent Mode?
Thank you for your support.
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.
How to program CAN module of LAUNCHXL-F28379D to operate in SIlent Mode?
Thank you for your support.
Bit 3 of CAN_TEST register controls silent mode.
Here are some helpful CAN resources, if you are new to CAN:
Please download my Application report http://www.ti.com/lit/sprace5. It has many tested examples. I request you to look at the Debug tips provided. Most CAN issues can be resolved by going through this checklist.
Application report http://www.ti.com/lit/spracq3 depicts lot of easy to understand waveforms and also provide a tool to introduce error at a chosen bit location.
The TRM chapter explains the CAN protocol implementation in the MCU. i.e. it explains the functions of the various registers/bits. However, it does not explain the protocol itself. For protocol information, refer to these excellent videos:
https://training.ti.com/automotive-can-overview
Here is a list of available CAN books:
Thank you for your reply.
Further question:
During Silent Mode operation, is it possible to perform CAN_readMessage() (i.e. read data and Message ID in a Message Object)?