搜索资源列表
外部中断模拟UART演示程序(只经过了软件仿真)
- 单片机的程序,欢迎探讨-Microcomputer Program, welcomed the study
pic16f877a单片机程序
- pic16f877a单片机程序,用于使能外部ad转换
Speed_c
- 外部存储器接口实验2,通过实验掌握外部存储器(EMC)的设置,使外部存储器的访问速度最优化,提高外部程序的运行速度 开发平台:EasyARM2200 ads1.2开发环境
PS2键盘外部INT1中断服务程序
- PS2键盘外部INT1中断服务程序
配置理解stm32中外部中断外部是怎么设置的
- 本程序是通过配置理解stm32中外部中断外部是怎么设置的和怎么配置引脚可以产生外部中断-This procedure is through understanding stm32 configuration in the external interruption external is how to set up and how to configure pin can produce external interruption
avr274 AVR单片机串口通信的程序
- 这是关于AVR单片机串口通信的程序,适合与有一定基础的人看。 这份资料介绍了UART单线的软件执行。议定书的支持两个设备间的半双工通信。唯一的要求是一个输入/输出端口,支持外部中断和一个计时器比较打断。-This is on the AVR single-chip serial communication procedures, suitable for a certain basis people. This document introduces the software implement
I2C.rar
- FPGA实现模拟I2C协议的过程,包括三个模块,i2c_master_bit_ctrl.v完成位传输功能、i2c_master_byte_ctrl.v完成字节传输功能,i2c_master_top.v完成整个程序的控制功能,并提供给外部程序的接口。 ,I2C Analog FPGA implementation of the Protocol process, including the three modules, i2c_master_bit_ctrl.v achieve bit tran
红外学习型遥控器C程序
- 本程序是51单片机实现红外遥控器学习功能的C代码,采用外部中断触发方法,能支持NEC协议,有基础的也可以修改少量代码,就能学习PT2262,HS1527等315M无线的学习遥控器
完整的电子密码锁程序
- 代码是一个完整的电子密码锁程序,通过输入密码控制锁的开合(用继电器模拟),采用1602液晶显示,程序具有节能设置,当长时间没有人靠近锁时(20s左右),单片机进入睡眠模式,液晶关闭,最大限度减少功耗,外部人体感应开关感应到有人接近时自动从睡眠状态恢复-Code is a complete electronic lock program, lock by entering the password control the opening and closing (with relay analog
LF2407_NAND_FLASH
- DSP 2407 烧写外部flash的源代码 开发环境:TI CCS 可用于将程序固化到外部存储器上-DSP 2407 external flash programmer
linefollower
- 这是我第一个寻迹小车,程序很简单,只有十多行。主要用了两个外部中断。走的是黑底白线的轨迹。传感器部分的电路图大家可以在网上找。原理是如果传感器在黑色背景上,输出高电平。如果检测到白线,输出低电平,把两路传感器接到单片机的P32,P33。就能实现循白色轨迹的功能了。传感器我用的是ST168。ST178,ST188也可以。 Proteus仿真文件中用了两个开关来替代,可以观察电机的反应。 -This is my first car tracing, the program is very
int_4
- 这个程序是用atmega128芯片实现外部中断的一个例子-This procedure is used ATmega128 chip implementation of an example of external interrupt
c8051f020_codes
- c8051f020单片机的例程,是购买几百块钱的c8051f020开发板后赠送光盘上的程序,有:8位、12位pwm,AD8位、12位转换程序,DA,串口,timer3,以及外部中断等程序。-C8051F020 MCU routine, buy a few hundred dollars are the C8051F020 development board CD-ROM on gift after the procedure, there is: 8, 12 pwm, AD8-bit, 12-b
duqujianpan
- 这是读取键盘的子程序 主要内容为:如何定义位,如何得到按键状态,防止键盘干扰的方法 以及如何处理读入的键值 思路:首先在某一引脚输出一个电平,然后读入引脚的电平,如果刚好相反 那么可能有按键发生,但是不排除干扰,为了防止干扰,需要软件延时20ms 消除干扰,然后,等待用户释放,否则,可能重复的到某种结果,发生意外情况 应该说键盘输入是单片机外部指令输入的重要途径,因此如何设计键盘以及键盘的工作原理、读键盘的方法、键盘的抗干扰设计等在单电能机系统设计中占有重要地位。
实验5外部中断实验
- STM32F103ZET6 外部中断实验,C语言程序。(STM32F103ZET6 external interrupt experiment, C language program.)
实验16:外部中断1
- 51开发板中第10个程序外部中断,运行程序后会自动运行相关程序(The 10th program in the development board is interrupted, and the program will automatically run after running the program)
STM32外部中断程序
- 本源代码为基于STM32的外部中断程序,需要关注的点是相应端口时钟配置、管脚初始化配置和中断配置(The source code is an external interrupt program based on STM32, and the point to focus on is the corresponding port clock configuration, pin initialization configuration, and interrupt configuration.)
4:STM32_外部按键中断实验
- STM32F10x开发的外部中断应用程序,按键int1和int2控制LED灯(External interrupt applications developed by STM32F10x, key INT1 and INT2 to control the LED lamp)
步进电机参考程序 带注释
- 适合改多轴步进电机控制。使用定时器中断与外部中断实现。使用步进电机驱动器。(Suitable for multi-axis stepper motor control. Using timer interrupts and external interrupts. Use a stepper motor driver.)
STM32正交编码器_外部中断
- 这是一个STM32F用外部中断识别光册编码器的程序(STM32 uses external interrupt to identify encoder.)