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.

LAUNCHXL-CC2650: Don't work simple_broadcaster example

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650,

I use CC2650 Launch pad and BLE Stack v2.2.5.

I'm imported peripheral and broadcaster examples. simple_peripheral works well, but simple_broadcaster don't work.

It stops at the breakpoint of the createTask function, but does not stop at the breakpoint of the taskFxn function.

Result of ROV debugging, SimpleBLEBroadcaster_taskFxn function isn't running.

I build and flash without modifying source code. What is the problem?