Other Parts Discussed in Thread: CC2650STK,
Tool/software: Code Composer Studio
Hi,
I'm working on BLE application for cc2640 target.
I'm able to build the app successfully. I could open CCS debug window and app binary is successfully loaded into target via JTAG cable through XDS110 debug probe.
I'm using TI RTOS V2.20.01.08, BLE STACK V2.02.01.18, Compiler version V5.2.5
Now, after calling BIOS_start() in my main function, none of the created tasks get run except for the ICall_taskEntry and the Idle task. All other tasks show as "Ready" but never execute .(as shown below)
I couldn't find what is the problem.
1) Is there any issues with ICall_taskEntry function?
2) Please share pointers to solve this issue.