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?
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.