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.

RTOS/CC2650: adding buttong handling to simpleBLE Peripheral

Part Number: CC2650

Tool/software: TI-RTOS

Hello,

I am working on a project based on CC2650 simple BLE peripleral - now I tried to copy the button handling functionality from simple BLE central.

The result is that _keyChangeHandler is executed and enqueueMsg(SBC_KEY_CHANGE_EVT, keys) sent, while in message handler _processAppMsg(sbpEvt_t *pMsg) the statement

for SBC_KEY_CHANGE_EVT is not entered and button handling does not execute, subsequently...

Any advice how to debug the problem?