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.

CCS/TMS320C6657: HARD/SOFT RESET TMS320C6657

Part Number: TMS320C6657

Tool/software: Code Composer Studio

Hi friends =) 

Can You say, why my device not reset? 

code:

static resetdevice()

{

int status, check;

RSTCTRL = 0x5A69 - 0x0003; // reset and key

RSTCFG = 0 ;//All reset types enable

check = RSTCTRL ; // check  == 0x65539, why?

status = RSTYPE;  // status == 1 - POR  was the last reset

}

Thank you!

Best regards,  Artem