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.

关于SystemReset();函数的使用



我使用的是CC2642的蓝牙芯片开发项目,是在simple_peripheral_oad_offchip_app_CC26X2R1_LAUNCHXL_tirtos_ccs这个例程的基础上开发自己的项目,我发现一个问题,我测试使用SystemReset();这个api,BLE连接上后,app与开发板断开后,我就调用SystemReset();让板子重启,我发现有时竟然重启失败,想问下,使用SystemReset();这个函数的时候前面需要做什么准备吗,才能保证芯片百分百重启?