BLE_Beacon Example on STM32CubeIDE and P-Nucleo WB55
I'm trying to make the "BLE_Beacon" example found inside the "STM32CubeWB" file work with the STM32CubeIDE and the P-NUCLEO WB55 board. The program compiles correctly but I can't see the beacons. Debugging I saw that when it arrives in the loop it crashes and ends up in the default handler. I added as written within the program UTIL_SEQ_Run( UTIL_SEQ_DEFAULT ); inside the loop but the problem persists. Can you help me to fix the bug?