Question
USB Error while transmitting UART
Posted on November 08, 2017 at 12:38
I'm using STM32F401CBUX
I have a USB HID that works well
But when I call HAL_UART_Transmit_IT/HAL_UART_Transmit_DMA/HAL_UART_Transmit, there's a USB cliff on the host side
What could be the matter? I don't understand anything
#usb-hid #custom-hid #uart