STM32 Nucleo-H723ZG PA11&PA12 not working? (GPIO & FDCAN)
Dear Community,
I am using a Nucleo-H723ZG for my uni project and im running into issues with the PA11 & PA12 Pins.
I want to use them for FDCAN1 and I have verified that my code works.
No matter in what way i try to use these two pins the dont output.
if I switch to FDCAN2 with the same code and simply switch all instances of &hfdcan1 to &hfdcan2 i can read the signals with an scope and a can2usb adapter and get the right values.
I also tried to select just the mcu instead of the board because i read that sometimes USB_OTG messes with things but no luck.
Lastly i tried with another brand new Nucleo-H723ZG but also here no output on PA11 & PA12 whatsoever.
Not even in GPIO-Mode.
Do I have to turn something specific of?
I attached the full project.
Kind regards



