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.

CC2340R5-Q1: The system received an ICALL_ERRNO TIMEOUT error number and got stuck on the iCall_abort function.

Part Number: CC2340R5-Q1

Tool/software:

Hello friend,

I'm using CC2340R5-Q1 MCU and SDK simplelink_lowpower_f3_sdk_8_10_01_02. I use the basic_ble project and integrate i2ctarget into it. If I2C receives I2C data, it will trigger BLE advertisement. It will first call the BLEAppUtil_advStop(peripheralAdvHandle_1) function and then the BLEAppUtil_advStart(peripheralAdvHandle_1, &gAdvStart) function. After many seconds, the system will receive the error number ICALL_ERRNO_TIMEOUT in the icall_directAPI function and then get stuck on iCall_abort. Does anyone know why?

Thank you in advance.

Ted Wu