STM32H7A3 STM32H7A3ZIT6Q CDC_Transmit_HS Speed limit about to 600.000 Octets/second
I have an ADC+DMA read that can performs at 4Mbytes/second.The conv is 12 bit, clock division is 1_of5. On the callback DMS interruptsI send half data's to USB using CDC_Transmit_HS. The ADC buffer is 1K. I Also tried 2, 4, 8, 16k. I played with the ...