Username:     
Password:     
             

Projects
Primer2BasicTest 1.0
 
Project based on stm32f10x_stdperiph_lib_v3.0.0 library & test few basic hardware on the Primer2 like LCD, LED, Joystick etc. This can be used as a template for application development without CircleOS for learning stm32 from basics & to execute the Example programs provided by ST.

Code size: Author:satishgn
Source files included:yes Version:1.0
Use circleOS:no Creation date:2009-07-03 20:58:15
Hardware modification:no Modification date:2009-07-03 20:58:15
Based on the STM32 Primer:Primer2
   
Downloads:2305 Views:26699
   
Vote:
Average ratings:0/5 (0 rates)

Download:    Primer2BasicTest-1.0.zip (498 KB)

Description:

This is a template project for application development using the ST's Standard periperal library(stm32f10x_stdperiph_lib_v3.0.0). It test the LCD routines(taken out from CircleOS) with minor modifications. Apart from LCD routines the application also test the 2 Leds & a joystick-down button(via EXTI) for Shutdown feature. The delayms() function which is used during LCD controller setup has been implemented using Systick instead of the original looping code. The whole thing has been done using the ST's Standard periperal library template except the LCD code. I am just experimenting with the various peripherals on board & adding more features as I learn stm32.