My target is DM648, with the development of CCS3.3 + SR11 + code generation tools 7.0.4.
Now we have a algorithm running on my target. If we have target board power down and power up again, download the program through emulator, the CPU load averages to 22% when the algorithm is running freely. Then if we 'halt', 'reset' and 'restart' using CCS menu command, restarted algorithm will run again, but the CPU load increase to 91%.
I think the menu command 'reset' and 'restart' could not restore all the necessary resources on the chip. There must be something is missing probably.