Orange
Orange

Reputation: 389

STM32WB : Is it possible to wakeup standby mode via BLE?

I am starting a project using STM32WB MCU. I would like to minimize the power consumption while in sleep, but able to wake it up via BLE command. From the document AN5071(STM32WB ultra-low-power features overview) it says "Wakeup from this mode can also be performed by the Radio sub-system." But I didn't found any further description or example about the 'Radio sub-system'. Does the 'Radio sub-system' is same as BLE?

Upvotes: 0

Views: 1391

Answers (2)

Orange
Orange

Reputation: 389

I got reply from ST employee saying it depends on the model. For STM32WB55 it's not possible to enter standby mode with RF active. Check AN5289. But for STM32WB15 it is possible. Reference the BLE_HeartRate example in STM32CubeWB example.

Upvotes: 0

Tom V
Tom V

Reputation: 5470

The only radio in that part is a bluetooth radio, so yes "Radio sub-system" means "BLE subsystem".

For more details you will have to read the reference manual:

Upvotes: 1

Related Questions