User Activity

Posted on November 01, 2011 at 16:38Hello, I was learning reading the SPI documentation and there is something I do not understand. In the file stm32f10x_spi.h it is defined: #define SPI_Direction_2Lines_FullDuplex ((uint16_t)0x0000) #define SPI_Dir...
Posted on September 23, 2011 at 11:35Hello again, This time with a problem in setting the times. I have a simple application that after the main call the SystemInit() function which set all the timers. This function is inside the system_stm32f10x.c...
Posted on September 19, 2011 at 15:59Hi everybody, I really hope you can give me a help with the following question: I have an Olimex STM32 P107 board and I want to use the RTX Kernel from Keil using the uVision compiler. The problem is the PHY Cont...
Posted on August 08, 2011 at 10:37hello everybody,Do you know how to load a binary file into an STM32 Dicovery using Keil (and JTAG), without having the source code? I mean, I do not have a project I can compile, create a binary file and then downlo...
Posted on June 26, 2011 at 22:05Hello everybody,I have the following configuration: two stm discovery connecte via SPI, one configured as master and the other as slave. What I do is send SPI commands from the master to the slave, and base on the val...