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: BLE StopAdv

Part Number: CC2340R5

SDK version : 7_10_00_35

Project : basic_ble

I created a pthread specifically to execute Uart Code, and I wanted to stop advertising in Uart, but I found that when I executed BLEAppUtil_advStop(), CC2340 would enter ICall_abort(), because the Function of BLEAppUtil can only be used in a specific Is there an area call? Or is there something I didn't notice?