2025-04-29 12:05 AM
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?
2025-04-29 1:31 AM - edited 2025-04-29 1:36 AM
To see the avail functions, just look in project explorer, left side :
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.).