Other Parts Discussed in Thread: SN65HVD1040
Hello,
I am trying to set-up CAN bit rate at 1Mbps. After making attempts, first with CanBitRateSet() and then with CanBitTimingSet(), all I could achieve was some arbitrary pulses coming from CAN H and L.
To check with other bit rates, I tried to configure the bit rate to 500 kbps and it worked fine. I verified the same on oscilloscope as well as checked the message on PC received via CAN-USB Cable(PCAN devices).
Further details of the configured system are:-
TM4C123GH6PM controller is clocked at 80MHz, from a 8MHz Crystal. The transceiver used is SN65HVD1040.
I am doing the above process of different bit rates with Simple_tx.c from example codes of TM4C123.
Please provide your advise to get the desired bit rate.
Thank you,
Aditya