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.
Tool/software: Code Composer Studio
Hello,
I am using 28035 Piccolo on a custom board. I am trying to flash my code to 28035 using JTAG connection. I was able to flash the code and suddenly it shows error : Failed CPU Reset: (Error -1137 @ 0x6).
Can someone explain what is the problem and what could be a possible solution to fix it?
Sagar,
Is the device already locked? If so ,you can probably try connecting the device by putting the device in Wait boot mode.
Regards,
Manoj
What is the procedure for putting device in wait boot mode! And how to check if device is locked?
Thanks
Sagar
Sagar,
Wait boot mode:Pg 16, Table 4
GPIO37 should be pulled high & GPIO34 should be pulled low to get into wait boot mode.
How to check whether device is locked?
Check bit 0 of CSMSCR. If this bit is 1, then device is locked.
Regards,
Manoj