User Activity

Posted on November 22, 2017 at 18:09Hi,I'm trying to use the STM32F723 I2S3 peripheral in reception (with a circular DMA).But I'm having an issue : when I2S is started for the first time everything works fine. But if I stop/restart it, the received ...
Posted on July 18, 2017 at 18:34Hi,I'm trying to use the STM32F746 I2S2 with DMA (to transmit data), but my datas are send in the wrong byte order.My I2S configuration is : slave TX 32bits @ 192KHzThe DMA send data from a 32bits array in memory to t...
Posted on March 24, 2016 at 16:03Hi,I'm using the STM32L4 with the low power timer (LPTIM1).I'm using it with the LSE clock in counter mode with IT (the counter count until reaching AutoReload value, then it goes into interruption ...).I'd like to k...