Can not send CAN frames with STM32MP15F-EVAL and can-utils
Hello,
I'm trying to send a CAN frame with can-utils library on STM32MP157F-EVAL board.
I read the following sites [1] and [2] and tried the commands:
root@stm32mp1:~# ip link set can0 up type can bitrate 1000000
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
root@stm32mp1:~# cansend can0 055#11223344
write: No buffer space availableno messages are sent and after some trys I get the error: No buffer space available.
root@stm32mp1:~# candump can0candump also receives no frames.
The opposite station sends can messages and they are arriving the stm32 eval board. I have measured this with an oscilloscope.
what am I doing wrong?
How can I configure the eval board to send can frames?
Kind regards,
Dmn
