I want to establish CAN communication between an STM32H745ZITx and a Linux system using the MCP251xfd interface.
Here are my current settings on the Linux and STM32 side:
ip link set can0 up type can bitrate 1000000 sample-point 0.8 dbitrate 1000000 dsample-point 0.8 fd on
[[enter image description here](https://i.sstatic.net/GPh5qYHQ.png)](https://i.sstatic.net/WCe7nIwX.png)
Why am I unable to establish communication with these settings? What could be the issue?
linuxuser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.