STM32H723ZG: FDCAN frame sent successfully but not received (Internal Loopback)
Hi everyone,
I'm having a hard time with the FDCAN on a NUCLEO-H723ZG. I’ve tried several setups (external with transceivers, external loopback with wires), but I’ve stripped everything back to Internal Loopback mode on FDCAN1 to simplify things.
Current situation: I can actually see that the frame is sent successfully (no TX errors), but the receive interrupt/FIFO never triggers. It’s like the frame is going out into the void and not looping back into the RX FIFO.
I'm using the HAL drivers.
Here are the errors/status I'm getting via printf:
Full code is available here: https://github.com/mpek29/FDCAN-NUCLEO-H723ZG
Has anyone experienced this "TX works but RX fails" issue on the H7 series?
Thanks for any help! mpek29

