搜索资源列表
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,
interrupt
- 定时器中断实验,分别设定时钟时间值和闹钟时间值,通过串口可以显示当前实时时钟时间值,当到达闹钟设定的时间后,会触发闹钟中断-Timer interrupt experiments, respectively, set the alarm clock time value and time value, through the serial port can display the current real-time clock time value, when the arrival alarm
vectors
- 富士通定时器中断向量测试c语言程序,此程序可以帮助初学者学习中断-Fujitsu timer interrupt vector test c language program, this program can help beginners learn interrupted
clock-serial
- *硬件连接:PTA-HD44780data,PTC0-RS,PTC1-RW,PTC2-E * *程序描述: 1.以串行中断方式接收从PC机发送来的时钟启 * * 动信号56H和时间值 * * v11:11:11:11表示11:11:11 * * 2.以定时中断方式实现实现1秒的定时 * * 3.以串行接受中断方式接受从PC机发送来的时 * * 钟停止信号57H并向PC方发送当前的时钟数据 * *使用模块: 定时模块、串行通信模块及LCD模块 * -* Hardwa
ydbshujucaiji
- 数据采集系统: (1)采用定时中断和软件控制的方法,实现每隔N秒(N可设置)实现对模拟量的采集。 (2)根据预先设置的数值和采集的模拟量决定控制输出。如假设控制中心值为2.0V,当输入值超过2.0±0.2(V)时,模拟控制步进电机转:正偏差时反转,负偏差时正转;当输入值超过2.0±0.5(V)时,进行上、下限报警。 (3)对采集的值应进行数字滤波,如可一次采集10个值,去掉最大值、最小值,然后取平均值。 (4)实现8路采集,不同路的中心值及上、下限等参数可灵活设置。 -Dat
PWM
- 关于各种电机的PWM程序: 工程1,采用C语言完成的主要功能有 1:用定时器1中断让LED闪烁; 2:用定时器2的比较单元产生一路PWM; 3:用EVB模块产生6路PWM; 另外四个汇编程序依次分别是: SVPWM(软件法)程序, 交流异步矢量程序, 直流双极性双闭环可逆控制程序, 和采样SPWM程序。 -PWM motor on a variety of programs: Project 1, using C language to complet
MCU-function
- 要了解一款MCU,首先需要知道就是其ROM空间、RAM空间、IO口数量、定时器数量和定时方式、所提供的外围功能模块(Peripheral Circuit)、中断源、工作电压及功耗等等。-For an MCU, you first need to know is its ROM space, RAM space, IO port number, quantity and timing timer mode, the external function modules provided by (Pe
zsj1LED
- 修改S3C2410BIOS源程序,添加自己的定时器中断的程序-To modify S3C2410BIOS source code, add a timer interrupt program
MCU-interupt-timer
- 单片机开发,用中断定时器的时钟设计,这些程序都经过优化的-Microcontroller development interrupt timer clock design, these programs have been optimized.
ALIENTEK-MINISTM32-dingshi
- 这是一个基于STM32控制的定时中断的例程,资料较详细-This is based STM32 control timer interrupt routine, more detailed information
TMS320C6000
- 本文介绍TMS320C6000系列中断设置的简明方法。通过示例定时器中断,MCBSP串口接收中断及外部中断这三种中断实现过程,介绍如何实现中断各个寄存器的配置,中断向量表书写以及中断服务函数。最后提供一个简要的示例程序可供大家下载使用。此示例在DSK6416的TI官方实验板上通过测试。由于定时器和串口工作模式较繁,因此对中断无关部分不做介绍。-This article describes the TMS320C6000 interrupt settings concise method.
PWM
- 51单片机 pwm定时器中断程序,利用定时器中断,发生PWM波形 可调占空比-The 51 microcontroller pwm timer interrupt, using the timer interrupt, adjustable duty cycle of the PWM waveform
DSP
- DSP综合设计实验——用定时器实现数字振荡器,本实验除了学习数字振荡器的 DSP 实现原理外,同时还学习 C54X定时器使用以及中断服务程序编写。另外,在本实验中我们将使用汇编语言和 C 语言分别完成源程序的编写。-DSP design experiments- digital timer oscillator, the experiment in addition to DSP realization of the principle of learning digital oscillato
program
- 基于C54X的基本实验,包括基本运算、定时器中断、存储器实验等实验-Based on C54X basic test routines, including basic arithmetic, the timer interrupt, memory experiment and other
Linux-SOC-and-driver-porting
- 本文主要对定时器、中断控制器、SOC各个组成部分进行架构上的剖析以及关键的实现部分的实例分析,以求完整归纳将Linux移植入新SoC的主要工作。-This article mainly discusses the timer, interrupt controller, SOC parts carries on the structure analysis and the realization of the key part of the case analysis, in order to
ALIENTEK-MiniSTM32
- STM32外部定时器中断程序 ;本实验将实现如下功能:本实验将用开发板上载有的3个按钮(KEY_UP、KEY0、KEY1),来控制板上的2个LED(DS0和DS1),其中KEY0控制DS0,按一次亮,再按一次,就灭。KEY1控制DS1,效果同KEY0。KEY_UP则同时控制DS0和DS1,按一次,他们的状态就翻转一次。 -STM32 timer interrupt program
SinhVienIT.Net--IDMP6.21PBuildP11PFullP
- Here s the result. After few seconds of displaying the Powered by FreeRTOS message, the demo will now display the status of all tasks. If there s no error occurred, it will show PASS and the jitter in the processing of timer interrupt (timertest.c).
TC_intrrpt
- timer interrupt in keil for AT91SAM7X
dingshizhongduan
- word 定时中断 思路清晰 结果完整 内部包含电路图和程序-word timer interrupt clear thinking results complete schematics and procedures contained within