STM32WB55 - BLE + standby mode. How to avoid the soft_reset after out from standby mode?
Hi, ST team!
My customer uses STM32WB55 in their development and recently he faced with following issue.
When the WB into the standby - OK. After out from standby mode all peripherals need repetitive initialization (processes, clocks, memory etc.), but CPU2 is already in work mode (C2DS=0 and CRPF=1) and doesn't completely communicate with CPU1 (into the interrupt IPCC_C1_RX_IRQHandler doesn't in).
We have been found the solution of this issue on ST community. There is a soft reset as I mentioned.
Could you please to advice how to avoid soft reset?
Thanks in advance!