Other Parts Discussed in Thread: CC2640
Tool/software: TI-RTOS
I took the simpleBLEPeripheral project from the CC2640R2 SDK and successfully built and ran the project on my device. After this, I imported some application source code from a previous project I had working (on a CC2640). 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 (verified via console logging and breakpoints)
What are some reasons that BIOS_start() would not kick off my tasks? I've verified that the task_construct() calls all return without errors.
