搜索结果

找到约 1,310 项符合 Transition-Time 的查询结果

单片机编程 基于单DSP的VoIP模拟电话适配器研究与实现

基于单DSP的VoIP模拟电话适配器研究与实现:提出和实现了一种新颖的基于单个通用数字信号处理器(DSP)的VoIP模拟电话适配器方案。DSP的I/O和存储资源非常有限,通常适于运算密集型应用,不适宜控制密集型应用[5]。该系统高效利用单DSP的I/O和片内外存储器资源,采用μC/OS-II嵌入式实时操作系统,支持SIP和TCP-UDP/IP协议,通 ...
https://www.eeworm.com/dl/502/31148.html
下载: 82
查看: 1080

单片机编程 USB Demonstration for DK3200 w

The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 MicrocontrollerCore. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementationof the USB hardware directly on the chip, complying with the Universal Serial Bus Specification, Revis ...
https://www.eeworm.com/dl/502/31371.html
下载: 97
查看: 1061

单片机编程 P90CL301 I2C driver routines

This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-maste ...
https://www.eeworm.com/dl/502/31375.html
下载: 26
查看: 1090

单片机编程 XA-S3 I2C driver software

This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All t ...
https://www.eeworm.com/dl/502/31380.html
下载: 56
查看: 1072

单片机编程 Using the 87LPC76X microcontro

I2C interface, is a very powerful tool for system designers. Theintegrated protocols allow systems to be completely software defined.Software development time of different products can be reduced byassembling a library of reusable software modules. In addition, themultimaster capability allows rapid ...
https://www.eeworm.com/dl/502/31392.html
下载: 60
查看: 1046

单片机编程 DS1820 C51 子程序 (一线数据传输)

//芯片资料请到www.elecfans.com查找 //DS1820 C51 子程序//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间//sbit DQ =P2^1;//根据实际情况定义端口 typedef unsigned char byte;typedef unsigned int  word; //延时void delay(word useconds){  for(;useconds>0;useconds--);} //复位byte ow_re ...
https://www.eeworm.com/dl/502/31450.html
下载: 68
查看: 1047

单片机编程 采用18b20芯片的温度测量C51源程序

#include <reg51.h>#include<intrins.h> #define   BUSY1    (DQ1==0) sbit      DQ1    =  P0^4; unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1(); /*************** ...
https://www.eeworm.com/dl/502/31456.html
下载: 137
查看: 1036

单片机编程 PLC TM卡开发系统汇编程序(ATM8051)

PLC TM卡开发系统汇编程序(ATM8051) ;***************** 定义管脚*************************SCL BIT P1.0SDA BIT P1.1GC BIT P1.2BZ BIT P3.6LEDI BIT P1.4LEDII BIT P1.5OK BIT 20H.1OUT1 BIT P1.3OUT2 BIT P1.0OUT3 BIT P1.1RXD BIT P3.0TXD BIT P3.1PCV BIT P3.2WPC BIT P3.3RPC BIT P3.5LEDR BIT P3.4LEDL BIT P3.6TM B ...
https://www.eeworm.com/dl/502/31621.html
下载: 76
查看: 1080

单片机编程 用单片机配置FPGA—PLD设计技巧

用单片机配置FPGA—PLD设计技巧 Configuration/Program Method for Altera Device Configure the FLEX Device You can use any Micro-Controller to configure the FLEX device–the main idea is clocking in ONE BITof configuration data per CLOCK–start from the BIT 0􀂄The total Configuration time–e.g. ...
https://www.eeworm.com/dl/502/31633.html
下载: 56
查看: 1096

单片机编程 自动检测单片机80C51串行通讯时的波特率

自动检测80C51 串行通讯中的波特率本文介绍一种在80C51 串行通讯应用中自动检测波特率的方法。按照经验,程序起动后所接收到的第1 个字符用于测量波特率。这种方法可以不用设定难于记忆的开关,还可以免去在有关应用中使用多种不同波特率的烦恼。人们可以设想:一种可靠地实现自动波特检测的方法是可能的,它无须严格限制可 ...
https://www.eeworm.com/dl/502/31704.html
下载: 141
查看: 1048