I enabled a UART peripheral in my touchgfx project. When I ran the project in STM32CubeIDE, it gave an error saying the HAL_UART_Init function was undefined. When I checked${ProjectDir}\Drivers\STM32H7xx_HAL_Driver\SrcThere were no HAL library files,...