Hello,
if i add the option "Load Additional Project" and select eg. Blinky application this project will also loaded int flash memory if i start debugging.
This time i am developing an bootloader and it is very usefull that i can debug/set breakpoints inside both applications, this works very well, with the option!!
But is it possible that i set breakpoints and debug the blinky application if i dont have the option "Load Additional Project"?
When i do not have the option "Load Additional Project" activated i can debug my bootloader, but if i branch into the blinky app i only see the Dissasembly is there a way to connect to the source of Blinky?
That i can set breakpoints use F10/F11 inside my Blinky.c und do not must debug inside assembly?
Best Regards
Markus
if i add the option "Load Additional Project" and select eg. Blinky application this project will also loaded int flash memory if i start debugging.
This time i am developing an bootloader and it is very usefull that i can debug/set breakpoints inside both applications, this works very well, with the option!!
But is it possible that i set breakpoints and debug the blinky application if i dont have the option "Load Additional Project"?
When i do not have the option "Load Additional Project" activated i can debug my bootloader, but if i branch into the blinky app i only see the Dissasembly is there a way to connect to the source of Blinky?
That i can set breakpoints use F10/F11 inside my Blinky.c und do not must debug inside assembly?
Best Regards
Markus