搜索资源列表
实用单片机系统
- 增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层
STR912_GPIO
- 基于STR912的GPIO程序,本示例程序主要为测试GPIO功能。当程序运行时,LCD屏上会显示: STR91x DEMO GPIO TEST 并能通过按键K5(中断方式实现)轮流闪动L2、L3、L4、L5。
LPC1343 Cortex-M0编程实例
- NXP LPC1343 Cortex-M0编程实例,包涵:GPIO、GPIO按键中断、IIC通讯外围设备24LC64、 PCF2129时钟芯片、PCF8576 LCD驱动液晶屏显示等功能。采用 KEIL MDK编译。
GPIO_KeyInterrupt
- 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
WinodwsCE.netdriverlab
- wince 驱动,一个按键驱动及用evc调用驱动实例-wince driver, a key driver and a call-driven examples of EVC
clockkeyrs232
- 基于ARM和proteus 采用定时器实现秒级定时 2个按键进行时间调整,一个采用中断方式、一个采用GPIO方式实现 显示1采用6个数码管(可带外部驱动器),使用动态扫描方式 显示2采用PROTEUS提供的RS232串口终端,用软件驱动串口进行显示 -Seconds using the timer class from time to time to achieve two key time to adjust to a disruption of the way the u
SPARKLED
- 通过GPIO中断控制LED运行跑马灯程序,代码中包含按键触发跑马灯代码段。-Run through the GPIO interrupt control LED Marquee program, the code contains buttons to trigger ticker code snippet.
loopcatchtheinterupt
- 循环捕获按键中断 使用循环查询方式捕获gpio的信息-loop catch the interupt
interrupt
- 基于S3C2440裸机开发的一个小程序。作用是模拟铁路道口设备功能检测两测是否来车 当来车时相应的灯亮,并等待列车触发另一边的信号 表示车离开。另外 一段时间之后会有灯亮,必须按下一个按键,否则再等待一会另一盏灯就会亮。用来监督人员是否离开。 所有的操作会显示在DNW上。 用到:GPIO 中断 定时器 和串口技术-S3C2440 based development of a small program bare metal. Role is to simulate the two railw
gpio_test
- stm32 实现gpio 定时器 中断 对gpio口的api设置 定时器控制流水灯 按键控制外部中断-stm32 gpio timer interrupt
STM32PuCOSPISR
- 自己亲自移植的uCOS-II工程,用MDK(keil)编译的,基于STM32F103芯片。用到了1个串口,4个GPIO端口(1个按键中断,1个指示中断的LED,和另外两个LED分别代表两个Task)。如果有什么需要帮助的,里面有我本人的联系方式。 -I proted uCOS-II to STM32Fl03 MCU by MDK compiler.The project have used USART1 and 4 of GPIO which for Interrupt,LED of int
GPIO-Key-Int
- GPIO按键中断实验,芯片为LM4F232,青分实验板-GPIO buttons experiment, chip for LM4F232, green points test plate
STM32_USART_RECEIVESTRING
- CPU是STM32F103RBT6,外接8M晶振。 该程序实现了串口1中断接收字符串(必须有换行符结尾,即勾选上串口调试助手上的“换行符”再发送)。方式完毕后,通过按键(GPIO)的方式再将接收的字符串发送出来。每次接收都会更新发送。字符串缓冲区设为20(可自己调节) -CPU is STM32F103RBT6, external 8M crystal. The program implements the Serial Port 1 interrupt reception str
4_KEY_LED_Change_DCO
- msp430g2553开发 通过按键改变输出时钟频率 对于学习GPIO中断以及时钟配置有很大意义-learning materiel for msp430g2553 which tells the GPIO and DCO configuration
interrupt
- 在atlys型号开发板上开发中断处理程序,用microblaze做处理器,两个GPIO作为外设,一个GPIO连接按键作为中断源,另外一个GPIO连接led外设,熟悉中断的处理流程。-Model development board developed in atlys interrupt handler do with microblaze processor, two GPIO as a peripheral, a GPIO connection button as an interrupt s
LED
- 初学STM32中各种模块的简单使用,包括GPIO输入输出,液晶屏,中断,按键,定时器,串口等基本单元操作,适合初学者使用-Beginners of various modules in the STM32 is simple to use, including the GPIO input and output, LCD screen, interruption, buttons, timer, serial port and so on basic unit operations, suita
main1
- LPC1752 GPIO中断测试例程,P2.10即KEY1键下降沿产生中断,测试时将JP4的BEEP与P0.7短接, JP4的KEY1与P2.10短接,每按下按键,蜂鸣器取反 注意:外部中断3与GPIO的P0与P2端口共用一个中断通道-LPC1752 GPIO_KeyInterrupt
gpio_key
- arm9系列的GPIO按键中断驱动,带中文注释,是入门的杂项设备驱动-arm9 series GPIO key interrupt-driven, with Chinese comments, miscellaneous entry device driver
STM32F107外部中断程序
- 按键触发STM32的GPIO中断,点亮LED(Keystroke triggers GPIO interrupts)
创建 EXTI 工程 的素材----与GPIO,USART素材不同
- 通过不同按键和不同的中断线来控制LED灯的亮灭(Control the brightness of the LED lamp by different buttons and different interrupts)