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.
Hello,
we are using "TMS320F280049C" for one of our project
we could see RAM is not getting Initialized after watchdog reset
Can you please let us know How to re-initialize the RAM after the watchdog reset
Thank you
Sai Akshay
Sai,
On this device, RAM does not get initialize to 0x0 after watchdog reset. It only happens on power on reset. .cinit should initialize all the variables before your running main().
Regards,
Vivek Singh