Errors while debugging a project in STM32CubeIDE
Hello everyone,
I succeeded to import a project for a STM32F405 inside the STM32CubeIDE. It means i created an empty STM32Cube project and imported my own sources and Makefile. I succeeded to compile it and run a debug session after modifying the project and adding the debug flags in the different Makefiles of my project. The debug session works well, i can use live expression, and make step by step.
But when i reach one particular function, then i can't use any buttons like "Step over" or others. I can only pause the debug session and then i get this message : "Break at address "0x1fff36a8" with no debug information available, or outside of program code".
I checked in the memory map and saw that this is the system memory but i don't know why it goes there.
I also several time got this error : No source available for "(gdb[23].proc[42000].threadGroup[i1],gdb[23].proc[42000].OSthread[1]).thread[1].frame[0]"
Did anyone already dealed with those ?
I attach the configuration files of my project if anyone knows how to read them and could find the problem.
Let me know if any other information could be helpful.
Thanks for your answer,
Thomas
