User Activity

Posted on February 06, 2014 at 21:35 Hi I'm getting sometimes 0 from my ADC conversation but this can't be possible. Pls correct me pls if I say something wrong. I'm working with the STM3210E-Eval board it has an STM32F103GT proc...
Posted on November 19, 2013 at 17:28I have a problem with my Interrupt priority.... My TIM3 is called every 5ms and have high priority and my TIM2 every 1ms have low priority and everytime my TIM2 is called. I want Interrupt TIM2 when TIM3 is active...
Posted on November 18, 2013 at 17:43I have a Timer Problem . I want that my timer every 1ms makes an interrupt . I testes it here if (TIM2_Tick >= 1000) but my LED was alway on then I tryied if (TIM2_Tick >= 1000000) and it was about 1 sec (30 bli...
Posted on November 12, 2013 at 16:38Hello, I'm using a SM3210e-Eval board with a http://www.mikrocontroller.net/part/STM32F103Z processor from http://www.mikrocontroller.net/articles/ARM and I'm a newbie . I dont really get why but if I send I getti...