CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - Service

搜索资源列表

  1. yejingxianshi000003

    0下载:
  2. 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TA
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:ttforgo
  1. 阻塞模式主要用于无窗口、多线程处理中

    0下载:
  2. 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-24
    • 文件大小:611byte
    • 提供者:fanggang
  1. UART_Program

    0下载:
  2. 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4.53kb
    • 提供者:jj
  1. GPIO_KeyInterrupt

    0下载:
  2. 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:153.81kb
    • 提供者:zhangxue
  1. avr_rklib

    0下载:
  2. This file contains source codes library written in C in WinAVR for AVR. This library contains samples of service various devices: ADC, DAC, thermometers, timers etc.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:83.76kb
    • 提供者:Teodor
  1. code

    0下载:
  2. 通过timer0每0.5s产生一个中断,在中断服务程序里改变LED的状态。-0.5s through a timer0 each interruption in the interrupt service routine to change the status LED.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:
  1. ext_int_sw

    0下载:
  2. assembly program for AVR128 The interrupt service routine is excuted by a external switch. Using AVR Studio 4
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:613byte
    • 提供者:wildsurf
  1. zdsjdt

    0下载:
  2. 自动升降电梯控制器设计 要求: 设计一个6层楼的电梯控制器。 该控制器可控制电梯完成6层楼的载客服而且遵循方向优先原则,并能响应提前关门延时关门,并具有超载报警和故障报警; 同时指示电梯运行情况和电梯内外请求信息。-Auto-Lift elevator controller design requirements: design of a six-story elevator controller. The controller can control the completio
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:137.59kb
    • 提供者:dws
  1. D908ZCFH2

    0下载:
  2. SAMSUNG三星D908ZCFH2中国大陆专用非移动定制客服版本-SAMSUNG Samsung D908ZCFH2 mainland China-specific non-mobile customized version of Customer Service
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-31
    • 文件大小:13.17mb
    • 提供者:asiagw
  1. 4

    0下载:
  2. IRQ中断处理实验 本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is runnin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:47.12kb
    • 提供者:
  1. 5

    0下载:
  2. 定时器实验: 实验得到的结果为,四个8段数码管显示1234,当按下某键盘后,就会产生定时中断,四个8段数码管只会点亮相对应的那个,在一定延时后,四个8段数码管又恢复显示1234。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Timer experiment: the experimental results for
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:44.4kb
    • 提供者:
  1. nokia6210servman

    0下载:
  2. Nokia 6210 Service Manual
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:mrpostiga
  1. danpianjishiyanbaogao

    1下载:
  2. 实验目的 目的:掌握定时器T0、T1的方式选择和编程方法,了解中断服务程序的设计方法,学会实时程序的调试技巧。 -Aim Objective: To master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debu
  3. 所属分类:Other Embeded program

    • 发布日期:2014-04-20
    • 文件大小:23kb
    • 提供者:meijiao
  1. 2111280-MC8790V-Product-Specification-v1.3

    0下载:
  2. In order to use this SDK the following steps must be followed: - Sierra Wireless device drivers must be installed. A complete device driver package is available for convenience. This package is highly customizable and should be integrated in in
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:955.63kb
    • 提供者:xxmaxx74
  1. RFControl

    0下载:
  2. RF Control source for service calling in restaurant.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:2.86kb
    • 提供者:long
  1. Electronic-network-of-C51

    0下载:
  2. 大虾电子网30章C51入门教程 聂小猛,网名丁丁,国内著名的大虾电子网(http://www.daxia.com)创始人,1998年从广州中山大学物理系毕业,在广州一家从事寻呼基站业务的公司工作。99年跳到深圳华为,从事大型通信电源监控的设计工作,2000年回到广州,尝试了一年创业,成绩不佳,期间创建了51单片机网站(大虾电子网http://www.daxia.com的前身)。2001年进入广州新太科技,负责重点项目信息电话的技术工作,工作一年后,即成为该公司核心员工,2003年跳出,重新开
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1.59mb
    • 提供者:greey12345
  1. CS17-1

    0下载:
  2. 单片机与PC 串口通信互发数据,正确设置波特率,快速掌握收发数据的基本操作-Microcontroller and the PC serial communication service among the data, the baud rate is set correctly, quickly grasp the basic operation of sending and receiving data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:656byte
    • 提供者:皮可以
  1. 1-wire-DS18B20

    0下载:
  2. The file contains source codes written in C in AVR Studio. This code source contains sample of service thermometer DS18B20 on 1-wire interface
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:82.62kb
    • 提供者:Teodor
  1. telepathy-rakia-0.7.2.tar

    0下载:
  2. Telepathy is a flexible, modular communications framework that enables real-time communication via pluggable protocol backends. Telepathy is a communications service that can be accessed by many applications ("clients") simultaneously. This allo
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:602.71kb
    • 提供者:hongda
  1. dtu

    0下载:
  2. 启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理用来定义宏电dtu的工作线程-After the start the service should start a thread to poll the DTU data, received data directly, or put the data cache, and then from the other thread to handle the electricity used to de
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:624byte
    • 提供者:fanggang
« 12 3 »
搜珍网 www.dssz.com