CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - can bus driver

搜索资源列表

  1. SPCE061Agongjiaobaozhanxitong

    0下载:
  2. SPCE061A是凌阳科技的一款16位微控制器,内嵌32K的闪存(FLASH)。SPCE061A为语音产品而集成了ADC,DAC,AGC等,较高的处理速度使u’nSP能够非常容易快速地处理复杂的数字信号,司机数字语音应用领域的一种最经济选择。 SPCE061A精简开发版-------61板配有在线调试功能;结合集成开发环境不需外界任何仿真,调试器即可以完成在线编程,仿真,调试,功能。 本方案直接使用SPCE061A精简开发板,利用SPCE061A的语音处理功能,以及强大的处理能力,很容易
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:610902
    • 提供者:yan
  1. canpie_v1r93.1.zip

    0下载:
  2. This project defines a Standard API for access to the CAN (Controller Area Network) bus. The API provides functionality for ISO/OSI Layer-2 (Data Link Layer). The CANpie driver is the base for HLPs like CANopen, DeviceNet, J1939 etc.
  3. 所属分类:文档资料

    • 发布日期:2009-04-22
    • 文件大小:643785
    • 提供者:477152968
  1. uClinux_CAN_Driver

    0下载:
  2. 嵌入式uClinux下的CAN总线设备驱动程序设计,文章条理清晰,很详细的介绍了驱动程序的编写,以及如何加载到uClinux内核中,相信对您会有所帮助.-UClinux embedded under the CAN-bus device driver design, the clarity of the article, very detailed account of the preparation of the driver, and how to load the uClinux kern
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:10818
    • 提供者:Davinci
  1. SJA1000

    0下载:
  2. 介绍了一种采用独立CAN总线控制器SJAIO00和8位单片机89C51组成的CAN总线通讯模块的实现方法。详细描述了模块的硬件电路组成及抗干扰设计,给出了SJAIO00的初始化、报文的发送和接收程序代码。-Introduced a method for CAN bus communication module design using independent CAN bus controller SJA1000 and 8-bit microcontroller 89C51.The desi
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:258218
    • 提供者:zhaoqing
  1. IIC

    0下载:
  2. I2C(Inter Intergrated Circuit)总线是一种用于IC器件之间连接的二线制总线。它通过两根线(SDA,串行数据线;SCL,串行时钟线)在连到总线上的器件之间传送信息,根据地址识别每个器件(不管是微控制器、LCD驱动器、存储器还是键盘接口)根据器件的功能可以工作于发送或接收方式。 -I2C (Inter Intergrated Circuit) bus is a connection between the IC device for two-wire bus. It
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:912250
    • 提供者:yc
  1. CCP-Driver-and-user-manuals

    0下载:
  2. 基于CAN总线的CCP协议。提供了Vector公司免费驱动CCP driver的详细介绍。对于初学者有极大帮助。-CCP protocol based on CAN bus. Vector, free driver provides a detailed descr iption of CCP driver. Great help for beginners.
  3. 所属分类:Development Research

    • 发布日期:2016-10-12
    • 文件大小:2369536
    • 提供者:az
  1. CAN

    0下载:
  2. CAN总线的驱动函数,可以方便用STM32进行CAN的通讯试验-CAN bus driver function, you can easily carry with STM32 CAN communication test
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:1530
    • 提供者:混希夷
  1. all03_adapter_schem

    0下载:
  2. USB adapter for ALL03 Hi-Lo system s universal programmer. The ALL03 programmer is powerful but uses old ISA bus witch is not supported recent computer hardware. This USB adapter hardware enable this ALL03 programmer can be use with USB port. I a
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:76333
    • 提供者:undergnak
  1. Project

    0下载:
  2. Overview- A passenger want to check the current status of bus like what is the current location and what time will it take to reach to his/her stop etc. So, we are planning to make intelligent bus transportation system which is briefly described b
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:309760
    • 提供者:curado
  1. RDA5807p

    0下载:
  2. FM单芯片收音IC(RDA5807SP)与 LCD型MCU 相结合,集成度高,外围少,基于DSP数字RF架构,彻底免生产调试。极大地减少了人力,物力,提高生产效率,整体方案比传统PLL方案便宜百分之20以上,性价比高, FM方案成熟,已大批量投产。 本程序RDA5807p驱动程序,是企业级代码,完整规范,可以移植到任何51单片机甚至stm32,毫无压力! 注意:此方案在iic总线上挂在多个器件,参考价值很高。 -FM radio single chip IC (RDA5807SP)
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:6503
    • 提供者:钱三
  1. I2C

    0下载:
  2. I2C(Inter-Integrated Circuit)总线是由PHILIPS公司开发的两线式串行总线,用于连接微控制器及其外围设备。是微电子通信控制领域广泛采用的一种总线标准。它是同步通信的一种特殊形式,具有接口线少,控制方式简单,器件封装形式小,通信速率较高等优点。I2C 总线支持任何IC 生产过程(CMOS、双极性)。通过串行数据(SDA)线和串行时钟 (SCL)线在连接到总线的器件间传递信息。每个器件都有一个唯一的地址识别(无论是微控制器——MCU、LCD 驱动器、存储器或键盘接口),
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1710
    • 提供者:王立
搜珍网 www.dssz.com