文件名称:I2C
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 100kb
- 下载次数:
- 0次
- 提 供 者:
- che****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SMART(MAGIC)ARM2200
试验目的
学习编写I2C驱动及应用程序开发
掌握中断程序的开发流程
试验内容
响应按键,点亮对应的LED
按下按键1(S1)点亮LED1。。。,以此类推,按下按键4(S4)点亮LED4
按下按键15(S15)循环左移点亮LED
按下按键16(S16)循环右移点亮LED
完成上述每一步操作,同时要求把键值通过UART0回传到PC
-SMART (MAGIC) ARM2200 purpose of study and preparation of test driver and application development I2C interrupt control the content of the program development process to respond to test button, the corresponding LED light by pressing button 1 (S1) light LED1. . . , And so on, press the button 4 (S4) lit LED4 press button 15 (S15) Press the button LED light cycle left shift 16 (S16) to complete the cycle shifts to the right LED lights up every step of the operation, also asked to back to the PC by UART0 key
试验目的
学习编写I2C驱动及应用程序开发
掌握中断程序的开发流程
试验内容
响应按键,点亮对应的LED
按下按键1(S1)点亮LED1。。。,以此类推,按下按键4(S4)点亮LED4
按下按键15(S15)循环左移点亮LED
按下按键16(S16)循环右移点亮LED
完成上述每一步操作,同时要求把键值通过UART0回传到PC
-SMART (MAGIC) ARM2200 purpose of study and preparation of test driver and application development I2C interrupt control the content of the program development process to respond to test button, the corresponding LED light by pressing button 1 (S1) light LED1. . . , And so on, press the button 4 (S4) lit LED4 press button 15 (S15) Press the button LED light cycle left shift 16 (S16) to complete the cycle shifts to the right LED lights up every step of the operation, also asked to back to the PC by UART0 key
(系统自动生成,下载前可以参看下载内容)
下载文件列表
I2C\gpio.c
...\gpio.h
...\I2C
...\I2C.mcp
...\I2Cinit
...\i2cinit.c
...\i2cinit.h
...\i2cint
...\irq
...\irq.c
...\LPC2294.h
...\main.c
...\mem_a.scf
...\mem_b.scf
...\mem_c.scf
...\startup.s
...\target.h
...\uart0.c
...\uart0.h
...\I2C_Data\CWSettingsWindows.stg
...\........\Debug\TargetDataWindows.tdt
...\........\.....\ObjectCode\i2cinit.o
...\........\.....\..........\main.o
...\........\.....\..........\startup.o
...\........\.....\..........\uart0.o
...\........\.....\..........\gpio.o
...\........\.....\..........\system.o
...\........\.....\I2C.axf
...\........\.....\GPIO.lst
...\........\.....\i2c.lst
...\........\.....\i2c.bin
...\........\.....Rel\TargetDataWindows.tdt
...\........\........\I2C.axf
...\........\........\gpio.lst
...\........\Release\TargetDataWindows.tdt
...\ch.hfc
...\system.h
...\config.h
...\system.c
...\I2C_Data\Debug\ObjectCode
...\........\.....Rel\ObjectCode
...\........\Debug
...\........\DebugRel
...\........\Release
...\I2C_Data
I2C
...\gpio.h
...\I2C
...\I2C.mcp
...\I2Cinit
...\i2cinit.c
...\i2cinit.h
...\i2cint
...\irq
...\irq.c
...\LPC2294.h
...\main.c
...\mem_a.scf
...\mem_b.scf
...\mem_c.scf
...\startup.s
...\target.h
...\uart0.c
...\uart0.h
...\I2C_Data\CWSettingsWindows.stg
...\........\Debug\TargetDataWindows.tdt
...\........\.....\ObjectCode\i2cinit.o
...\........\.....\..........\main.o
...\........\.....\..........\startup.o
...\........\.....\..........\uart0.o
...\........\.....\..........\gpio.o
...\........\.....\..........\system.o
...\........\.....\I2C.axf
...\........\.....\GPIO.lst
...\........\.....\i2c.lst
...\........\.....\i2c.bin
...\........\.....Rel\TargetDataWindows.tdt
...\........\........\I2C.axf
...\........\........\gpio.lst
...\........\Release\TargetDataWindows.tdt
...\ch.hfc
...\system.h
...\config.h
...\system.c
...\I2C_Data\Debug\ObjectCode
...\........\.....Rel\ObjectCode
...\........\Debug
...\........\DebugRel
...\........\Release
...\I2C_Data
I2C