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 receiv...