Not able to get BLE working on STM32WB55CGU6
Hello,
I'm trying to get BLE working on my custom STM32WB55CGU6 board. I was following this tutorial since it matches well with my setup: STM32 Bluetooth Firmware Tutorial (Bring-Up) - Phil's Lab #129
However I am not able to see my board using nRF Connect app. Code does not seem to end in any error and keeps looping this part:
while (1)
{
/* USER CODE END WHILE */
MX_APPE_Process();
/* USER CODE BEGIN 3 */
}
I have flashed the FUS and BLE_Stack_full_fw using STM32CubeProgrammer:

I'm new with STM32CubeIDE tool and would appreciate any help in this matter :smiling_face_with_smiling_eyes:
Here is my full program with schematic of the board: https://github.com/nikorainto/STM32WB55CGU6_BLE_TEST
