[SOLVED] [STM32WB] How to put CPU2 in reset state after powering it up?
Hello,
I'm working on a STM32WBRGV6, with dual CPU's, CPU1 for main application and CPU2 for the BLE stack.
I need to make the device ultra low power, and for that I launch the CPU2 in run mode only when I need it (on an external INT), with APPE_Init() function.
I would like to know if there is a way to put it back to a reset state? I can only find commands to release it from reset (with C2BOOT in PWR_CR4 register), but nothing to put it back in reset.
If I put CPU2 in shutdown/standby mode, it is still using too much power for my application.
Thank you in advance,
Rico
