2017-10-23 05:33 AM
Hi, I am working with 'STM32F746G DISC' board, In USB_CDC using USB_HS mode, I wanted to Receive the data from PC-Terminal and same has to be transmitted back (echo type), which API's will be needed to develop this application... i generated code using STM32CubeMx but i am not receiving data properly which i entered from terminal.
i used this in main.c
CDC_Transmit_HS(UserRxBufferHS, sizeof(UserRxBufferHS));
i am getting Garbage data along with valid data.... what should i do?
#usb_cdc #usb_hs #stm32f7 #usb-device