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: 调用ICall_registerApp(&selfEntity, &syncEvent); 崩溃

Part Number: CC2340R5

据我所知,调用ble相关的接口吗,需要在此线程注册ICall_registerApp(&selfEntity, &syncEvent)接口;

目前我的项目中有两个线程会调用BLE相关接口,所以我在两个线程的前面都调用了ICall_registerApp(&selfEntity, &syncEvent);,然后出现崩溃了;

如果只有一个线程调用ICall_registerApp(&selfEntity, &syncEvent);则运行正常