STM32H747I-DISCO Virtual Com USART Example
Hi,
If I understand right USART1 is used in STM32H747I-DISCO board for VCOM. I could not find any example for my board. I would like to want for an 8-byte host command using:
HAL_UART_Receive_IT(&huart1, hostCommand.buffer, 8);Once a command is received then I process it, I create the answer and wait for the next command. So simple.
Noe: on CN13 pin 13 I see the command from my PC on scope, but the HAL_UART_RECEIVE_IT() never receives anything.
Can sombody send me a short example?
Thanks,
Louie
