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.

TMS320F280049软件复位



你好,我现在想在工程中,实现软件复位,之前使用的是看门狗复位,代码为:

SysCtl_setWatchdogMode(SYSCTL_WD_MODE_RESET);// Set the watchdog to generate a reset signal instead of an interrupt signal
SysCtl_enableWatchdog(); // Enable the watchdog

测试结果是软件实现了复位,可是程序RAM中的数据还保留之前的数据,没有初始化。请问还有什么别的软件复位的方法,可以同时初始化RAM中的数据。