User Activity

Posted on April 13, 2015 at 15:56Help!  I have loaded the STM322xG_EVAL/Applications/FreeRTOS/FreeRTOS_LowPower demo project into my STM3220G-EVAL board.  Every 500 msec the red LED flashes to show me that the CPU is waking from sleep but I am havin...
Posted on December 11, 2014 at 18:20I recently had the pleasure of modifying the IAR standard library files so that C++ streams can be used to write to files on an SD card on an STM3220G-EVAL board.  This was a fun experience which included implemen...
Posted on December 11, 2014 at 18:13I noticed that the touch controller is not working properly to detect presses of the touchscreen on the STM3220G-EVAL and looked further into the code.  The problem appears to be rooted in BSP_TS_GetState() in the...