CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - timer assembly
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - timer assembly - List
[
Other resource
]
test_TIMER_A_
DL : 0
msp430单片机汇编语言计时器A源程序.平台为IAR.-Controller MCU A timer assembly language source code. Platform for IAR.
Update
: 2008-10-13
Size
: 16.21kb
Publisher
:
tyx
[
SCM
]
51定时中断例
DL : 0
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。 两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验, 小虾们可以试试看。 -1. T0_ASM.rar, (with the Chinese language in the notes C51 routines), Timer 0 interrupt the use of LED lights to the simple control. 2. T0_C51.rar, (with the Chinese Notes of the 51 assembly language routines), Timer 0 interrupt the use of LED lights to the simple control. Two of the same functions timer0 interrupted proceedings in MCU51- 63K simulator through experiments, shrimp can try.
Update
: 2025-02-17
Size
: 32kb
Publisher
:
www
[
SCM
]
test_TIMER_A_
DL : 0
msp430单片机汇编语言计时器A源程序.平台为IAR.-Controller MCU A timer assembly language source code. Platform for IAR.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
tyx
[
SCM
]
Timer
DL : 0
汇编语言,用定时器中断,实现输出占空1比1的方波波形-Assembly language, using the timer interrupt, the realization of output accounted for one than the one empty square waveform
Update
: 2025-02-17
Size
: 7kb
Publisher
:
姬中友
[
assembly language
]
time
DL : 0
可编程间隔定时器(Programmable Interval Timer,PIT, 8253或8254模型),也叫做系统时钟,是一个非常有用的芯片,可以在一定时间间隔精确地产生中断。芯片本身有3个通道:通道0绑定到IRQ0,在可预知和规则的时间中断CPU;通道1特定于系统;通道2则连接到系统扬声器。就像你看到的一样,单个的芯片为系统提供了几个非常重要的服务。-Programmable Interval Timer (Programmable Interval Timer, PIT, 8253 or 8254 model), also known as the system clock, is a very useful chip in a certain time interval can be accurately generate an interrupt. Chip itself has three channels: channel 0 bound to IRQ0, and rules in the foreseeable time interrupt CPU channel 1-specific systems 2-channel speaker connected to the system. As you see, like a single chip for the system provides several important services.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
注册和开
[
DSP program
]
TMS320-VC5509A-Timer
DL : 0
ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码,主程序采用C 语言编制利于控制,中断向量表在 vector.asm 汇编语言文件中,利于直观地控制存储区分配。-ICETEK-VC5509-A experimental evaluation board timer. Experimental procedure included two projects source code, the main program using C language in favor of control, Interrupt Vector Table in the assembly language vector.asm documents, in favor of intuitive control of Storage Area distribution.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
小艾
[
assembly language
]
aa
DL : 0
这个时钟是用汇编语言开发的,针对8086芯片而创造的。不仅可以作为时钟,而且可以当成是定时器,具有8个不同时间的定时,在定时时间到达后,就可以给相应的端口输出高电平-This clock is the development of assembly language for 8086 chip created. Not only can serve as a clock, but also as the timer, with eight different times from time to time, in the regular time, you can port to the appropriate output high
Update
: 2025-02-17
Size
: 12kb
Publisher
:
柳生
[
uCOS
]
UCOS_IIC51
DL : 0
uc/osii的c8051f移植的关键代码,我自己加入了串口和一个定时器的移植汇编代码,对其他中断应用会有帮助-uc/osii the c8051f transplantation key code, I joined the serial port and a timer assembly code transplant for other applications will be helpful to interrupt
Update
: 2025-02-17
Size
: 13kb
Publisher
:
hlc
[
assembly language
]
Timer
DL : 0
是基于51单片机的电子时钟程序(汇编代码),可以用按键调整时、分、秒;-Is based on 51 single-chip electronic clock procedures (assembly code), can use keys to adjust hours, minutes, seconds
Update
: 2025-02-17
Size
: 2kb
Publisher
:
代云启
[
OS program
]
cputicker
DL : 0
CPU 的精确计时器 This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the "RDTSC" assembly language instruction. This counter has a resolution in terms of PCLKS (processor clocks) so if you have a 200 MHz CPU then this class will give a frequency of 200 MHz. The value returned is an 64 bit integer so assuming your CPU runs at 200 MHz, the value will take roughly 3000 years to roll over. As the value also starts counting from 0, the value returned is the number of cpu ticks since the computer was turned on. Because the timer is part of the CPU hardware, it is unaffected by processor activity and workload. The class has only been tested on Intel CPU s (486, Pentium, Pentium Pro & Pentium 2). Feedback about its behaviour on other CPU types would be appreciated. The class can also be used on Windows NT without any problems. -CPU precise timer This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the
Update
: 2025-02-17
Size
: 15kb
Publisher
:
谢兵
[
assembly language
]
8051_MCU_Basic_
DL : 0
《8051单片机基础教程》首先介绍了8051单片机的硬件、汇编语言、程序测试方法、基本I/O控制、中断控制、计时计数器控制、串行接口控制、A/D与D/A转换等土要内容,然后重点介绍了三个制作课题:LCD串行接口监视器、单片机电子钟、倒数计器。- Essentials 8051 First introduced 8051 hardware, assembly language, program testing methods, and basic I/O control, interrupt control, timer counter control and serial interface control, A/D and D/A conversion, such as soil content, and then focuses on the production of three issues: LCD serial interface monitors, single-chip electronic clock, countdown keiki.
Update
: 2025-02-17
Size
: 159kb
Publisher
:
wang
[
SCM
]
timer
DL : 0
基于C语言编程的keil单片机时间显示定时器。相对于汇编语言,C语言用于单片机更具简洁性-Based on C language programming keil Singlechip time display timer. Compared to assembly language, C language for more simplicity Singlechip
Update
: 2025-02-17
Size
: 1kb
Publisher
:
潘尚德
[
assembly language
]
timer
DL : 0
一个完整的计时器 ,汇编语言 计时精确到毫秒 ,计时长短也可以在程序里自行修改 -A complete timer assembly language to the millisecond timing precision, timing the length of program can also make its own decisions
Update
: 2025-02-17
Size
: 2kb
Publisher
:
knkn
[
assembly language
]
timer
DL : 0
用汇编语言编写的DSP2812用定时器程序-Prepared by DSP2812 assembly language program with timer
Update
: 2025-02-17
Size
: 4kb
Publisher
:
呈祥
[
assembly language
]
timer
DL : 0
timer in assembly language
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hamidamir
[
assembly language
]
Timer
DL : 0
It is Assembly Code For Timer
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Daniyal khan
[
assembly language
]
timer
DL : 0
51 定时器实例--- 跑马灯 汇编语言 SST89E51RD2-51 timer instance--- Marquee assembly language SST89E51RD2
Update
: 2025-02-17
Size
: 6kb
Publisher
:
fyy
[
Other
]
PDF
DL : 0
全书共分8章。第1章概述DSP技术发展的两个领域,DSP芯片的特点、现状及应用,并简单介绍TMS320系列DSP,即C2000、C5000、C6000的特点和应用领域;第2章是TMS320C54x的硬件结构,介绍总线结构、中央处理单元、存储器和中断系统;第3章介绍TMS320C54x的寻址方式和指令系统;第4章介绍软件开发过程和基本汇编语言程序设计方法;第5章是DSP集成开发环境(CCS),通过举例介绍了CCS的使用方法;第6章是片内外设,介绍可编程定时器、串行口、主机接口及其应用;第7章是基本硬件系统设计,介绍外部存储器和I/O扩展、A/D和D/A接口设计、时钟及复位电路设计、供电系统设计;第8章介绍了典型DSP应用系统的设计和实现方法,包括正弦信号发生器、FIR数字滤波器、快速傅里叶变换(FFT)、语音信号采集与回放。-The book is divided into eight chapters. Chapter 1 outlines the two areas of DSP technology, DSP chips, features, status and application, and a brief TMS320 series DSP, the C2000, C5000, C6000 features and applications Chapter 2 is the TMS320C54x hardware structure, introduced bus structure, the central processing unit, memory and interrupt system Chapter 3 describes the addressing modes and instructions TMS320C54x system Chapter 4 describes the software development process and basic assembly language programming method Chapter 5 is a DSP integrated development environment (CCS ), through the examples of the use of the CCS Chapter 6 is the on-chip peripherals, the programmable timer, serial ports, host interface and its application Chapter 7 is the basic hardware system design, describes the external memory and I/O expansion, A/D and D/A interface design, clock and reset circuit design, power supply system design Chapter 8 describes a typical DSP application systems design and i
Update
: 2025-02-17
Size
: 5.61mb
Publisher
:
tiger
[
SCM
]
timer
DL : 0
应用于51单片机的电子时钟汇编代码。非常适合于学习单片机的定时器、中断系统以及7段码LED显示器的使用。该代码在AT89S52上测试成功。-51 microcontroller used in the electronic clock assembly code. Very suitable for studying the microcontroller timer, interrupt system and the 7-segment LED display to use. The code is tested successfully in the AT89S52.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
鄢波
[
assembly language
]
Timer-assembly-program
DL : 0
定时器的汇编程序Timer assembly program-Timer assembly program
Update
: 2025-02-17
Size
: 7kb
Publisher
:
lvshoujian
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.