2012-08-17 4:26 PM
Hello everyone..,
I am new to Embedded programming. I wanted to generate 2mins delay. I already want to use two timers in PWM input and Input capture mode simultaneously. Can I use RTC to generate 2mins delay? Thanking in advance,2012-08-17 7:45 PM
On the STM32F1 you could certainly advance the RTC Alarm by 2 minutes, and keep repeating that. Hours or days could work on a similar principle.
You could mark time with the RTC interrupt, or SysTick interrupt.2012-08-21 8:23 AM
Thanks Clive1..
will try changing the alarm time in the stdPeriph lib RTC example.