Tool/software:
Greetings,
Under CCS10, the previous version we have been using, we have a procedure for attaching to a device without affecting it. This has been working well for years. Now under CCS12, when we do the same thing, it always halts the target. Our steps are:
- Use a GEL script which does not modify anything
- In Project Properties->Debug, uncheck “Halt the target on a connect”.
- In Debug Configurations, select the project, then the Program tab and click “Load symbols only”.
- In the Target tab, uncheck “Halt the target on a connect”, if it isn’t already.
- Click Debug
Is there something I need to add to this?
Thank you,
Ed