Part Number:CC2640R2F
Tool/software: Code Composer Studio
My CCS development flow basically boils down to the following:
1. Build & Run
2. Make a code change
3. Build & Run (rinse and repeat)
When I select Run->Load in CCS, it builds the project and then downloads it to the target.
I prefer not to be distracted by the target restarting with code from step 1 when I am at step 3.
However, during the Run->Load download (step 3), it it resets the target and the prior code starts running for a moment as it downloads the new code, THEN it resets a second time, this time with the new code.
So when I am at step 3, restarting with prior code (from step 1) -- however briefly -- is a sore spot that I'd like to remedy if possible.
Any help is appreciated.
Thanks!