how to send 4096 int32_t by USB CDC
Posted on August 28, 2015 at 02:22 Hi, I'm working on a project that use an audiocodec, connected to a stm32f411 uC by I2S and I2C. I use HAL_I2SEx_TransmitReceive_DMA(&hi2s2, (uint16_t *)OutputBuffer, (uint16_t *)InputBuffer, 2*SAMPLES);...