搜索资源列表
单片机原理及应用
- 第一章 概述 第二章 MCS-51单片机的结构和原理 第三章 MCS-51单片机的指令系统 第四章 MCS-51单片机的程序设计 第五章 MCS-51单片机的中断系统 第六章 MCS-51单片机的串行接口 第七章 MCS-51单片机的系统扩展 第八章 MCS-51单片机的测控接口(部分) -MCS-51 on the structure and principles of Chapter III of the MCS-51 microcontroller inst
F2812WD
- F2812的看门狗总结 这是我总结的F2812的看门狗功能使用! 看门狗,又叫 watchdog timer,是一个定时器电路, 一般有一个输入,叫喂狗,一个输出到MCU的RST端,MCU正常工作的时候,每隔一端时间输出一个信号到喂狗端,给 WDT 清零,如果超过规定的时间不喂狗,(一般在程序跑飞时),WDT 定时超过,就回给出一个复位信号到MCU,是MCU复位. 防止MCU死机. 看门狗的作用就是防止程序发生死循环,或者说程序跑飞。 工作原理:在系统运行以后也就启动了看门狗的计数器
66KeyLock
- 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,
TWIinterrupt.c
- 该程序是经过精心思考,艰苦调试,得到的关于AVR单片机TWI总线的程序,本例为访问PCF8563为例,中断程序坚实可靠,以此献给大家,渴望参加程序员联盟。-The program was carefully thought, hard to debug, get on the AVR microcontroller TWI bus program, in this case as an example to access PCF8563 interrupt program a solid and
danpianjigaishu
- 主要介绍51单片机指令,中断,里面有详细电路,及c语言程序,重要案例。-51 MCU instructions are introduced, interrupt, which are detailed circuit, and c language program, an important case.
xs128interrupt
- 介绍xs128单片机的中断及简单程序,能给需要的朋友以详细的讲解-interrupt for xs128 microcomputer single chip ,i hope this can be bring easy for people
trade520
- 单片机C语言程序设计实训100例/新手练习程序有流水,LCD,点阵,A/D,中断,音乐,计算器,数码管等-100 cases of single-chip C Programming Language Training/novice exercise program there is running water, LCD, dot-matrix, A/D, interrupts, music, calculator, digital tubes, etc.
MCU-interupt-timer
- 单片机开发,用中断定时器的时钟设计,这些程序都经过优化的-Microcontroller development interrupt timer clock design, these programs have been optimized.
PWM
- 51单片机 pwm定时器中断程序,利用定时器中断,发生PWM波形 可调占空比-The 51 microcontroller pwm timer interrupt, using the timer interrupt, adjustable duty cycle of the PWM waveform
Interrupt-service-routine
- 设计单片机中断T0中断服务程序,作为子程序随时调用-Design microcontroller interrupt T0 interrupt service routine, as a subroutine called at any time
F340
- 旋转编码器程序,单片机用的是c8051F340,通过中断做的-Rotary encoder
e
- 基于51单片机的简易电子琴,能利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出7个不同的音调,而且有一个按键可以自动播放歌曲,要求按键按下时发声,松开延时一小段时间,中间再按别的键则发另外一音调的声音,当系统扫描到键盘按下,则快速检测出是哪一个按键被按下,然后单片机的定时器启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个按键被按下,则启动中断系统。前面的发音停止,转到后按的键的发音程序。发出后按的键的音调。-5
danpianjishili
- 单片机中以C语言写的程序。有函数的使用和熟悉,中断、定时器,数码管显示,键盘控制的例子等-MCU program written in C language. There are familiar with the use and function, interrupts, timers, digital display, keyboard control, etc. Examples
counter
- 利用51单片机的中断功能实现计数器的程序设计。-Use of 51 single-chip microcomputer interrupt function implementation counter of program design.
ATMEGA16PUSART
- AVR单片机atmega16串口中断接收和发送程序-AVR ATmega16 microcontroller serial interrupt the sending and receiving program
i2c
- 这是一个i2C中断服务函数历程 而且为从机程序,单片机为STM32系列,使用前开启中断就可以 。-This is a i2C interrupt service function and history the program, for the STM32 microcontroller series, before use enable interrupts can be.