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.

CC2540 Disconnect with Smartphone

Genius 5355 points

Hi Support,

During development... found that the device will disconnect and go back to broadcasting after several times of osal_snv_write() function call after device successful connected with smartphone.

The disconnect error code is 0x3F(LL_STATUS_ERROR_CONN_TIMING_FAILURE).

Searched for root caused and found that osal_snv_compact() function being called during osal_snv_write(), which leads to the disconnect.

Proceed with osal_snv_write()function during Bluetooth connection. The data each time transmitted is less than 20 bytes.

Do you have any suggestions or solutions for this case?

Thanks.