User Activity

Posted on February 20, 2018 at 09:33All of the STM32 devices have unimplemented interrupt numbers, for example on the STM32F767 I am currently using, the last used interrupt MDIOS_IRQn is interrupt number 109.So is it possible to use the next one, n...
Posted on October 23, 2017 at 12:53Is it OK to map the same alternate function to multiple pins? I'm using an STM32F767 DFSDM module and I want to output the DFSDM clock both on PC2  and PD10 (for PCB routing reasons, outputting the clock on PC2 wou...
Posted on September 25, 2017 at 15:11I am a bit confused about the capabilities of the STM32 DFSDM module. The documentation says (section 17.3.77) that the channels selected for are converted one after another, but is it possible to sample multiple...
Posted on July 13, 2012 at 12:31Hello,I am trying to get some basic I2C communications going between the STM32F100 and a sensor so I thought Application Note AN2824 would be a good starting point. But I can't find the associated firmware files. All ...