cancel
Showing results for 
Search instead for 
Did you mean: 

Zigbee application stuck at M0 callback

_Garacio_
Visitor

Hi!
I am trying to reproduce some examples and got stuck at simple sensor.

The example code is working fine on my P-Nucleo-wb55, but if I am trying to reproduce i with CubeMX i've got failed

Code is simply stuck at 

void shci_cmd_resp_wait(uint32_t timeout)
{
UNUSED(timeout);
UTIL_SEQ_WaitEvt(1U << CFG_EVT_SYSTEM_HCI_CMD_EVT_RESP);
return;
}

I’ve tried to compare example ioc file and mine and can't find something

 

Could, someone, please help me find what I've missed?

0 REPLIES 0