Skip to main content
Visitor II
July 2, 2020
Question

Questions about CAN development,the main chip is stm32mp157AAC

  • July 2, 2020
  • 0 replies
  • 652 views

Hello,

I am developing CAN, but during the test process, I found that part of frames would be lost when setting the classic CAN of ST to be received. The specific test is as follows:

1)​Connect NXP's 6ULL to my own board(STM32mp157AAC) and set the baud rate of the two boards to 50K.

2)Send 1 byte of data from 6ull every 10ms(program set) :./can_send -d can0-i 1 66,

Then set my development board to receive:candump -L can0 -d, the board receives data normally, as follows:

0693W000001rzwzQAA.png

2)Send 1 byte of data from 6ull every 1ms(program set),./can_send -d can0-I 1 66,

Then  set my development board to receive:candump -L can0 -d,it will dropped CAN frames,can you give me some advice? Thanks

0693W000001rzy2QAA.png

    This topic has been closed for replies.