Tool/software: Code Composer Studio
Hi
Recently, we encountered a problem in the development of cc1310 oad. When downloading the new firmware, calling the reset function to reset the program does not work. Sometimes, the program will be completely stuck in this place. We have tried many kinds of reset, such as software reset and watchdog reset.
We have used the following functions
1, #define HAL_SYSTEM_RESET() (HWREG( AON_SYSCTL_BASE + AON_SYSCTL_O_RESETCTL ) |= AON_SYSCTL_RESETCTL_SYSRESET_M);
2, SysCtrlSystemReset();
3, Watchdog_open(Board_WATCHDOG0, &watch_params);
This is a big problem. If my user is stuck in the device program after the upgrade, and they can only use it manually when they power on again. This is not good for our products. I hope Ti engineers can help solve this problem