CAN communication on STM32MP157f-dk2 in Classical CAN (CAN2.0)
Hi,
I would like to use CAN communication on my devboard : STM32MP157f-DK2.
So I prepared OS, unfortunatelly I have to flash STM32MP157c-DK2 version according with problem described below:
So, after run OS, I edited *.dts file, by initialized &m_can1 device on PA11 and PA12 pins, which one exposed on the board connector - CN2, and connected "MCP2542 click CAN bus transceiver" board.
In OpenSTlinux userspace I try recive CAN frames by command: candump can0, and there is any problem, because when I send full frame with 8 bytes that it doesn't arrive to device. Maksimum only 5 bytes in frame arrives, like below:

What can be wrong with CAN in STM ?
Please for any tips.
