User Activity

Posted on March 02, 2012 at 11:49Hello. I'm trying to connect two stm32f4discovery boards through I2C. One will be the master receiver, and will ask for 4 bytes of data to the other (slave receiver). I found an example for the master receiver, and i...
Posted on February 13, 2012 at 18:12Hi. Anyone has a complete example of use of the i2c protocol (in master and slave mode) for the STM32F4 using the std periph library? the examples included in the library are very confusing, I want an example for ...
Posted on December 15, 2011 at 10:31 Hi. I'm trying to get an output from the internal DAC without using DMA, but the examples all use DMA. My code looks like this: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE); GPIO_InitTypeDef...