Question
USB Host CDC Receives Data as 64-bytes, How to get complete (received) data in a buffer
Posted on November 08, 2017 at 10:32
Hi,
i m using STM32f746G-DISC board for USB HOST in CDC mode, i m trying to receive data of 256-bytes (which is transmitted from another board) but i am able to receive only 64-bytes (stored in CDC_RX_Buffer[ ])...
How to get Total data (of 256 bytes).
#stm32f7-usb-receive #stm #stm32f7-discovery #stm32f7-receive-interrupt #stm32f7-usb-host-cdc