Doubts Regarding USB CDC in STM32F407
I am recently working on USB CDC in STM32F407 and i have the following doubts:Based on my understanding 64 bytes can be send using CDC_Transmit_FS, so can we give a array of some size which is greater than 2KBytes and DO we need to do any chunking h...