Tool/software: Code Composer Studio
I am facing this strange reset issue on my device. After I run the code, it hangs and when I pause, I see PC points to reset vector. It it's normal reset then CPU should go through the reset cycle and start from reset vector and keep executing the BOOT code but in this case it get stuck at reset vector and does not execute anything as if a debugger reset has been issued and CPU halts at reset vector. My question is -
- Is there any way CCS can forces the reset to CPU ? E.g. there is bus hang condition which can cause CCS to force debug reset?
- If yes, can I disable this feature in CCS?
Regards,
Vivek Singh