Skip to main content
Eblec.1
Associate III
July 29, 2021
Question

how to run usart1 in stm32F769I-disco ?

  • July 29, 2021
  • 1 reply
  • 707 views

hello. I try to run usart1 in stm32F769I-disco. It is declared as : The serial interface USART1 is directly available as a virtual COM port of the PC, connected to the ST-LINK/V2-1 USB connector CN1. I added MX_USART1_UART_Init(HAL_UART_Init) and call HAL_UART_Transmit but it seems to not working. please advice. thanks.

This topic has been closed for replies.

1 reply

TDK
Super User
July 29, 2021

Do you have the correct pins selected?

Does the VCP show up in the device manager?

Show your actual code used.

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