Hello, Please suggest a Software solution where I can power on the entire LPUART1 peripheral on STM32L4 only when I want. Any data received on the UART lines before I power on the LPUART1 must in no way be accessible to the MCU
Hello, I have an issue with LPUART communication on my custom board housing STM32L4 MCU. I have a peripheral connected to the LPUART1 lines. This peripheral is quectel MC60 GSM module. I am turning the module on from STM32L4 (by toggling a GPIO). Af...