HAL_UART_Init returns HAL_ERROR on STM32MP1-DK1
Hi,
I'm testing the UART_Receive_Transmit_Console example from STM32Cube_FW_MP1_V1.2.0 on the STM32MP1-DK1 discovery board. An HAL_ERROR is raised during the HAL_UART_Init and it seems that the function UART_SetConfig cannot find or set the clocksource correctly.
I have set the PCLK1 clock in the u-boot and tf-a .dts files and I'm using a linux image with this setting.
Is this function UART_SetConfig from the stm32mp1xx_hal_uart.c file only working in engineering mode or should it work also in normal mode?
François
