Posted on May 17, 2011 at 14:32Hello Lüfter,in my understanding if I setTIM_ICInitStructure.TIM_ICPrescaler = TIM_ICPSC_DIV8;I get 1 input capture event every 8 input pulses; this isn't what I want.What I want is what you wrote:''if you set the filt...
Posted on May 17, 2011 at 13:51I needed something similar, In my case I solved using TIMER. Here my code:[DEAD LINK /public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/ARM CortexM3 STM32/...
Posted on May 17, 2011 at 13:51Hello guys, thanks for the comments. I solved the problem just clearing rtc interrupt flags just before enabling interrupts in my rtc_on() routine. (here is the code for reference). But I don't understand why I need t...
Posted on May 17, 2011 at 13:51I'm sorry for the annoying thread but this is a very important point for me. I see some strange behaviour: - if I (just before warm warm-resetting) disable clock with the command RCC_RTCCLKCmd(DISABLE) (it resets BDCR...
Posted on May 17, 2011 at 13:51Not sure about this last comment, I'm not sure that sticking NRST to GND would not drain too current from VDD leading to hw reset. Need to check