Question
stm32wb55cc freezes in function Ble_Hci_Gap_Gatt_Init()
Hello. I am trying to run an example of a P2P server on my own board built on the stm32wb55cc chip, I hang on the line
Ble_Hci_Gap_Gatt_Init (); more specifically in the loop
while((EvtSet & EvtWaited) == 0)
{
UTIL_SEQ_EvtIdle(current_task_id_bm, EvtWaited);
}and I can’t get out of it
why is this happening. Has anyone encountered such a problem?