Resolved! STM32H7 FDCAN: sending FD message not working, non-FD works
Hi,I am trying to send a CAN FD message with a STM32H743, using initialization code generated by CubeMX. Attached you can find a screenshot of the CubeMX settings. The clock to the FDCAN module is 100MHz. This is the code I use to send the message:HA...