HAL_UART does not exist
I have an STM32F769 Disco board.
I am trying to follow the training tutorial for USART from stm.
https://www.youtube.com/watch?v=JWOV4j5fCS4&list=PLnMKNibPkDnFCosVVv98U5dCulE6T3Iy8&index=11
I have set the D0 and D1 pins for RX and TX and set the USART 6 enabled.

My interest is to receive data as first small test from a GPS but after code generation i can not find the HAL_UART function with CTL+SPACE

I have tried to re-enable and re disable the USART 6 from the ioc file but nothing changed. What do i miss?
