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?