User Activity

Posted on October 24, 2014 at 20:07Hello, I wanted to know if it is possible to run a code on the stm32f4 board from an external flash like an sd card. Do I have to program a bootloader?Thanks
Posted on September 19, 2014 at 22:58 hello guys, I have a problem with the clock speed of my I2C bus, I want to have 100 hz of frequency but I am not able to reach it. That is my code * @file Touch_Panel/main.c * @author MCD Application Team...
Posted on August 18, 2014 at 18:11 Hi, I want to communicate with an i2c eeprom, I am able to send the first data but not the second. it seems that the buffer is full or there is another error somewere. Does anyone have an idea? #inclu...
Posted on August 07, 2014 at 12:50 hello, I want to send some data using spi but I see anything on my scope when I use this code. does anyone know where is the problem? Thanks #include < stddef.h > #include ''stm32f0xx_rcc.h'' #incl...
Posted on August 05, 2014 at 15:04 hello, I try to communicate with an eeprom and I was able to initialise I2C1, the eeprom acknoledges when I send the adress command and I am able to send data to the I2C but the data are not allways the same, s...