CORTEX_STM32F2xx Template
CORTEX_STM32F2xx Template
The Idea
This demo is simple blinking led application running on STM3220G-EVAL board. It aims to provide a simple and ready to use template in order to start building more powerful application based on the STM32 F-2 series.
Project > CORTEX_STM32F2xx Template
Main Components
‣STM3220G-EVAL evaluation
‣FreeRTOS.org real time scheduler - version 7.0.0.
‣OpenOCD On-Chip debug solution for embedded target systems.
‣Eclipse open development platform - version Helios SR2.
‣Sourcery G++ C/C++ tool chain.
‣Versaloon hardware IF.
The Demo
The demo blinks the user led in the STM3220G-EVAL evaluation board. For each led a periodic task is created. The task toggle the led status and then suspends itself for a predefined amount of time.
This demo adds to ODeV the support fot the STM32 F-2 series.
More Details...
For more information about how to setup the ODeV environment, refer to the main ODeV page in this site.
Download
The latest version of the the demo is located in the Download page of the site.
The demo is available for Windows host:
‣Windows: wCORTEX_STM32F2xx_Template.psf
To use the demo you need also the FreeRTOS and STM32F2xx_StdPeriph_Lib componets. They are automatically downloaded by the demo .psf file.
Latest news
Copyright © 2011 Stefano Oliveri
All the code is developed for test purpose and it is unsupported. The author assumes no responsibility for any damage caused by improper uses.