HAL_ASSERT(HAL_ASSERT_CAUSE_ICALL_ABORT); #else if (abortLoop) { while(abortLoop); //就卡死在这个死循环这里了 } // add the else in order to have full call stack on abort else { return(ICALL_ERRNO_SUCCESS); } #endif /* EXT_HAL_ASSERT */ ICALL_HOOK_ABORT_FUNC(); r...
系统进入ICall_Errno ICall_abort(void)函数死循环。
LLAUNCHXL 板环境程序执行正常,但自制板上 进入 SimplePeripheral_init 执行至 GGS_SetParameter(GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN, attDeviceName); 进入ICall_Abort, 请问是配置文件原因吗 该错误详解:The ICall module switches between application and stack threads through Preempti...
我正在尝试使用 CC1352P 芯片。 我的CC1352P 是一个实验版本、器件型号前缀为 XCC。 我已经连接了一个带有两个电容器和24MHz 外部时钟的芯片、如文档中所述。 我的问题是测试标准外设功能(TI 驱动程序)的示例运行良好、但当我尝试启动任何 BLE 示例时、我的程序会在 iCall_abort()函数...
https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1037994/cc2652r-throughput-example-not-working-with-icall_abort 器件型号:CC2652R 大家好、我想最大程度地提高 CC1352或 CC2652的 BLE 吞吐率。 今天、我刚刚意识到 Github 存储库中还有一些其他示...
GGS_SetParameter(GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN, attDeviceName); 进入ICall_Abort, 请问是配置文件原因吗 该错误详解:The ICall module switches between application and stack threads through Preemption and Semaphore Synchronization services provided by the RTOS. The tw...