Title:
AT91SAM3U4E-CoBuilder0.7 Download
- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 250kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- peter
Description: The example implements a simple crossroads traffic light controller.
On the main roads and branch roads have a set of red, green and blue lights to control traffic. LCD display above is as follows:
Main road green light (30s- 5s) yellow (4s- 0) red light (20s-) the green light (30s- 5s) ...
The branch roads red light (30s- 0) the green light (20s- 5s) yellow (4s- 0) red light (30s- 0) ...
2. Evaluation board above three LED displays the state of the traffic lights on the main road. 3 LED traffic lights corresponding relationship is as follows:
LED0-> red light
LED1-> green light
LED2-> yellow
Serial port will print the current traffic status and second LED flashing.
To Search:
File list (Check if you may need any files):
.cproject
.project
app
...\main.c
at91lib
.......\boards
.......\......\at91sam3u-ek
.......\......\............\at91sam3u4
.......\......\............\..........\AT91SAM3U4.h
.......\......\............\..........\chip.h
.......\......\............\..........\chip.mak
.......\......\............\..........\flash.lds
.......\......\............\..........\flash.sct
.......\......\............\..........\sram.lds
.......\......\............\..........\sram.sct
.......\......\............\board.h
.......\......\............\board.mak
.......\......\............\board_cstartup_gnu.c
.......\......\............\board_lowlevel.c
.......\......\............\board_lowlevel.h
.......\......\............\board_memories.c
.......\......\............\board_memories.h
.......\......\............\exceptions.c
.......\......\............\exceptions.h
.......\components
.......\..........\hx8347
.......\..........\......\hx8347.c
.......\..........\......\hx8347.h
.......\drivers
.......\.......\lcd
.......\.......\...\color.h
.......\.......\...\draw.h
.......\.......\...\draw_hx8347.c
.......\.......\...\font.c
.......\.......\...\font.h
.......\.......\...\font10x14.h
.......\.......\...\lcdd.h
.......\.......\...\lcdd_hx8347.c
.......\external_libs
.......\.............\cmsis
.......\.............\.....\core_cm3.c
.......\.............\.....\core_cm3.h
.......\peripherals
.......\...........\dbgu
.......\...........\....\dbgu.c
.......\...........\....\dbgu.h
.......\...........\irq
.......\...........\...\irq.h
.......\...........\...\nvic.c
.......\...........\pio
.......\...........\...\pio.c
.......\...........\...\pio.h
.......\...........\...\pio_it.c
.......\...........\...\pio_it.h
.......\...........\pmc
.......\...........\...\pmc.c
.......\...........\...\pmc.h
.......\...........\systick
.......\...........\.......\systick.c
.......\...........\.......\systick.h
.......\...........\tc
.......\...........\..\tc.c
.......\...........\..\tc.h
.......\utility
.......\.......\assert.h
.......\.......\led.c
.......\.......\led.h
.......\.......\stdio.c
.......\.......\trace.h
AT91SAM3U4E-CoBuilder0.7.cob
build.xml
CoOS
....\Document
....\........\CooCox CoOS's TERMS AND CONDITIONS.pdf
....\........\readme.txt
....\kernel
....\......\coocox.h
....\......\CoOS.h
....\......\core.c
....\......\event.c
....\......\flag.c
....\......\hook.c
....\......\kernelHeap.c
....\......\mbox.c
....\......\mm.c
....\......\mutex.c
....\......\OsConfig.h
....\......\OsCore.h
....\......\OsError.h
....\......\OsEvent.h
....\......\OsFlag.h
....\......\OsKernelHeap.h
....\......\OsMM.h
....\......\OsMutex.h
....\......\OsQueue.h
....\......\OsServiceReq.h
....\......\OsTask.h
....\......\OsTime.h
....\......\OsTimer.h
....\......\queue.c