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