User Activity

Posted on January 14, 2014 at 21:59 </p> I have an issue with STM32F0 Discovery. I am using I2C1 (like master) to send start condition and address to I2C2 (slave) on the same board. I am able to generate propertly the signal but the IC2 (slave...
Posted on December 20, 2013 at 08:56 Hello everybody, I have a problem with the I2C protocol used by the STM32F0. In fact, after setting up all the necessary stuff if I use this code: I2C_GenerateSTART(I2C1); I get the waveform I2C_ONE h...
Posted on November 22, 2013 at 17:10Hi, here my code for I2C setup on STM32F051R8 (STM32 discovery board practically)void set_I2C(void){   GPIO_InitTypeDef GPIO_InitStructure;   I2C_InitTypeDef I2C_InitStructure;  RCC_AHBPeriphClockCmd(RCC_AHBPeriph...
Posted on September 25, 2013 at 11:33Hello everybody, I have to communicate with a STM32F0 using the I2C and then, the STM32F0 has to communicate with another device through the SPI? Is it possible to implement it through the DMA? If yyes, do you ha...
Posted on September 13, 2013 at 17:14Hi, I am using the STM32F0Discovery board and I am acquiring ADC converted data value using the DMA. Well, I am able to read values but I cannot understand how the uC fills the Buffer. I am using a buffer[5] beca...