User Activity

Posted on June 23, 2015 at 15:39 Hi, I'm having troubles setting up the DMA with SPI2 on a STM32F4 I am using the streams 3 and 4 on channel 0 as said in the datasheet. Here is my init code : void MX_SPI2_Init( void ) { DMA_InitTyp...
Posted on October 25, 2014 at 16:02 Hi, I have just begun toying around with a STM32F103 (on a STM32 Nucleo board) and I have some troubles understanding the expected behavior of the clock divider in the timers. So my original goal...