STM32F405 USB CDC TRANSFER 100K BYTES PER SECOND TO PC APPLICATION
Hello All,I'm using STM32F405 with a 24 BIT ADC (ADS1298) . The ADC Sampling rate is 16Khz per channel and I want to send two channel data of the ADC i.e. 16000 samples x 2 channel x 3 bytes per sample =96000 bytes to my PC application. I have used ...