I have two projects that I am trying to run and debug on the same core. I have a custom bootloader program that starts up first and checks to see if there is a valid application program. I would like to be able to run and debug the bootloader and when it jumps to the application code, I would like to be able to debug that. These two projects have their own space in flash, but I have thus far been unable to find a way to run them both at the same time.
Is this possible?? I have successfully done this exact thing in IAR Embedded Workbench, but have found no way as of yet, to do it in CCS.