CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spi1 spi2

搜索资源列表

  1. STM32-SPI.rar

    2下载:
  2. 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。
  3. 所属分类:SCM

    • 发布日期:2016-11-03
    • 文件大小:158652
    • 提供者:chen
  1. MP3_PLAYER

    0下载:
  2. 软件工作过程:通过SPI1从SD卡中读取MP3文件,将所读取的内容通过SPI2发送到VS1003解码器中播放-MP3 Player source code
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4126041
    • 提供者:Andy san
  1. MAIN

    0下载:
  2. this a file used for the spi communication between spi1 and spi2 of dspic30f6014. this is the main file which is heart of this project.-this is a file used for the spi communication between spi1 and spi2 of dspic30f6014. this is the main file
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1360
    • 提供者:valiantyasir
  1. delay

    0下载:
  2. this a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is used for delay.-this is a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is used for delay.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1348
    • 提供者:valiantyasir
  1. SPI_SLAVE

    0下载:
  2. this a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is for slave .-this is a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is for slave .
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:valiantyasir
  1. SPI_MASTER

    0下载:
  2. this a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is used for spi master-this is a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is used for spi master
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:2305
    • 提供者:valiantyasir
  1. LCDdisplay

    0下载:
  2. this a file used for the spi communication between spi1 and spi2 of dspic30f6014. this file is the lcd file to display the communication between two spis.-this is a file used for the spi communication between spi1 and spi2 of dspic30f6014. this f
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1547
    • 提供者:valiantyasir
  1. STM32SPI1-SPI2-SPI3

    1下载:
  2. STM32中SPI1/SPI2/SPI3的设置程序-the SP1/SP2/SP3 config program for STM32
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:2335
    • 提供者:lf
  1. cn546401

    0下载:
  2. PIC24系列单片机的SPI通信,C语言实例。采用SPI1和SPI2之间的通信,SPI1为主,SPI2为从。-PIC24 family of SPI communication, C language instance. Communication between SPI1 and SPI2, SPI1-based, SPI2 is from.
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:8242
    • 提供者:许强
  1. STM32F103-CC1101

    0下载:
  2. STM32VET6(SPI1) CC1101 PA4 -> CSN PA5 -> SCK PA6 <- MISO PA7 -> MOSI PB0 <- GDO0 PC5 <- GDO1 经测试,收发成功,如果想换成SPI2或SPI3,只需要修改相关配置即可! 用的是标准固件库 V3.5,开发环境是MDK4.22+J-link 开发板,是自己设计的,如果有需要查看,可以联系本人 -STM32 CC1101 433MH
  3. 所属分类:SCM

    • 发布日期:2015-09-02
    • 文件大小:9741312
    • 提供者:小雄
  1. STM32_NRF24L01

    0下载:
  2. /*************** interface ******************* STM32VET6(SPI1) NRF24L01 PC4 -> CSN PA5 -> SCK PA6 <- MISO PA7 -> MOSI PC5 <- CE PB0 <- IRQ *********************************************/
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:18056498
    • 提供者:小雄
  1. SPI

    0下载:
  2. STM32中的SPI1和SPI2进行通信,运行程序是把SPI1和SPI2相应的管教连接起来-STM32 in SPI1 and SPI2 communication of running program SPI1 and SPI2 discipline connected
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:1147904
    • 提供者:周培黄
  1. SPI_communition

    4下载:
  2. stm32 stm32F103ZET spi1和spi2 互相通信 dma方式 调试成功 V3.5库 寄存器操作-spi2 communicate with each other dma mode the stm32 stm32F103ZET spi1 and debugging success the V3.5 library register operation
  3. 所属分类:SCM

    • 发布日期:2014-04-06
    • 文件大小:7067648
    • 提供者:飞天狐
  1. spi-dma

    0下载:
  2. 基于stm32直接操作寄存器方式的SPI1与SPI2通信。-Based the SPI1 SPI2 communication of the STM32 direct operation register by.
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:7797
    • 提供者:
  1. STM32-SPI1-SPI2

    1下载:
  2. 基于STM32下的SP1与SP2的源码,包含所有库文件,可在MDK下运行-Based on the STM32 under SP1 and SP2 source
  3. 所属分类:SCM

    • 发布日期:2014-04-06
    • 文件大小:838656
    • 提供者:***
  1. STM32AD7705

    1下载:
  2. AD7705外部AD用于STM32 ,当前接的是SPI1口, 也可拓展SPI2 另一路外部ADC,或者其它SPI通信驱动。-AD7705 external AD for STM32
  3. 所属分类:Driver develop

    • 发布日期:2015-04-05
    • 文件大小:2184192
    • 提供者:王小明
  1. serprog-stm32-gd32

    0下载:
  2. 使用stm32制作的25系列flash芯片烧写器,上位机使用开源的flashrom,支持选择spi1和spi2,使用虚拟串口通讯,内部使用dma传输数据-Use stm32 produced 25 series flash chip programmer, PC using the open source flashrom, and support options spi1 spi2, using virtual serial communication, data transmission i
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:749777
    • 提供者:钟继根
  1. SPI1--SPI2

    0下载:
  2. 有两个spi,都配置好的,一个用于液晶,一个用于mpu(There are two SPI, all configured)
  3. 所属分类:串口编程

    • 发布日期:2017-12-27
    • 文件大小:3421184
    • 提供者:方子@trj
搜珍网 www.dssz.com