文件名称:timer
介绍说明--下载内容均来自于网络,请自行研究使用
在定时器实验中,主要在Time1.c 中封装了定时器设置的相关函数,通过主函数调用Time1_init()函数来对时钟、计时器进行设置。其中,Time1_init()函数中包括定时器中断程序,计数器中断程序,以及显示到LED的程序。-In the timer experiment, the main package of the correlation function timer set in the Time1.c, call Time1_init through the main function () function to set the clock, timer. Which, Time1_init () function includes a timer interrupt routine, the interrupt program counter, and display to the LED program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验三 定时器\Exp16.mcp
.............\....._Data\CWSettingsWindows.stg
.............\..........\Debug\Exp16.axf
.............\..........\.....\ObjectCode\cpu.o
.............\..........\.....\..........\drivers.o
.............\..........\.....\..........\exception.o
.............\..........\.....\..........\heap.o
.............\..........\.....\..........\iic.o
.............\..........\.....\..........\ISR.o
.............\..........\.....\..........\Isr_a.o
.............\..........\.....\..........\KeyBoard.o
.............\..........\.....\..........\lcd.o
.............\..........\.....\..........\lcdlib.o
.............\..........\.....\..........\lib.o
.............\..........\.....\..........\main.o
.............\..........\.....\..........\mmu.o
.............\..........\.....\..........\pagetable.o
.............\..........\.....\..........\retarget.o
.............\..........\.....\..........\serial-2410.o
.............\..........\.....\..........\stack.o
.............\..........\.....\..........\Startup.o
.............\..........\.....\..........\Uart.o
.............\..........\.....\..........\UHAL.o
.............\..........\.....\system.bin
.............\..........\.....\TargetDataWindows.tdt
.............\..........\Release\TargetDataWindows.tdt
.............\inc\asm-mmu.h
.............\...\bitfield.h
.............\...\cpu.h
.............\...\gpio.h
.............\...\i2c-tomega8.h
.............\...\iic.h
.............\...\isr.h
.............\...\KeyBoard.h
.............\...\lcd.h
.............\...\lib.h
.............\...\macro.h
.............\...\mmu.h
.............\...\reg2410.h
.............\...\Uart.h
.............\...\uhal.h
.............\...\zlg7290.h
.............\..it\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
.............\...\iic.c
.............\...\isr.c
.............\...\Isr_a.s
.............\...\KeyBoard.c
.............\...\lcd\LCD16Gray0.c
.............\...\...\LCD256Color0.c
.............\...\...\LCD64KColor0.c
.............\...\...\LCDmono0.c
.............\...\lcd.c
.............\...\lcdlib.c
.............\...\lib.c
.............\...\main.c
.............\...\mmu.c
.............\...\serial-2410.c
.............\...\Uart.c
.............\.tartup\2410addr.s
.............\.......\Startup.s
.............\uhal\isr.c
.............\....\UHAL.c
.............\Exp16_Data\Debug\ObjectCode
.............\..........\Debug
.............\..........\Release
.............\src\lcd
.............\Exp16_Data
.............\inc
.............\init
.............\src
.............\startup
.............\uhal
实验三 定时器