Ucos 시스템 arm9을 바탕으로, 터치 스크린 드라이버 드라이버 소스 코드 및 실행 파일
File list:
Exp5 触摸屏驱动实验
...........\Exp5_Data
...........\.........\Debug
...........\.........\.....\ObjectCode
...........\.........\.....\..........\cpu.o
...........\.........\.....\..........\drivers.o
...........\.........\.....\..........\exception.o
...........\.........\.....\..........\heap.o
...........\.........\.....\..........\ISR.o
...........\.........\.....\..........\lib.o
...........\.........\.....\..........\main.o
...........\.........\.....\..........\pagetable.o
...........\.........\.....\..........\retarget.o
...........\.........\.....\..........\serial-2410.o
...........\.........\.....\..........\spi.o
...........\.........\.....\..........\stack.o
...........\.........\.....\..........\Startup.o
...........\.........\.....\..........\tchScr.o
...........\.........\.....\..........\UHAL.o
...........\.........\.....\Exp5.axf
...........\.........\.....\system.bin
...........\.........\.....\TargetDataWindows.tdt
...........\.........\Release
...........\.........\.......\TargetDataWindows.tdt
...........\.........\CWSettingsWindows.stg
...........\inc
...........\...\bitfield.h
...........\...\cpu.h
...........\...\drivers.h
...........\...\gpio.h
...........\...\lib.h
...........\...\macro.h
...........\...\reg2410.h
...........\...\Serial.h
...........\...\spi.h
...........\...\tchScr.h
...........\...\uart.h
...........\init
...........\....\exception.s
...........\....\heap.s
...........\....\pagetable.s
...........\....\readme.txt
...........\....\retarget.c
...........\....\scat_ram.scf
...........\....\scat_ram_release.scf
...........\....\scat_rom.scf
...........\....\stack.s
...........\src
...........\...\cpu.c
...........\...\drivers.c
...........\...\lib.c
...........\...\main.c
...........\...\serial-2410.c
...........\...\spi.c
...........\...\tchScr.c
...........\startup
...........\.......\2410addr.s
...........\.......\Startup.s
...........\uhal
...........\....\isr.c
...........\....\isr.h
...........\....\UHAL.c
...........\....\uhal.h
...........\Exp5.mcp