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.

CC2640R2F: Multi-Role Not Working

Part Number: CC2640R2F

Hi.

I use CC2640R2F LaunchPad

CCS-C Compiler Version : TI v16.9.3.LTS

I use Task_sleep.

LED and UART Message in Thread, it always work!! but BLE is not work.

first : 

    I create user_task and stack size 512 -> it working BLE with android phone.

    just increase stack size 1024 -> it not working BLE with android phone.

second :

    I made global value char array [1024] for OLED display -> it not working BLE with android phone.

third :

    some code size increase -> it not working BLE with android phone.

I think code size & ram size was no problem.

Regards

jjang