User Activity

Posted on December 22, 2012 at 10:39Hi all It is out of desperation that I turn to the forum, I`ve read all I could find on the WEB regarding my issue, and after 2 weeks still no results: 1- I use the SMT32F4-DISCOVERY board which has the ST-LINK V2...
Posted on November 25, 2011 at 19:31Any one with ideas on this one, I`ve never seen this on other micros: STM32F103RE6 I have a simple application, an asyc pulse stream of data bits: 2.4mS and 1.2mS MAX 2.4mS = 1, 1.2mS = 0 Unfortunately the design ...
Posted on November 20, 2011 at 12:21I use the STM32F103RTE6, I cannot get the EXT interrupts to happen: I do the following: - RCC config, all the IO port clock are set RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIO_DISCONNECT|RCC_APB1Periph_TIM2|RCC_APB...
Posted on November 19, 2011 at 15:02All, I`m fairly new to the STM32 family, not new to C or other micros: I use: Keil Lite: V4.22.22.0, 4.22a with an ST-Link, this all works and compiles etc. I can run code on my board no problem !! Now I`m trying ...