hi,
I want to debug the DCAN module of AM335X. The CAN_CLK is 24MHz,and the CAN bit rate is 250 KBit/s.
The bit time parameters is configured as follows:
TSeg1 = 0x4
TSeg2 = 0x3
Tsjw = 0x1
BRP = 12
so the BTR register is programmed to 0x0000230B.
is that right?