Posted on June 25, 2007 at 15:21I'm using EXTIT line 0 (TIM2_OC1). I've gotten it to the point where the timer generates an FIQ the first time but after reloading the timer in the FIQ handler, it never generates successive FIQs. Everything appears t...
Posted on June 22, 2007 at 17:26Processor: STM750 (ARM7) Compiler: IAR I'm programming firmware for a stepper motor. Currently, the time between steps is controlled by a timer that sends a pulse to the stepper motor every time it expires. An IRQ int...
Posted on May 09, 2007 at 18:42I'm running an STR750F with the 75x library and want to set up Timer 0 and Timer 1 to be a cascaded countdown timer, with an interrupt occurring every time Timer 1 runs out. Can anyone supply me with a simple piece of ...