Hi
I am using the TM4C123 Tiva trying to implement can bus monitor
is it possible to listen to the bus without sending ACK after receiving data.
thanks
Zahi
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.
Hi
I am using the TM4C123 Tiva trying to implement can bus monitor
is it possible to listen to the bus without sending ACK after receiving data.
thanks
Zahi
Quick look at the docs: TivaWare API doesn't seem to provide the functionality, but I suggest you look at the datasheet, particularly at register 6 of the CAN module. Bit 3 controls the "Silent Mode" - "This mode is also known as Bus Monitor mode." Maybe that works for you?