User Activity

Posted on November 12, 2012 at 22:53I love the StdPeriphDriver files (inc, src) for all the discovery products.  I recently received a Keil MCBSTM32F400 evaluation board that uses a ST32F4407IG.  Question is can I port the StdPerhipDrivers from F4 D...
Posted on November 12, 2012 at 20:58The following is my watchdog code.  The watchdog is triggering and I am constantly find myself in the startup routine.  Why?  Here is my watchdog related code: //After Periph Clock set and before GPIO and NVIC set...
Posted on November 01, 2012 at 17:29So does the whole family of STM32M0-STM32M4 have their own StdPeriphDriver offering?  Under the advisement of my hardware guide, I am trying to test out the Freescale Freedom board after I have developed on the ST...
Posted on September 27, 2012 at 15:27Should I be checking for buffer overflows? Do I just clear the bit if the interrupt occurs? What is the best way to handle buffer overflows?
Posted on September 27, 2012 at 15:25What is the best way to implement a watch dog timer in my program? How many different types of watchdogs are there?  Which is best to use?