搜索结果
找到约 35 项符合
timer0 的查询结果
按分类筛选
单片机开发 startup code has configured Timer0
startup code has configured Timer0
单片机开发 startup code has configured Timer0
startup code has configured Timer0
DSP编程 基于DSP的fangbo.asm 利用定时器Timer0在XF脚产生周期1s的的方波 此程序采用100Mhz的时钟频率
基于DSP的fangbo.asm
利用定时器Timer0在XF脚产生周期1s的的方波 此程序采用100Mhz的时钟频率,产生的方波
uCOS 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时
1. OS版本为2.76
2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz
3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可
如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。
如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。 ...
微处理器开发 用來設定中斷TIMER0把計算出來的秒數輸出
用來設定中斷TIMER0把計算出來的秒數輸出
Windows CE win ce 和2410的蜂鸣器驱动,使用TIMER0
win ce 和2410的蜂鸣器驱动,使用TIMER0
DSP编程 5502的一个TIMER0编辑代码
5502的一个TIMER0编辑代码,通过中断完成操作,比错的入手资料。。该程序采用了CSL方式调用BIOS的API函数,希望你在用的时候注意一下CSL 的API函数调用
微处理器开发 s3c2410提供了5个16位的Timer(Timer0~Timer4)
s3c2410提供了5个16位的Timer(Timer0~Timer4),其中Timer0~Timer3支持Pulse Width Modulation—— PWM(脉宽调制 )。Timer4是一个内部定时器(internal timer),
单片机开发 1.ARM芯片LPC2148的RTC源码 2.ARM芯片LPC2148的DS18B20C驱动源码 3.ARM芯片LPC2148的TIMER0中断驱动源码
1.ARM芯片LPC2148的RTC源码
2.ARM芯片LPC2148的DS18B20C驱动源码
3.ARM芯片LPC2148的TIMER0中断驱动源码
单片机开发 单片机播放音乐实验(汇编) org 0000h ajmp main org 000bh ajmp timer0 org 0030h timer0: clr ea djnz 33h
单片机播放音乐实验(汇编)
org 0000h
ajmp main
org 000bh
ajmp timer0
org 0030h
timer0:
clr ea
djnz 33h,exit
mov 33h,53h
djnz 32h,exit
mov 32h,52h
djnz 31h,exit1
mov 31h,51h
djnz 30h,exit1
setb f0
ajmp exit
exit1: cpl p2.1
exit: setb ea
reti
main:
mov tmod,#02h
mov ie,#82h
mov th0,#254
mov tl0,#254 ...