CORTEX_STM32F2xx Template

Last Updated May 22, 2011
 

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.

 
Projects.html
cortex_stm32f2xx_template-news/cortex_stm32f2xx_template-news.html

Project  >  CORTEX_STM32F2xx Template

Main Components


  1. STM3220G-EVAL evaluation

  2. FreeRTOS.org real time scheduler - version 7.0.0.

  3. OpenOCD  On-Chip debug solution for embedded target systems.

  4. Eclipse open development platform - version Helios SR2.

  5. Sourcery G++ C/C++ tool chain.

  6. 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:

  1. 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