I am having trouble debugging my already working FreeRTOS application after changing the APP_BASE location. The debugger does not Run to symbol "main", it just hangs. However, after deselecting the Run to symbol option, is lands at PC = 0x0100xxxx, the ROM bootloader.
I have read through various Bootloader examples. I can debug the TI example boot_demo1 and have verified PC = 0x00004xxx. Run to symbol "main" and stepping through app works. For comparison, if the boot_demo1 Run to symbol option is disabled, PC=_c_int00_noargs().
Any ideas or tips appreciated.