I have a working project, but from some point on, when I start it in Debug mode, it doesn't stop in main.c, but stops in one point in the code before main...
Debugger reports trace/breakpopint at ucHeap() 0x20011b88 ....
If I click on Run->Reset, the projects resets correctly, in main.c or Reset_handler if I set additional breakpoint...
I've checked and cleared all breakpoints, but this still happens...
Obviously something happened, probably in project settings. Where can I learn more about how exactly is project started and where to start checking what is wrong ?
Thanks in advance, regards.