Hello, i'm trying to debug my application and i'm encountering the following errors on startup
When the program loads and starts it fails to reach the main function with autorun, and from then, setting any breakpoint will result with error -1066 "Remain Halted"
and the SW will break on another code.
important info:
1. i am using the TI provided gel files, so the debugger memory map is set properly.
2. it is not a hardware issue because the hardware is working in another project.
3. i have tried to compare between the projects in terms of linker & compiler flags without success.
4. i am able to read the memory locations mentioned in the errors (e.g. 0x1A6A8, 0x1A6D8, etc..)
5. the target configuration file is using a JTAG chain and is identical to the target configuration used in the working project.
6. the launch configuration is also identical to the working project.
I am using CCS1220 with emulation package 9.10.0.00080, the error has occurred on CCS1250 too.
Thanks.