USB Host CDC Receives Data as 64-bytes, How to get complete (received) data in a buffer
Posted on November 08, 2017 at 10:32Hi,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[ ])......