freescale MCF5485EVB开发板上中断操作示例,利用一个timer产生中断,另外3个timer作为GPIO,使3g个LED每隔1秒钟轮换亮一次。
上传时间: 2016-11-14
上传用户:zaizaibang
8051F350的按键测试,可以帮助新手学习GPIO
上传时间: 2013-12-16
上传用户:330402686
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。
上传时间: 2013-12-31
上传用户:firstbyte
51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //关定时器 TR1=0 TH1=0xB1 TL1=0xE0 //归0 TH0=0x00 TL0=0x00 //归0 }
上传时间: 2016-11-26
上传用户:秦莞尔w
2410LinuxGpioDrive,LINUX操作系统下2410芯片的GPIO口驱动
标签: LinuxGpioDrive 2410
上传时间: 2013-12-26
上传用户:kytqcool
PXA27X裸机测试程序,包括FLASH、SDRAM、GPIO测试
上传时间: 2013-12-21
上传用户:ls530720646
kernel里面的中断代码分析 Index : 1.1 涉及到的代码简单分析 1.2 中断处理函数是如何被called ?(转载的,参考,了解流程即可,具体代码不必深究) 1.3 s3c2410 里面的中断控制器的细节分析,以及general的中断原理 1.4 外部中断控制器的分析(与GPIO有关)
上传时间: 2014-01-25
上传用户:tzl1975
The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also the benefit that no special handing for the shared interrupt vector is required, since the hardware break registers of the MSC1200 are not used at all.
标签: In-System-Debugger ISD the project
上传时间: 2014-11-18
上传用户:dongqiangqiang
ISCAS的benchmark 含有原理图,VHDL、VerilogHDL网表,测试数据等。 27-channel interrupt controller
上传时间: 2016-12-07
上传用户:h886166
用于STM32开发板,可以通过板上的GPIO接口来配置实现通过USB来控制屏幕上的鼠标
上传时间: 2013-12-24
上传用户:guanliya