User Activity

Posted on August 01, 2015 at 01:01I would like to test all my hard fault and friends (MemManage, BusFault, UsageFault, etc) fault handlers.  Essentially, I'd like to log their occurence to an I2C EEPROM.  I have all the HardFault handling working (a...
Posted on November 07, 2014 at 23:50So I have gotten a lot of help from this forum so I thought I would give back.  I have 2 projects up on my sourceforge site: 1 is for an STM3220G-Eval board and a newer one for an STM324x9i-EVAL2 board. The newer ...
Posted on August 27, 2012 at 20:01Is there a way to tell a TIMer on STM32 chips to do some number of steps and automatically stop after finished (and give an interrupt)?  I can do it now with a counter in the ISR but a few pulses slip out before I c...