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.

cc2640软复位

TI工程师:

      我试图做这样一个操作,手机做主机在从机的一个characteristic中写入一个复位命令,在从机的特征值改变回调函数中调用HAL_SYSTEM_RESET();实现软件

复位,但是,执行完这个函数后从机和主机断开连接但也不再广播了,这是什么原因呢?怎样才能实现我的这个想法呢?