User Activity

Posted on May 11, 2015 at 18:37 Good afternoon, I am trying to port an application I wrote for the STM32F407 Discovery board, which makes use of the ADC, DMA and NVIC to the STM32F429 Discovery board. I receive a lot of errors wh...
Posted on June 27, 2013 at 00:37Hello,   the I2S interface is specified up to 192kHz, and actually the  stm32f4xx_spi.h  file has defines from 8kHz up to 192kHz. I am wondering if anybody has ever tried to push the I2S interface up to 384kHz (and po...
Posted on May 30, 2013 at 15:28 Can I2S3 be configured as Rx slave, with an external clock ? RM0090 says nothing on the contrary, but looking at the stm32f4xx_rcc.h include file I see this definition, which relates to I2S2, but there is not ...
Posted on May 15, 2013 at 19:00 I need advice on the following problem. I have to connect an external hardware generating 32-bit values at a continuous rate of 1536 kHz to a GPIO port of a Cortex M4F CPU, that of the STM32F4 Discovery board, which I...