Hi,
I am using Code Composer Studio 3.3 with F2812 processor. The emulator used is C2000.
I use Visual Basic Scripts interface with the built-in scripting utility of CCS to test the embedded software. It had all been running fine on my target until recently. But when the scripts are run in a continuous batch, the following issues are found alternatively:
- Code Composer hangs when an API call to BreakpointSetAddress or TargetRunAsynch is made
- CCS does not place breakpoint but continue to execute the remaining script
The scripts run well when executed individually.
What would have caused the aforesaid issues?
Thanks,
Anupama