CAN FD network normal mode does not work
- April 21, 2026
- 3 replies
- 129 views
Hello everyone,
i want to build a CAN FD network with three NUCLEO-C092RC boards. So far i can transmit frames, as i can see on an oscilloscope. But the moment i connect TWO boards, the interrupt is not triggered. My code should activate user LED2 if it receives a frame with one specific id:
Board 1 (0x101) triggers LED when receiving message 0x344 or 0x234
Board 2 (0x234) triggers LED when receiving message 0x344 or 0x101
Board 3 (0x344) triggers LED when receiving message 0x101 or 0x234
i use a nom. baudrate of around 500 kbit/s and data baudrate of 1 Mbit/s with a clock of 40 MHz (HSE).
The Boards are connected with two short (10cm) twisted jumper cables and the jumpers for the 120 Ohm resistor are also plugged in on both baords.
when i test it in external loopback mode, it works (with ident. change)
Could this just be a problem with my wires (reflexion , parasi. C ,etc.)?
thanks a lot for the help
