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