Hi all,
This just happened to me today. For context, I didn’t just install updates or change of the configuration files (to my knowledge). I started a new project as an import from STM32 CubeMX, and after writing a few tasks I got the following error:
Warning: could not set a breakpoint on main. ‘Step into new instance’ will not work.
No executable file specified.
Use the “file” or “exec-file” command.
Cannot resolve the address of _estack. Skipping stack pointer validity check.
It started running the last built project instead. There were no build errors. The main difference that I noticed from normal was that the flash memory was not reprogrammed before attempting to run it.
I’m still pretty new to ARM dev, so any help is appreciated. Thanks