I'm trying to port code from STM32L4 to STM32U5.The STM32L4 code was using the LPUART, with a baudrate of 20k, clocked with HSI but in stop2 mode the HSI was stopped, it was able to wakeup and read incoming data. This configuration was using ~10uA.I'...