Welcome![Sign In][Sign Up]
Location:
Search - INTERRUPTS PROGRAM CODE

Search list

[Otherw78e51bcn

Description: W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM 允许电编程和电读写。一旦代码确定后,用户就可以对代码进行保护。 W78E51B 有2 种节电模式,空闲模式和掉电模式,2 种模式均可由软件来控制选择。空闲模式下,处理 器时钟被关闭,但外设仍继续工作。在掉电模式下晶体振荡器停止工作,以将功耗降至最低。外部时钟 可以在任何时间及状态下被关闭,而不影响处理器运行。-W78E51B specifications W78E51B is broadband rates, low-power 8-bit microcontroller. Its instruction set with the standard 8051 instruction set compatible. W78E51B contains 4K bytes of Flash EPROM; 128 bytes of RAM; Four eight two-way, the bit addressable I / O port; An additional four I / O P4; Two 16-bit timer / counter; A hardware Watchdog timer and a serial port. These external equipment by a seven interrupt source and two interrupts the interruption system. For the convenience of users and certification program, W78E51B intron Flash EPROM programming and allow -- -- literacy. Once the code is finalized, users will be able to source protection. W78E51B are two kinds of power saving mode, idle mode and power down mode, the two models can be controlled by the software to choose. Idle mode
Platform: | Size: 226723 | Author: cth | Hits:

[Otherw78e51bcn

Description: W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM 允许电编程和电读写。一旦代码确定后,用户就可以对代码进行保护。 W78E51B 有2 种节电模式,空闲模式和掉电模式,2 种模式均可由软件来控制选择。空闲模式下,处理 器时钟被关闭,但外设仍继续工作。在掉电模式下晶体振荡器停止工作,以将功耗降至最低。外部时钟 可以在任何时间及状态下被关闭,而不影响处理器运行。-W78E51B specifications W78E51B is broadband rates, low-power 8-bit microcontroller. Its instruction set with the standard 8051 instruction set compatible. W78E51B contains 4K bytes of Flash EPROM; 128 bytes of RAM; Four eight two-way, the bit addressable I/O port; An additional four I/O P4; Two 16-bit timer/counter; A hardware Watchdog timer and a serial port. These external equipment by a seven interrupt source and two interrupts the interruption system. For the convenience of users and certification program, W78E51B intron Flash EPROM programming and allow---- literacy. Once the code is finalized, users will be able to source protection. W78E51B are two kinds of power saving mode, idle mode and power down mode, the two models can be controlled by the software to choose. Idle mode
Platform: | Size: 226304 | Author: cth | Hits:

[ARM-PowerPC-ColdFire-MIPSARM_Rev_source

Description: ARM ADS 程序示例(源码),coprotest.c,partest.c,interrupts.c-ARM ADS program example (source code), coprotest.c, partest.c, interrupts.c
Platform: | Size: 96256 | Author: | Hits:

[SCMEKS1

Description: This program is for use on msp430xG46x MCU s. It includes usefull and completely working code for making functions, working with Timer_A module. Button handling (triggering) on switch also eliminated.Timer_A interrupts used to trigger Buzzer and LED with desired frequency (e.g. 400Hz).
Platform: | Size: 19456 | Author: ibanez2006 | Hits:

[SCMcvavr_study

Description: AVR单片机分类程序源码,包括I/O、外部中断、各类外设等-AVR microcontroller classification program source code, including I/O, external interrupts, various peripherals
Platform: | Size: 97280 | Author: 陈秀霆 | Hits:

[DSP programCpuTimer2

Description: 定时器 2 实验 F2812 上有3 个 32 位的 CPU 定时器,本程序主要对 CPU 定时器 2 进行操作, 200MS 产生一次中断。使用时,按以下步骤进行: (1)点击“CCS”,启动Code Composer Studio 开发环境 (2)点击【project】􀃆 【Open…】打开“CpuTimer2”文件夹下的“CpuTimer2.PJT”。 (3)重新编译完毕。 (4)点击【File】􀃆 【Load Program…】,选择“CpuTimer2”文件夹下的“DEBUG” 中的“CpuTimer2.OUT”文件,点击【打开】。 长沙智创电子 专业嵌入式(DSP、ARM)系统开发板、解决方案供应商 TMS320F2812 学习板用户手册 0731-2253687 QQ:21483112 (5)点击【Debug】􀃆 【Run】或左侧快捷键图标,全速运行。在定时器中断子 函数中,我们打上断点,当定时器2 产生中断时,CCS 就会停在断点处。如下图所示。 注意:TIMER0 属于CPU 外部中断,由PIE 管理,而TIMER2 属于CPU 内部中断,由 CPU 直接管理。两者的具体编程方法有差别,请用户注意软件中的细节。 注:如果发现程序不能正确运行或程序跑飞,可点击CCS 中【Debug】􀃆 【Reset CPU】, 然后重新Load 程序。如果还是不能正确运行或程序跑飞,可给学习板和仿真器重新上电。-Timer 2 Experimental F2812 on three 32-bit CPU timer, this program is the main CPU timer 2 200MS generate an interrupt. Use, follow these steps: (1) click on the "CCS", start the Code Composer Studio development environment (2) Click the [project] 􀃆 [Open ...] and open the "CpuTimer2 the folder CpuTimer2.PJT". (3) re-compile is completed. (4) Click [File] 􀃆 [the Load the Program ...], select "CpuTimer2" folder under the DEBUG In the "CpuTimer2.OUT" file, click [Open]. The Changsha Chi Electronics Professional Embedded (DSP, ARM) system development board, and solution providers TMS320F2812 learning board user manual 0731-2253687 QQ: 21,483,112 (5) Click [Debug] 􀃆 , [Run] or the left side of the shortcut icon, running at full speed. In the timer interrupt sub- Function, we marked a breakpoint, when Timer 2 to generate an interrupt, the CCS will stop at the breakpoint. As shown below. Note: TIMER0 belongs to the CPU external interrupts from the PIE m
Platform: | Size: 1024 | Author: q | Hits:

[SCMtest18b20

Description: 由于DS18B20是单线操作,所以必须严格遵守它的时序要求才能正常与之建立联系并实现读写操作。 网上见到的多是程序多是在主程序中以延时的方式实现,而且要求关中断,以实现18B20对时序的要求。但是实际应用中,测温操作一般是作为辅助动作,主要任务是通信及数据处理等其他操作,这样一来,如果将DS18B20的程序代码放在主程序中,势必影响其他需要实时处理的中断。 前些天玩到DS18B20,就尝试以51定时中断的方法实现DS18B20时序,在面包板上成功跑了起来。 用的单片机是STC11F16XE,使用外部晶振24MHz。-As DS18B20 is a single operation, so it must be strictly complied with the timing requirements in order to establish contact with them and achieve normal read and write operations. Online programs are mostly seen mostly in the main way to delay implementation, and requires disable interrupts to achieve 18B20 right timing requirements. However, practical applications, operating temperature is generally used as auxiliary action, the main task is communication and data processing and other operations, so that, if the DS18B20 program code on the main program, is bound to affect other needs real-time processing of interrupts. A few days ago to play to the DS18B20, just try to 51 timer interrupt method to achieve DS18B20 timing, success in the bread board ran. SCM is used STC11F16XE, using an external crystal 24MHz.
Platform: | Size: 3072 | Author: TYS | Hits:

[SCMATmega128

Description: 这五个源代码是我自己编写的关于ATmega128单片机的程序。它们的功能分别有外部中断,12864显示,ad采样 及控制外部数字芯片等。希望能帮助大家,注释已经很清楚了。用的编程软件是 CVAVR。-This five source code is what I have written about the ATmega128 MCU program. Their functions were external interrupts, 12864, ad Sampling and control external digital chips. Hope to help everyone, comments have been very clear. The programming software is CVAVR.
Platform: | Size: 4096 | Author: chadlewis | Hits:

[SCMMSP430C-program

Description: 单片机(MSP430)C语言源程序(串口通信、定时器、总线、液晶、中断等)-Microcontroller (MSP430) C language source code (serial communication, timer, bus, LCD, interrupts, etc.)
Platform: | Size: 59392 | Author: luanli | Hits:

[SCMC8051F34x_procedure-code

Description: C8051F34x系列單片機的程序代碼,包括ADC,INTERRUPTS,PCA,SMBUS,SPI,UART,USB等-C8051F34x series MCU program code, including the ADC, INTERRUPTS, PCA, SMBUS, SPI, UART, USB, etc.
Platform: | Size: 1691648 | Author: 王军 | Hits:

[DSP programGPIO_ISR

Description: The purpose of this program is to test the GPIO interrupts in TI TMS320C6670 EVM Board. To compile and execute this, you need TI CCS (Code Composer Studio) program.
Platform: | Size: 3072 | Author: skyWeb | Hits:

CodeBus www.codebus.net