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.

RTOS/CC2640R2F: Default spinlock

Part Number: CC2640R2F

Tool/software: TI-RTOS

I encountered a problem similar to this. When I used HauWei phone to connect to my cc2640r2f and had data interaction with it, after the interaction was finished, I disconnect it, I repeat this operation again and again.in the first 15 connections, it work correctly, no problem occurred, but at the 16th connection, the Default spinlock error occurred, the phone can no longer connect to my cc2640r2f; If I use my VIVO phone to connect to it, and do the same operation ,this problem will not appear and everything will be fine. I'm using the Multi Role project,MAX_NUM_BLE_CONNS is set to 3 and I have define CACHE_AS_RAM.How do I to fix it?Can anyone helps me?Thanks a lot.