2025-01-09 02:27 AM - last edited on 2025-01-09 03:58 AM by Peter BENSCH
I'm testing the sample project BLE_p2pServer on STM32WB09.
When the low-power mode (LPM) is not activated (CFG_LPM_SUPPORTED = 0 in app_conf.h) the project works OK.
To activate LPM I set CFG_LPM_SUPPORTED to 1, but that doesn't work and there is no advertising.
What must I do to activate LPM ?