2025-07-05 7:37 AM
The STM32H750B-dk Based Custom Board isn't entering debugging mode when using STM32CubeIDE . But QSPI Example Code is working perfectly.
2025-07-05 10:09 AM - edited 2025-07-05 10:09 AM
If the FMC settings are bad, the debugger won't be able to connect.
Does the program work in non-debug mode?
Consider putting in HAL_Delay(1000) prior to any FMC initialization, setting a breakpoint there, and stepping through.