2025-03-20 12:10 AM - edited 2025-03-20 12:17 AM
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?