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.

CC2642R: 应用软件复位整个系统问题

Part Number: CC2642R


你好!

我在使用CC2642,在应用中复位系统失败

HCI_EXT_ResetSystemCmd(HCI_EXT_RESET_SYSTEM_HARD);  ---这个复位的时候,系统复位了,但是启动有异常。

HCI_EXT_ResetSystemCmd(HCI_EXT_RESET_SYSTEM_SOFT) ---这个复位没有看到效果,执行命令后,系统正常执行。

HAL_SYSTEM_RESET()----这个也没有看到复位效果。

请看一下,怎么在应用中正常复位系统,让设备重启加载。

谢谢!