Posted on September 23, 2013 at 14:34 Hello! I want to get defined number of samples at constant sample rate. I used ADC1 triggered by TIM15 TRGO signal and DMA in normal (not circular) mode with interrupt on transfer complete. Something is wro...
Posted on August 09, 2013 at 09:52Did you read errata sheet? There is HUGE BUG in ALL STM32 micros. In slave mode WS (Frame sync) signal is ignored. You must enable I2S peripheral BEFORE any incoming transmission (stream). Why ST can't correct this!...