User Activity

Hi,I have an external ADC connected to my STM32L55 using the I2S interface. The ADC is sampling 4-channel 16-bit data at 48000Hz sampling rate. However, I have encountered issues while streaming a large amount of data using USB CDC. Therefore, I am c...
I have an ADC connected to my MCU using I2S. MCU configured in I2S master receive mode. MCU supplying the ADC with 12MHZ MCLK. MCU sampling freq is 48 KHZ(Actual is 46.875 KHZ), Number of slots are 4, Data size is 16bits and I2S standard protocol. Us...