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.

请教cc2640r2f调用SysCtrlSystemReset()函数不能正常复位的原因



库版本为simplelink_cc2640r2_sdk_1_40_00_45

目前问题是

  LED_R_ON;

  ssd=60000;

  while(ssd--);

  SysCtrlSystemReset();
//  HAL_SYSTEM_RESET();
//  HCI_EXT_ResetSystemCmd(HCI_EXT_RESET_SYSTEM_HARD);

如下调用复位函数后、很大概率不能正常复位、cpu直接死机。

请问原因和解决方法。

如何保证可靠复位?