missing stm32f4xx_hal_uart.h in STM32F4xx_HAL_Driver
I recently go the 32F413HDISCOVERY board and downloaded the projects and examples to a local folder and imported it all of it into STM32CubeIDE.
In the STM32CubeIDE I was able to open and modify the Test_001 project and blink LED2 and LED3.
Next, I wanted to send and receive some text from HyperTerminal on the PC, but it turns out the STM32F4xx_HAL_Driver does not include anything UART related in the Test_001 project.
The attached screen shot (Test_001 Drivers.jpg) shows everything in Test_001 \Drivers\STM32F4xx_HAL_Driver\Inc...stm32f4xx_hal_uart.h is missing.
How can I enable (bring in) stm32f4xx_hal_uart.h in the Test_001 project?
