Skip to main content
Associate II
November 4, 2025
Question

STM32WB55RG BLE not advertising when connected to 5V adaptor

  • November 4, 2025
  • 2 replies
  • 279 views

Hello, ST Community

I’m currently working with the NUCLEO-WB55RG board to enable BLE communication.
Initially, BLE advertising worked perfectly when the board was powered via USB (connected to a PC or 5V Adaptor).

 

However, now BLE advertising do not start, when I power it via USB - 5V adapter. 

The 5V adapter is not the issue — it’s a stable power source rated at 5V / 3A.

I powered using CN15(ST-Link 5V-usb) in both cases before and now.

 

System setup

  • Board: NUCLEO-WB55RG

  • Expansion board: X-NUCLEO-NFC08A1

Initialization sequence in main.c:

int main(void)
{
HAL_Init();
MX_APPE_Config();
SystemClock_Config();
PeriphCommonClock_Config();
MX_IPCC_Init();
MX_GPIO_Init();
MX_RTC_Init();
MX_X_CUBE_NFC6_Init();
MX_RF_Init();
MX_APPE_Init(); // BLE initialization
NFC08A1_LED_Init();
rfalInitialize();
}

When I toggle an LED for debugging, the program appears to stop or hang inside MX_APPE_Init() when i connect to adaptor for power.

 

What I’ve already checked

 

 

Following photo is what I captured at STM32cubeProgrammer after FUS and Wireless BLE Stack update

yeji_jang_0-1762287631329.png

The board was running perfectly until recently, and it’s unclear why BLE initialization now fails.. (i never edited the code)

I’d be really grateful for any suggestions or checks I could try — even small details or things that might seem obvious.

Best regards,

Yeji


Edited to apply source code formatting - please see How to insert source code for future reference.

2 replies

Andrew Neil
Super User
November 4, 2025

Have you tried using the debugger to see where & why it's hanging?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
yeji_jangAuthor
Associate II
November 4, 2025

it works well when i connect to PC with USB (ST-Link), BLE advertising does not work when i connect to 5V adaptor via USB at CN15

Andrew Neil
Super User
November 4, 2025

So have you tried using the debugger to see where & why it's hanging when you power it from the 5V adaptor?

You'd have to use a separate ST-Link ...

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Technical Moderator
December 11, 2025

Hello All

I would inform you that the User manual UM2819 for the board NUCLEO-WB55RG is now available under NUCLEO-WB55RG | Product - STMicroelectronics

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"