搜索资源列表
RTC
- VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine and then puts the part in deep sleep mode to be woken up from a RTC Stopwatch Event. Once woken up, the RTC is reconfigured to toggle the EZ KIT LE
AT91M42800A-UsartPDC-ADS1_2-2_0
- This zip file describes a Basic USART using Interrupts and PDC running under EB42 with ARM® ADS 1.2 Software Tool. Includes main.html file for help.
rs232
- RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are use
cc1110
- 有关cc1110的几个基本实验,其中包括AD采集,串口通信,定时器,中断和IO口实验-The cc1110 a few basic experiments, including AD acquisition, serial communication, timers, interrupts and IO port test
LABD2
- Developed for use with MSP430x22x4 MCU (2274). Made with Code Composer Essentials v3.1. VLOCLK used, MCLK from VLOCLK.Also calibrated DCO s used. Basically this file is for educational use working with Basic Clock Module+. Timer interrupts used fo
Timers-and-Interrupts-Mechanism
- It contains basic codes for timers and interrupts for microcontroller Atmel ATmega16
communication-between-USART-using-DMA
- This example provides a basic communication between USART1 and USART2 using DMA capability, flags and interrupts.
AT91SAM7X256-PIT-IAR
- 程序说明: 一、开发环境 1、开发板:AT91SAM7X256-EK 2、仿真器:SAM-ICE(ATMEL) 3、开发软件:IAR4_30A-1_2(IAR) 二、程序功能 1、程序目的:介绍AT91SAM7X256 PIT的基本用法: 补充:PIT的目的是为操作系提供周期性的中断. 2、功能说明:PIT 产生定期中断. 三、开发板设置 1、依据AT91SAM7X256-EK使用向导,设置好开发板(最小系统)
keyboard
- 关于键盘中断的基本程序是实现键盘中断的有效方法,能够在硬件编程条件下实现直接的中断功能-Keyboard interrupts on the basic procedure is an effective way to achieve the keyboard interrupt, can be programmed in the hardware interrupt under the direct function
Windows_2000_XP_WDM_Driver_Development
- 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本
out_Interrupt
- 外部中断和定时器一样,是单片机最基本也是最重要的两个功能。 该程序的视频为“外部中断的使用.exe”-External interrupt and timer, is the most basic and most important single chip two functions. The program' s video for " the use of external interrupts. Exe"
shiyanbaogao
- 了解ISE平台的基本环境,编译程序,在MC8051 IP核中,要求实现:增加PLL锁相环,扩大内部RAM,定时器,串口和外部中断等资源,并增加乘法器和除法器的功能。-ISE platform to understand the basic environment, compiler, the MC8051 IP core, the requirement to achieve: increased PLL phase-locked loop, expanding the internal RAM
USART_Interrupt
- This example provides a basic communication between USARTy and USARTz using interrupts. USARTy and USARTz can be USART1 and USART2 or USART2 and USART3, depending on the STMicroelectronics EVAL board you are using.
c8051f126cfg
- c8051126单片机的初始化设置,包括频率,中断,IO端口等基本设置-c8051126 MCU initialization settings, including the basic settings of the frequency of interrupts, IO ports
22410wanquank4
- 2410完全开发流程及源码,一些裸板的2410源码,帮助你学学习bootloader,vivi的基本原理,认识中断和MMU -Fully developed flow and source 2410, 2410 Source of some of the bare board, to help you learn to learn the bootloader vivi basic principle, recognizing interrupts and MMU
clock
- Clock This application shows the use of the 16 bits of the timer counter to generate internal interrupts and consequently generate a timing function. This application depends upon the system clock frequency as a basis for its timing. The applicatio
LinuxKernel-core-Chinese-manual
- LinuxKernel核心中文手册,总共十五章的讲解,包括Hardware Basic,Software Basic,Memory Management ,Processes,Interprocess Communication Mechanisms ,PCI ,Interrupts and Interrupt Handling,Device Drivers, The File System ,Networks,Kernel Mechanisms ,Modules,The Linux Kerne
ppt
- linux系统编程,计算机系统的基本构成 处理器,主存,I/O模块,系统总线 中断的分类 程序中断,时钟中断,I/O中断,硬件失效中断 存储器的层次结构 Register->cache->main memory->disk 操作模式分为?内核模式,用户模式任何资源分配和调度策略都必须考虑的三个因素公平性,有差别的响应,有效性-linux system programming, the basic structure of a computer syste
timer-and-interrupt
- 外部中断和定时器一样,是单片机最基本也是最重要的两个功能. 我们把它们放在了一起,让大家熟悉单片机的多个内部器件的控制。 因为P3.2接的J8的1端,所有按键“S19”就是外部中断。 数码管的最高位一直显示0--9。当“S19”按下后,就会执行一次流水灯的代码。 因为外部中断0的优先级比定时器0的优先级高。 在执行流水灯的后,数码上显示的值不会有所变化,让后继续显示。-External interrupts and timers, is
io
- Basic Interrupts and I/O Eivind, AVRfreaks.net, Oct.2002 Lets' get physical The natural place to start is the STK500. It is a very nice development board for the AVR, reasonably priced (~USD79) and provides all the environment we need to test s