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.

AM335X DCAN module

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?