Hi all!
I have two independent projects (bootloader and application projects). I am able to program both of them to the uC and it works, executing first the code from the bootloader, later it jumps to app_main and executes the code from the app project.
What I want is when loading the app project, be able to "stop on access point" and see the code from the bootloader project, and not just the assembler.
Is there any way to pass debug information from one project to the other one?
Thanks in advance,
Rubén