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