cancel
Showing results for 
Search instead for 
Did you mean: 

HAL_UART does not exist

Kyrpav
Associate III

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.

Kyrpav_0-1745910160784.png

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

Kyrpav_1-1745910279483.png

 

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

 

1 REPLY 1
AScha.3
Chief III

To see the avail functions, just look in project explorer, left side :

 

AScha3_0-1745915476522.png

Open the HAL driver file, for the i.e UART , then can see also its use etc;

 

But at the position, you show on top, its useless: you start the RTOS , so the "while" loop never will be reached in this program.

So for your first experiments - dont start any RTOS (except you know, what you doing then.).

 

If you feel a post has answered your question, please click "Accept as Solution".