How do you set up LPUART1 with an STM32L452RE?
Hi i'm trying to get the LPUART (PA3, PA2) pins to communicate with my computer via the serial port, but i can't get anything to work. Here is what i'm trying to use at the moment...Sysclock Config:#pragma once extern "C" void SystemClock_Config(vo...