Part Number: AM5728
Tool/software: Code Composer Studio
My current test setup is the TI EVM AM572x EVM and template demo. Everything is working fine if I exit the debugger when editing source code. However, I need to ensure my development workflow is efficient.
I tried to not exit the debugger when editing source code but get errors as follows:
- Press EVM reset button
- Click Debug
- Click Run
- Click Suspend
- Edit source code
- Build project
- CCS detects .out has been modified and I select Yes to reload
- Clicking Run causes the following error:
CortexA15_0: Unhandled ADP_Stopped exception 0x800C4A28
Please let me know if there is a way to "edit/build/reload/run" within a Debug session without generating errors.
Regards,
Dave