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

搜索资源列表

  1. atmega8adc_spiflash

    0下载:
  2. 基于ATmega8 的ADC数据采集系统。开发环境AVR Studio。通过该MCU自身的ADC模块连续采集ADC数据,采样率19.6kbyte/s。并将数据实时通过MCU的SPI接口写入与之连接的FLASH存储器。系统采用的FLASH为SST25VF064C。可连续存储8Mbyte的数据。C代码由本人编写和实际上板测试。-Based on the ATmega8 the ADC data acquisition system. Development environment AVR Studi
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:44592
    • 提供者:李华
  1. PROJECK_OLED

    0下载:
  2. 通过STM32来控制该模块显示字符和数字,实验代码将可以支持 2种方式与OLED模块连接,一种是8080的并口方式,另外一种是 4线SPI方式。-Characters and numbers, experimental code can support of 2 ways OLED module connected to the parallel port of a 8080, a 4-wire SPI the STM32 to control the module.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:685541
    • 提供者:汪永辉
  1. V0ourdev-_31

    0下载:
  2. C源程序 20a 无刷电调 可用于四轴飞行器无刷电机驱动 ,M8运行在内部8MHZ 通讯接口: IIC接口,用于四轴飞行器. SPI接口,用于更新程序 -C source 20a Brushless ESC can be used for four-axis aircraft brushless motor drive M8 running in internal 8MHZ Communication Interface: IIC interface for four-ax
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:109006
    • 提供者:wangdubin
  1. SD_Recording_Demo

    0下载:
  2. 利用 SPCE061A单片机,扩展 SD卡设备,实现录放音功能。要求具有下述功能: 1. SPCE061A对 SD卡的读写操作 a) SPCE061A对 SD卡的操作方式为 SPI模式; b) 提供 SD卡插入检测功能,并进行语音提示; c) 提供 SD卡写保护检测功能,并进行语音提示; d) 可以对 SD卡进行初始化、扇区写、扇区读、扇区擦除、得到 SD卡的容量信息等操作; 2. 录放音功能 a) 录音数据存储在 SD卡中; b) 支持多段录音;
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:8657285
    • 提供者:纪春龙
  1. STM32_CAN_USART_TLC2543_FPGA

    0下载:
  2. STM32F103处理器程序,基于3.4固件库编写,本程序不包含固件库,所有功能均为单独的c文件,模块化的封装,方便调用。 功能包含USART、SPI(包含TLC2543和DA的操作)、CAN、通过地址总线与数据总线读写FPGA等多个功能模块,可以作为类似功能设计的重要参考。-STM32F103 processor program, based on the 3.4 firmware library preparation, the program does not contain firm
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:16652
    • 提供者:emouse
  1. ssin

    0下载:
  2. 基于9B92下的波形发生程序,使用SPI控制AD9833产生任意频率的PWM。已编译执行过,可直接在板上运行-Based on the waveform 9B92 under SPI control AD9833 generate any frequency PWM. Compiled execution, can be directly run on the board
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:46611
    • 提供者:BILL
  1. nrf905_5keys_51

    0下载:
  2. 用于51单机上连接NRF905无线模块的SPI通信,并且可以用按钮输入值进行相应的控制以及程序的便携。并且本资料分了master主控端 以及slave接收端的程序,经过本人的验证十分好用。-51 stand-alone connected NRF905 of wireless module SPI communication, and can use the buttons to enter the value of the corresponding control and program p
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:43279
    • 提供者:郑扬
  1. ltc6802

    2下载:
  2. 基于DZ60芯片实现的ltc6802动力电池电压、温度采集代码。DZ60最小系统正常运行,实现实时中断、Flash擦写、SPI通讯及CAN通讯等功能。可对ltc6802芯片进行良好的控制实现对电压、温度参数的采集,并已对采集结果进行了标定。可放心使用。-failed to translate
  3. 所属分类:SCM

    • 发布日期:2015-03-15
    • 文件大小:235520
    • 提供者:方文
  1. MCP2515-Driver-Code-based-51

    0下载:
  2. 基于51单片机的MCP2515驱动代码,涉及到SPI协议以及CAN总线协议-The MCP2515 driver code based on MCU 51
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:67652
    • 提供者:郑东星
  1. sst25

    0下载:
  2. SST25的驱动代码。可以存储读取数据,接口为SPI-Code SST25 drive. Can store read data interface SPI
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:4453
    • 提供者:裴瑞虎
  1. LCDtest

    0下载:
  2. ATmega8控制诺基亚5110LCD的代码,采用ICC AVR开发环境,纯C语言编写,单片机采用SPI接口与LCD通讯,可以在LCD指定的行和列显示预先设定的字符-ATmega8 control Nokia 5110LCD the code, ICC AVR development environment, pure C language, single-chip SPI interface to communicate with LCD, rows and columns can be sp
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:98825
    • 提供者:sk
  1. MSP430F149SPIjiekoukongzhiADS1216

    0下载:
  2. MSP430F149通过SPI接口控制ADS1216 已经调试 可以使用 -MSP430F149 ADS1216 through SPI interface control has been debugging can use
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:2223
    • 提供者:
  1. M0516_TX_1C_EN25F32_PASS

    0下载:
  2. 这是一个ARM_cortex_M0读写SPI flash 驱动程序,经验证可以正常操作(SPI 芯片可以是EN25F32,W25F16)etc-This is a ARM_cortex_M0 write SPI flash driver, normal operation can be proven (SPI chip can be EN25F32, W25F16) etc
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:1003627
    • 提供者:lvxiaowei
  1. monispi

    1下载:
  2. stc89c51单片机实现模拟SPI函数,读者可以自己调用-stc89c51 MCU simulation SPI function, readers can call their own
  3. 所属分类:SCM

    • 发布日期:2016-05-10
    • 文件大小:57344
    • 提供者:王穆公
  1. ARM003H

    0下载:
  2. 基于MCP2515的程序,对开发CAN总线有一定的帮助,这个是模拟的SPI时序,对于没有SPI口的芯片,可以参考-MCP2515-based procedures, the development of CAN bus has some help, this is a simulation SPI timing, for no SPI port of the chip, you can refer to
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:125002
    • 提供者:cena
  1. ARM000H

    0下载:
  2. MCP2515的程序,对开发CAN总线有一定的帮助,在硬件设置方面与之前上传的略有不同,模拟的SPI时序-MCP2515 procedures, the development of CAN bus has some help in hardware settings respects with previously uploaded slightly different simulated SPI timing
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:132944
    • 提供者:cena
  1. TFT_ILI9320

    0下载:
  2. 主要是了解如何采用各种不同的颜色显示不同的界面,同时可以将预先设置的字符用不同的颜色进行显示。 另外,在TFT LCD屏显示的基础上,还有TFT LCD屏的触摸功能。神舟III号标配的2.8/3.2寸LCD模块还包含了SPI接口的触摸芯片,可以将触摸采样到的数据在LCD屏上进行进行显示。-Mainly to understand how to use various different interfaces displayed in a color, while the character
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3281581
    • 提供者:jacob
  1. SPIads8332

    0下载:
  2. spi接口的ad芯片ads8332驱动代码,主芯片为c8051f3xx系列,更改IO口配置即可使用,包含AD数字滤波部分。-spi interface ad chip ads8332 driver code, the main chip for c8051f3xx series, change IO port configuration can be used, including AD digital filter section.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1451
    • 提供者:deposition
  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 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com