2009-04-25 11:39 PM
2011-05-17 12:58 AM
Hi
I have a problem, I have set up TIM2 and it runs at a 10mS interval for internal timing. I now want to set up TIM3 to run at a 1 Sec interval, but all I get is an extremely fast interrupt that prevents any other task from executing. My CPU is running at 96MHz. My prescaler is 48-1 and my pulse length is 2500. Can anyone help me please? Quentin2016-12-10 10:21 AM
Are you clearing the interrupt flag in the interrupt service routine. If you dont it will just keep interrupting.