基于s3c2440的串口中断接收程序

时间:2016-11-02 14:11:59
【文件属性】:

文件名称:基于s3c2440的串口中断接收程序

文件大小:107KB

文件格式:ZIP

更新时间:2016-11-02 14:11:59

s3c2440 ARM9

该程序是用s3c2440来实现对串口中断接收的程序。 在接收到相应字符时来控制一个led灯的亮灭,并且将接收到的字符 返回发送给PC机。 简单,利于初学者学习串口中断。


【文件预览】:
uartinttest
----source()
--------uart.h(100B)
--------uart.c(293B)
--------Main.c(429B)
--------interrupt.h(96B)
--------led.h(384B)
--------isrservice.c(651B)
--------interrupt.c(118B)
--------led.c(254B)
--------isrservice.h(115B)
----uartinttest.mcp(193KB)
----uartinttest_Data()
--------Debug()
--------Release()
--------CWSettingsWindows.stg(3KB)
--------DebugRel()
----startcode()
--------def.h(444B)
--------2440addr.inc(4KB)
--------2440init.s(7KB)
--------nand.c(8KB)
--------Nand.h(4KB)
--------config.h(516B)
--------Memcfg.inc(548B)
--------2440addr.h(28KB)
--------Option.inc(327B)

网友评论

  • 资源挺好的,对我有帮助
  • 并非将所有功能写在一个驱动文件中实现串口中断功能的
  • 学习一下,还好
  • 下载了看下 还行
  • 不错的程序,可以借鉴