Correct procedure to enter in STOP2 mode in stm32wb, with BLE stack active?
Hi,
I am currently working on a bluetooth application developing it on STM32WB55 Nucleo (FW version V1.13.1, BLE Stack Full)
Since the device will have to be connected to a battery, I was researching the use of Low Power modes.
Unfortunately, I'm not clear on the correct procedure to send in STOP2 mode the whole system, keeping the bluetooth active, I've already read questions on the forum and examples provided by ST but I'm not very clear on the whole procedure.
Reading on the forum, I understood that the second core is self-managing with regard to low power, and the first core can not control it otherwise it would break the power management.
Hence, there would be my questions:
- The correct procedure to follow on the first core, to send it into STOP 2, what would it be?
- Would there be any initialization or procedure to take into account to do also for the second core at the beginning?
- Since the system will go in that mode only when both cores are in the same state, how can I control the input of the second core so that I can send it in that mode when I want?
Thank you very much
