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.

无法正常运行simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC2652RB_LAUNCHXL\ble5stack\project_zero

Other Parts Discussed in Thread: SYSCONFIG, CC2652RB, UNIFLASH

Hi Ti

  • 安装环境如下
  • TI Code Composer Studio: CCS-10.1.1
  • TI Code Generation Tools for Arm: 20.2.1.LTS
  • XDCTools: 3.61.02.27
  • SysConfig Standalone tool for IAR IDE: 1.6.0

按步骤导入project_zero工程,编译正常,烧入Hex无法搜到ble设备,debug调试发现死在ProjectZero_init GAP_SetParamValue(line 605)处:

ICall_abort(void)
{
#ifdef HALNODEBUG
#elif defined(EXT_HAL_ASSERT)
HAL_ASSERT(HAL_ASSERT_CAUSE_ICALL_ABORT);
#else
{
volatile uint8_t j=1;
while(j);
}
#endif /* EXT_HAL_ASSERT */
ICALL_HOOK_ABORT_FUNC();
return(ICALL_ERRNO_SUCCESS);
}

重装CCS 以及sdk均无效,烧录自带的C:\ti\simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC2652RB_LAUNCHXL\ble5stack\hexfiles\project_zero_unsecure_app.hex能正常运行。

而且运行其他examples均有该问题,还请协助帮忙分析