User Activity

Posted on December 05, 2013 at 16:43Hi,I have two timer running TIM2 and TIM4. I would like to capture TIM4 counter value when TIM2 overflows (update). I do not wish to sample the value inside the ISR because i need precision. I would like to use so...
Posted on August 12, 2013 at 20:35Hi,I want to sample a fast timer (125ns) when an EXTI interrupt occurs, before the interrupt is handled. Later when the interrupt is handled i want to be able to compare the actual value of the same timer and measur...
Posted on July 02, 2013 at 20:57In a project I have a periodic interrupt (5ms) that misses a beat from time to time (1-2min).I have an os that will globally disable interrupts (set primask to 1) for very short time then re-enable them. I suspect it ...
Posted on June 07, 2013 at 17:32Following my last post on the subject of flash memory erase vs watchdog I have another concern.Reading the spec I believe that I may be able to change the prescaler+reload of my watchdog just for the time that the fla...
Posted on June 06, 2013 at 17:58Hi i've read all the post I could find on the subject and I know that accessing the flash during an erase command will stall the MCU. However the code i'm looking at is not accessing the flash (that's what i believe) ...
Kudos given to