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.

CPU Reset doesn't work inside the Code Composer

I cannot do a CPU Reset while debugging inside the Code Composer 5.5 because it doesn't work

I have tried to configure the PC in the OnReset function of the gel file and I couldn't.

If I do a System Reset the PC goes to 0x00700000 but if I reload the program, I works well, I understand that Code Composer reads the starting point from the out file.

Is there any way of configuring the PC inside the GEL file?