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.

LAUNCHXL-F28379D: How to correctly calculate CAN bit rate

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Hello,

I've been working on the CAN of the F28379D for quite a while and I was wondering how to correctly set the parameters of the CAN_setBitRate(uint32_t base, uint32_t clock, uint32_t bitRate, uint16_t bitTime) function in order to obtain a bitrate of 1000 kb/s. I tried to set 1000000 as the bitRate parameters but this didn't change anything: I use a Kvaser Blackbird V2 as can sniffer and it only receives messages at 500 kb/s

I looked in the Technical Reference Manual but it wasn't really helpful, all I understood is that the function CAN_setBitTiming is to be used to obtain a control on the bit timing, but then again I have no clue on how to set the correct parameters.

Thanks in advance for your help,

Alessandro