How STM32H747 dual-core M4 and M7 go into stop mode separately with the allocated peripheral DeInit and ReInit after wake up
Hi,I want to set the dual-core MCU into stop mode respectively with allocated peripheral like UART/ADC/I2C/SPI/TIMER, DeInit the peripheral and disable the corresponding clock and start a lptimer to wake up the core before entering the stop mode, lpt...