This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can I make target CPU register reset after program is loaded??



Hi, I am developing with C55 simulator. I find that when my program (.out) is loaded successfully the CPU registers are not reset (they are having incorrect values). How can I make sure all CPU registers are reset when my program is loaded? BTW, I do not want to use GEL_Reset() to accomplish this. Thanks.