CiA全称为“CAN in Automation-国际用户和厂商协会”,在德国Erlangen注册。CiA总部位于Erlangen,并由CiA董事会建立各个办事处。1992年,为促进CAN以及CAN协议的发展,欧洲的一些公司组成一个商业协会,提供CAN的技术、产品以及市场信息。到2002年6月时,共有约400家公司加入了这个协会,协作开发和支持各类CAN高层协议。经过近十年的发展,该协会已经为全球应用CAN技术的权威。CiA提供的各种服务有: 发布各类技术规范。免费下载CAN文献资料,提供CANopen规范、DeviceNet规范。 发布CAN产品数据库、CANopen产品指南。 出版CAN时事通讯杂志。 组织国际CAN会议(iCC)、CAN入门培训、CAN内部讲座。 在国际商业展览会上负责分发印刷资料,并举办CAN技术研讨会。 提供CANopen验证工具,执行CANopen认证测试。 为最终用户提供技术咨询服务,解答有关DeviceNet和CANopen的问题。 通过email、传真或电话等方式为器件开发人员、系统设计人员提供免费的咨询服务。 开发CAN规范(包括物理层定义、应用层和设备协议),并发布为CiA标准。在CiA的努力推广下,CAN技术在汽车电控制系统、电梯控制系统、安全监控系统、医疗仪器、纺织机械、船舶运输等方面均得到了广泛的应用。2002年6月17日,广州周立功单片机发展有限公司与CiA正式签订协议,成为中国的第一家CiA团体会员(FCM)。我们将从CiA获得各类CAN技术资料、市场信息,并在CiA支持下,从事CAN技术在中国的推广工作。作为Philips公司在亚太地区的销量最大的微控制器元件销售商,广州周立功单片机发展有限公司提供Philips的CAN控制器、CAN收发器,以及LIN收发器。同时,广州周立功单片机发展有限公司提供CAN开发工具、CAN调试仪器,并为最终产品应用提供CAN嵌入模块、CAN接口模块、CAN高层协议软件库、CAN应用方案。第 1
标签: CiA
上传时间: 2013-12-22
上传用户:时代将军
The PCA9534 is a 16-pin CMOS device that provide 8 bits of General Purpose parallel Input/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvements include higher drive capability, 5 V I/O tolerance, lower supply current, individual I/O configuration, 400 kHz clock frequency, and smaller packaging. I/O expanders provide a simple solution when additional I/O is needed for ACPI power switches, sensors, push buttons, LEDs, fans, etc.
上传时间: 2013-11-17
上传用户:vodssv
CS8151是5V,100mA微功率、高精度电压调理模块,它的静态电流非常低(典型值400μA)。输出的5V电压误差在2%以内,提供100mA的电流。微处理器的控制逻辑包括看门狗、唤醒、复位。这种组合将低静态电流和微控制器的控制特性结合在一起,使CS8151成为使用电池和微控制器场合的理想选择。
上传时间: 2013-10-31
上传用户:cursor
AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n;unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400/* flag1 mask byte 0x01 run cw() 0x02 run ccw() */main(){ flag1=0; serinit(9600); disable(); /* no need timer interrupt */ cw_n = n; /* initial step number for cw */ flag1 |=0x01; /* initial enable cw() */while(1){ { tick_wait(); /* wait for 10ms elapsed */energize(); /* round-robin execution the following tasks every 10ms */ cw(); ccw(); } }}cw(){ if((flag1&0x01)!=0) { cw_n--; /* decrement cw step number */ if (cw_n !=0) j++; /* if not zero increment index j */ else {flag1&=~0x01; /* disable cw() execution */ ccw_n = n; /* reload step number to ccw counter */ flag1 |=0x02; /* enable cww() execution */ } }
上传时间: 2013-11-21
上传用户:boyaboy
The PCA9534 is a 16-pin CMOS device that provide 8 bits of General Purpose parallel Input/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvements include higher drive capability, 5 V I/O tolerance, lower supply current, individual I/O configuration, 400 kHz clock frequency, and smaller packaging. I/O expanders provide a simple solution when additional I/O is needed for ACPI power switches, sensors, push buttons, LEDs, fans, etc.
上传时间: 2013-10-10
上传用户:inwins
The PCA9516 is a BiCMOS integrated circuit intended forapplication in I2C and SMBus systems.While retaining all the operating modes and features of the I2Csystem, it permits extension of the I2C-bus by buffering both the data(SDA) and the clock (SCL) lines, thus enabling five buses of 400 pF.The I2C-bus capacitance limit of 400 pF restricts the number ofdevices and bus length. Using the PCA9516 enables the systemdesigner to divide the bus into five segments off of a hub where anysegment to segment transition sees only one repeater delay.
上传时间: 2013-11-21
上传用户:q123321
The PCA9517 is a CMOS integrated circuit that provides level shifting between lowvoltage (down to 0.9 V) and higher voltage (2.7 V to 5.5 V) I2C-bus or SMBus applications.While retaining all the operating modes and features of the I2C-bus system during thelevel shifts, it also permits extension of the I2C-bus by providing bidirectional buffering forboth the data (SDA) and the clock (SCL) lines, thus enabling two buses of 400 pF. Usingthe PCA9517 enables the system designer to isolate two halves of a bus for both voltageand capacitance. The SDA and SCL pins are over voltage tolerant and arehigh-impedance when the PCA9517 is unpowered.
标签: translating Level 9517 PCA
上传时间: 2013-12-25
上传用户:wsf950131
The PCA9518 is a BiCMOS integrated circuit intended forapplication in I2C and SMBus systems.While retaining all the operating modes and features of the I2Csystem, it permits extension of the I2C-bus by buffering both thedata (SDA) and the clock (SCL) lines, thus enabling virtuallyunlimited buses of 400 pF.
标签: Expandable 5channel 9518 PCA
上传时间: 2013-10-23
上传用户:dumplin9
The PCA9519 is a 4-channel level translating I2C-bus/SMBus repeater that enables theprocessor low voltage 2-wire serial bus to interface with standard I2C-bus or SMBus I/O.While retaining all the operating modes and features of the I2C-bus system during thelevel shifts, it also permits extension of the I2C-bus by providing bidirectional buffering forboth the data (SDA) and the clock (SCL) lines, thus enabling the I2C-bus or SMBusmaximum capacitance of 400 pF on the higher voltage side. The SDA and SCL pins areover-voltage tolerant and are high-impedance when the PCA9519 is unpowered.
标签: 4channel transla level 9519
上传时间: 2013-11-19
上传用户:jisiwole
The PCA9670 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plusfamily.The PCA9670 is a drop-in upgrade for the PCF8574 providing higher Fast-mode Plus(Fm+) I2C-bus speeds (1 MHz versus 400 kHz) so that the output can support PWMdimming of LEDs, higher I2C-bus drive (30 mA versus 3 mA) so that many more devicescan be on the bus without the need for bus buffers, higher total package sink capacity(200 mA versus 100 mA) that supports having all 25 mA LEDs on at the same time andmore device addresses (64 versus 8) are available to allow many more devices on the buswithout address conflicts.
上传时间: 2013-10-15
上传用户:stella2015