I have a simple project set up for the stm32h573II-DK that has USART1 set up and I can print to serial out over the same USB connector that uses ST-LINK with HAL_UART_Transmit(&hcom_uart[COM1], MSG, sizeof(MSG), 100);. I can not use HAL_Delay(1000); ...