Posted on May 17, 2011 at 09:33 I have a Keil MCBSTR912 board and a REVA STR912 board and am having the same problem on both. I hook a battery to the processor VBATT pin, and remove the power from the board. When you hook power back up, it reboots a...
Posted on May 17, 2011 at 09:33put this in your initialization ////////////////////////////////////////////////////////////////////////////////////////////////////// SCU_APBPeriphClockConfig(__GPIO6, ENABLE); // GPIO6 goes to the LEDs GPIO_DeIni...
Posted on May 17, 2011 at 09:32Can someone show me a code fragment that will set up a timer to fire off an interrupt every 1 ms and another timer to fire off every 10 ms. All the timers needs to is interrupt when they roll over, the isr acknowledge ...