User Activity

Posted on May 09, 2014 at 22:09Hello everybody.I want to solve a read problem in a special hardware, the configuration of each pin is input:RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA | RCC_AHB1Periph_GPIOB | RCC_AHB1Periph_GPIOC | RCC_AHB1Periph_GP...
Posted on April 01, 2014 at 21:12Thank you. I found the problem, the problem was that I forgot '';'' but in other library.''another.h''//Here I forgot the '';'' in the last line, and this produced the problem. ''delay.h''I have to complete correctl...
Posted on April 01, 2014 at 19:22Hello everybody, I have a problem in a project, I want to compilate a code, it has worked correctly in another project ( but the another project is not mine), the code is a simple delay. Here is the body of my code.d...
Posted on January 14, 2014 at 21:28Hello everybody.I am new in the foro and I'm working with stm32f4 discovery also I'm working with a TFT LCD 7'' 800x480pixels SSD1963 controller but I haven't found a standard library for this TFT, someone have an ...