The following situation:
I am debugging my bootloader which is loading an application-binary into flash. After that the code will jump to the main function of the application. After the jump I can only debug on assembler-level, since CCS does not find the code of the application.
Is there a way to tell the CCS-Debugger where it can find the sources for this part of the executable?