HiI came across this same issue today, and got exactly the same error as described. I narrowed it down to an issue with one of the macros in stm32h7xx_hal_uart.h, UART_DIV_LPUART on line 1142, which is used in the UART_SetConfig method. After removin...