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

搜索资源列表

  1. nrf24l01-read-only.tar

    0下载:
  2. 非常经典的24L01收发程序,使用SPI,底层驱动是AVR的,稍微改变一下可以用到各种控制器上。-Very classic 24L01 transceiver procedures, the use of SPI, the underlying driver is the AVR, slight change can be used on a variety of controllers.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:29257
    • 提供者:changyuan009
  1. SPI410

    0下载:
  2. 利用低速单片机c8051f410的PCA功能进行编程,利用其自带的SPI通信。包含了master,slaver和单片机对EEPROM的通信-The use of low-speed microcontroller c8051f410 of the PCA functions can be programmed, using its own SPI communication. Contains the master, slaver and the EEPROM chip communicatio
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:12688
    • 提供者:李名利
  1. STM32_FATFS20130809

    0下载:
  2. 在stm32f107上移植了Fatfs文件系统来访问SD卡,SD卡与CPU通过SPI接口连接,传输采用了DMA,可以快速读写文件-In stm32f107 on the transplant Fatfs file system to access the SD card, SD card connected to the CPU via the SPI interface, the transmission uses a DMA, you can quickly read and write f
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4109690
    • 提供者:Haler
  1. CANaI2SaI2CaSPIaSSP

    0下载:
  2. 各常用同步总线协议的介绍和对比。包括CAN、I2S、I2C、SPI、SSP总线。-The introduction of common synchronous bus protocol and contrast. Including CAN, I2S, I2C, SPI, SSP bus.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:226298
    • 提供者:james
  1. shangweiji--xg

    1下载:
  2. 利用vb编写的上位机界面程序,能实现串口通讯且界面美观。-this program based on the Visual Basic ,it can conect to the stm32 by SPI。
  3. 所属分类:SCM

    • 发布日期:2015-05-12
    • 文件大小:4654080
    • 提供者:王毅
  1. danpianjitongxin

    0下载:
  2. 51单片机spi程序和iic程序,能实现spi通信和iic通信,能较好移植。-51 SCM spi procedures and iic procedures, to achieve communication and iic spi communication, can better transplant.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:丰城
  1. pic_spi1-3

    0下载:
  2. pic单片机的spi的源代码,代码详细,可使用,想学习pic的同志下拉-pic SCM spi the source code, the code in detail, you can use the drop-down comrades want to learn pic
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:28571
    • 提供者:zhoubo
  1. M0-V3.0

    0下载:
  2. NXP cortex-M0 LPC11C14 接口驱动 BSP包 实现对环境参数的采集-NXP LPC11C14 BSP can spi i2c ....
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1187686
    • 提供者:XuDency
  1. IAP

    0下载:
  2. STM8SIAP 官方源代码,通过UART,IIC,SPI和CAN总线更新程序。-STM8SIAP official source code through UART, IIC, SPI and CAN bus updates.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:749093
    • 提供者:Jinzhifu
  1. test_spi

    0下载:
  2. 原创的altera de2-70 FPGA板功能测试实验,用于spi的读写。包含完整源代码,仿真文件,可直接下载到板子上的SOF文件,适合初学者研习。-Original altera de2-70 FPGA board function test, used for SDram read and write. Contains the complete source code, the simulation files, can be directly downloaded to the boa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:374646
    • 提供者:YUKAI ZHANG
  1. v131

    0下载:
  2. ti dsp 28335 外设驱动-ti dsp 28335 can sci spi watchdog xint
  3. 所属分类:DSP program

    • 发布日期:2017-05-13
    • 文件大小:3382099
    • 提供者:zgy13121
  1. test_SPI

    1下载:
  2. STC单片机IO模拟串行SPI读写AD转换芯片ADS7822,可简单移植后直接使用,单片机时钟采用12M外接晶振。-STC microcontroller serial IO simulation SPI writable AD conversion chip ADS7822, can simply be used directly after transplantation, microcontroller clock uses 12M external crystal.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:24987
    • 提供者:jack
  1. SD-card-electronic-photo-album

    0下载:
  2. 基于51单片机的2G以下SD卡电子相册程序 通过读出SD卡中320x240像素、16位BMP图片的HEX数据,依次写到屏上,还原图片 注意事项:由于SD卡使用SPI模式,并且是块读取(512Byte),所以需要单片机提供大于512的可用RAM,以供缓冲使用这里可以选择STC89c52RD+、STC89C58RD+、STC89C516RD+,后缀RD+表明扩展RAM是1024字节,RC表明扩展RAM256字节-Based on 51 single-chip electronic album
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:40508
    • 提供者:何明强
  1. hello_flash

    0下载:
  2. 通过本篇,您可以了解到如何在MicroBlaze系统中实现对SPI FLASH的擦除和读写及校验的方 法。-Through this article, you can learn how to implement the SPI FLASH erase and write and check in MicroBlaze system.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:86396
    • 提供者:ad
  1. Modular-Function-of-PIC32

    0下载:
  2. Basic modules included Digital I/O, ADC, UART, SPI, and Timer 1 for PIC32MX6XXF series. User can use for the kick start to build own project base on these all basic functions.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:10308
    • 提供者:Dong Lin Lee
  1. at89_exp

    0下载:
  2. The AT89C2051/ATtiny2313 evaluation board is suited well for building and testing microcontroller circuits. You can either use an AT89C2051 or an ATtiny2313, both microcontrollers are almost pincompatible, just the reset pin has different polarity. T
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:60827
    • 提供者:Smriti
  1. TLC2543

    0下载:
  2. SPI串行接口AD转换器TLC2543,能很好的执行-SPI serial interface AD converter TLC2543, can be well executed
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:4198
    • 提供者:林承志
  1. SPI_FLASH(AT45DB161D)

    0下载:
  2. 实现SPI FLASH 通信,首先配置GPIO,然后初始化SPI FLASH DRIVER,获得FLASH ID,接着就可以读写SPI FLASH 了-Implement SPI FLASH communications, first configure GPIO, then initialize the SPI FLASH DRIVER, get FLASH ID, and then they can read and write SPI FLASH up
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1034463
    • 提供者:adigesi
  1. SPI_start

    0下载:
  2. 基于单片机的SPI实验学习,测试通过,希望能帮助到你的学习。-Based on MCU SPI experimental study, the tests pass, hope I can help to your study.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:127614
    • 提供者:赵世泉
  1. 2.4Gsend

    0下载:
  2. 2.4G发送部分源代码,24L01是2.4G的主要控制芯片,通过SPI总线控制,有6种频段可以设置-2.4G send some source code, 24L01 is 2.4G main control chip, through the SPI bus control, there are six kinds of bands can be set
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3503
    • 提供者:吴昊
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 39 »
搜珍网 www.dssz.com