MPC5748C FlexCan CANFD Maximum baud rate of a data segment

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC5748C FlexCan CANFD Maximum baud rate of a data segment

跳至解决方案
1,242 次查看
xiha
Contributor II

Now I want to configure baud rate of a data segment,I use 8 FlexCan(Can 0 ~ Can 7) and my project is based on Example_MPC5748G_FlexCAN_FD_TX_RX_test_S32DS_21. If i configure 40K, a lot of data will be lost. I find  PE clock of FlexCan is 40MHz, Is it because of this clock that this problem is caused??? So the maximum baud rate of the data segment is 20K if i use 8 FlexCan???

sample site  Propagation segmentPhase segment 1Phase segment 2Prescaler Division FactorResync jump width
80%arbitration segment bitrate500K76331
80%data segment bitrate4000K51101
0 项奖励
回复
1 解答
1,228 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

max bitrate is about 8Mbps, you can refer to chapter 43.5.10 Clock domains and restrictions of the RM for more info. For sure this bitrate must be supported by used CAN transceiver. For higher bitrates (>4MHz) enabling TDC would be needed.
For you issue, check if any error is detected that can point to root cause (bit timing, PHY issues, etc)...
If just data are lost, I guess on receing side, it can simply show that you are not able to handle/process received messages within MBs in time over all used FlexCAN modules. Check a processing time.

BR, Petr 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,229 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

max bitrate is about 8Mbps, you can refer to chapter 43.5.10 Clock domains and restrictions of the RM for more info. For sure this bitrate must be supported by used CAN transceiver. For higher bitrates (>4MHz) enabling TDC would be needed.
For you issue, check if any error is detected that can point to root cause (bit timing, PHY issues, etc)...
If just data are lost, I guess on receing side, it can simply show that you are not able to handle/process received messages within MBs in time over all used FlexCAN modules. Check a processing time.

BR, Petr 

0 项奖励
回复
1,220 次查看
xiha
Contributor II

OK,i will check it,thanks for you.^-^

0 项奖励
回复