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.

TMS570 CAN bit rate calculation

Other Parts Discussed in Thread: HALCOGEN

Hi, everyone,

We’ve met a problem in TMS570 CAN bit rate calculation, could you help me to check it? Thanks!

As we all know, the Prop_Seg, which is part of the bit time, depends on the delay of driver ,the delay of the receive circuit and the delay of driver line.

In my opinion, the delay of bus driver and the receive circuit depends on the application system, as the TMS570 TRM in page 889 shows as below

“Its length depends on the delay times measured in the system”

Is this right? If not, how to check the delays? Is there an easy way to estimate the delay so that we can flexibly change the CAN bit rate in the program? With HAL Code Generator, we can easily calculate the bit rate, and how does it get the delays of bus driver and the receive circuit?

Thanks!