User Activity

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 :  void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { HAL_GPIO_TogglePin (GPIOA, GPIO_...
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 */ /*...