UART not working while debugging - Custom STM32U5 LPUART1 Interrupt
Hello,I'm working with an STM32U5 custom board.I use the LPUART1 to read input with an interrupt as shown below and to write it back on the same LPUART1 :In the while loop of the main function I have : while (1) { /* USER CODE END WHILE */ /*...