Why does Stm32CubeIDE give me "Break at address 0x1ff0b4cc with no debug information available" (right after downloading code into chip)?
Chip: STM32H750VBT6 (custom pcb)
BOOT0: connected to GND with a 10k resistor.
Debugger: ST-LINK v2 USB Dongle (updated to latest firmware by CubeIDE)
CubeMX: 6.4.0 (updated today to latest)
CubeIDE: 1.8.0 (11526_20211125_0815, updated today to latest)
Verified the following (maybe overkill to mention):
- Active build configuration is "Debug"
- Interface: swd
- Probe: ST-LINK (ST-LINK GDB server)
- CubeMX: Serial Wire Debugging
I've also tried a Mass Erase with CubeProgrammer, but it had no effect.
The weird part is that CubeIDE gives me this error, but TrueStudio just works fine.
This error occurs immediately after downloading the code into the chip.
(The first instruction auto-breakpoint also isn't triggered).
What am I missing / doing wrong?
