Hello,currently I'm trying to use the LPUART of the MCU using the LL drivers but I encountered an annoying issue.In short:LPUART1_TX = PB6LPUART1_RX = PB7-> Tx not working, pin always low; Rx fineLPUART1_TX = PA1LPUART1_RX = PB7-> Everything working ...