Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi all,
I'm working with the simple_peripheral example (and other examples) from ble_sdk_2_02_00_31 using IAR Embedded Workbench.
My issue is that all interrupts/task functions/callback functions that occur after BIOS_start() is called only work when debugging in IAR, and not when flashed to my CC2650 LaunchPad using SmartRF Flash Programmer 2.
Everything within main() BEFORE calling BIOS_start() works, but after that it seems as if the board is totally asleep. Everything works well when debugging.
Any advice would be greatly appreciated :)