CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - 处理程序

搜索资源列表

  1. IRQ

    0下载:
  2. 用于ARM IRQ在嵌入式系统中的中断处理程序-IRQ for the ARM Embedded System of interrupt handling procedures
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:徐志平
  1. arm_mp3

    0下载:
  2. 在s3c44b0x上的MP3音频处理程序-s3c44b0x in the MP3 audio processing
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3940869
    • 提供者:xuyu
  1. S3C44B0X例子程序2

    0下载:
  2. 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:507339
    • 提供者:张淼林
  1. EINTtest

    0下载:
  2. 基于S3C44B0X微处理器 外部中断应用测试 编写中断处理程序 -S3C44B0X microprocessor-based application testing interruption external interrupt handling procedures
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:15275
    • 提供者:liming
  1. ch451

    0下载:
  2. 是IC,CH451的处理程序,连接有LED灯.可用.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:54308
    • 提供者:xiaopeng
  1. MSP430c

    0下载:
  2. MSP430常用模块程序,采用c语言编写 分为:调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序 PWM输出程序 捕获脉冲信号周期程序 软件模拟异步串行通信程序 基本定时器程序 FLASH擦写程序 非行列式键盘程序 行列式键盘程序 DMA数据传输程序 软件模拟IIC总线读写24C02程序 FLL+锁频环程序
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:374086
    • 提供者:tangliang
  1. ARM9主机接口程序

    0下载:
  2. arm9与雷达处理部分通信模块
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2009-11-14
    • 文件大小:4833
    • 提供者:foyang
  1. ARM9的中断处理技术及其在Windows CE下实现的研究

    0下载:
  2. 文中介绍ARM9系列嵌入式微处理器的中断体系结构,论述Windows CE.net的中断处理 过程,并在此基础上给出基于EP9301微处理器的Windows CE.net 4.2下进行中断程序开发的实 例。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2010-04-15
    • 文件大小:2704
    • 提供者:derser@163.com
  1. FFT

    0下载:
  2. 基于LPC2132的FFT处理程序。。 。。 -LPC2132 based on the FFT processing. . . . . .
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:4692
    • 提供者:eric
  1. TimeOut

    0下载:
  2. arm下编写的超时处理程序,测试功能完好-prepared under the arm of overtime treatment procedures, test function intact
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:41245
    • 提供者:叶新栋
  1. ucos_multiple

    0下载:
  2. uc/os的多任务处理。20ms间隔,对模拟输入进行采样,电压检测,键盘输入检测。-uc/os,A/D
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:67606
    • 提供者:
  1. swi

    0下载:
  2. 在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:33551
    • 提供者:彭宗山
  1. TIMER_RVMDK

    0下载:
  2. 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:151707
    • 提供者:huangshengqun
  1. timers

    0下载:
  2. Timer This example application demonstrates the use of the timers to generate periodic interrupts. One timer is set up to interrupt once per second and the other to interrupt twice per second each interrupt handler will toggle its own indi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:171015
    • 提供者:derek
  1. mastmodbus

    0下载:
  2. 基于nxp的lpc932的MODBUS主机程序,只是站写向从站设备写数据,没有处理从站返回数据,还有DS18B20的处理程序给大家参考。-Based on the MODBUS host nxp of lpc932 procedures, but the station to write to write data from the station equipment, does not address the return data from the station, there DS18B2
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:13184
    • 提供者:张建彬
  1. 4.3_int_test

    0下载:
  2. 英贝特第三代板子的中断处理程序,经检验已经可以运行了-Ingbert third-generation board' s interrupt handler, checked already running
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-14
    • 文件大小:3946
    • 提供者:mafei
  1. S3C2410-init

    0下载:
  2. 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded sy
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:31884
    • 提供者:lyq
  1. 2410-TimerInterrupt

    0下载:
  2. ARM 2410A 定时器中断处理程序,2410A 定时器中断处理程序-ARM 2410-TimerInterrupt.rar
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:318533
    • 提供者:螳螂
  1. Fingerprint_identification

    0下载:
  2. 基于FPS200指纹采集芯片的指纹处理程序,可用于ARM开发平台-FPS200 fingerprint chip based fingerprint processing procedures, can be used for ARM development platform
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:3476
    • 提供者:郑威
  1. nioszhongduan

    0下载:
  2. 基于NIOS的中断处理程序,希望对大家有用-The Secure Digital (SD) Memory Card is a flash memory storage device designed by the consortium of Matsushita Electric (Panasonic), SanDisk and Toshiba to meet the security, capacity, performance and environmental requir
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:563
    • 提供者:
« 12 3 4 5 6 »
搜珍网 www.dssz.com