2020-04-22 06:35 AM
I am using STM32F207. I generated a project using cubeide, and everything was working.
the folder structure was such that Inc, Src, and Startup were placed in Core folder.
i moved them to parent folder, deleted core. The project builds, but when i start to debug i get the error
Signal : SIGTRAP:Trace/breakpoint trap
Break at address "Break at address "0xf3af4804" with no debug information available, or outside of program code."
couldnt understand what was going on in disassembly, attached is the screenshot.