LL drivers UART RXNE interrupt not working.
Hi !I am writing a code that uses the UART1 and I would like to work on RX interrupt to handle incoming strings.To start with it, I wrote a code that simply initialise the UART and send a character once the RX Interrupt is fired:#ifndef HSE_VALUE #de...