搜索资源列表
STM32-SPI.rar
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。
22-MP3-SD-FATFS-SPI1
- STM32野火开发板上的源程序,MP3 + FATFS + SD卡的程序,程序已在板子上调试通过。-Wildfire STM32 development board source, MP3+ FATFS+ SD card program, the program has been on the board through debugging.
STM32SPI1-SPI2-SPI3
- STM32中SPI1/SPI2/SPI3的设置程序-the SP1/SP2/SP3 config program for STM32
ADC(SPI1)
- stm32驱动无线源代码,采用SPI1实现驱动-STM32-driven wireless source code
SD
- 用stm32做的SD读卡器源码,插入usb识别为可移动磁盘,利用SPI1操作SD卡-Use the stm32 do SD card reader source, the use of the the SPI1 operating SD card as a removable disk, insert the usb recognition
STM32F103-CC1101
- 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
STM32_NRF24L01
- /*************** interface ******************* STM32VET6(SPI1) NRF24L01 PC4 -> CSN PA5 -> SCK PA6 <- MISO PA7 -> MOSI PC5 <- CE PB0 <- IRQ *********************************************/
SPI
- STM32中的SPI1和SPI2进行通信,运行程序是把SPI1和SPI2相应的管教连接起来-STM32 in SPI1 and SPI2 communication of running program SPI1 and SPI2 discipline connected
SPI1_LCD12864
- STM32 用SPI1硬件模块 驱动LCD12864-STM32 driver LCD12864
SPI_communition
- 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
STM32-SPI1-18m-sendPreceive
- STM32F103系列芯片SPI1的最高速18Mbps通信测试代码-the SPI communicate test code for STM32F103 chip, with the speed of 18Mbps
spi-dma
- 基于stm32直接操作寄存器方式的SPI1与SPI2通信。-Based the SPI1 SPI2 communication of the STM32 direct operation register by.
STM32-SPI1-SPI2
- 基于STM32下的SP1与SP2的源码,包含所有库文件,可在MDK下运行-Based on the STM32 under SP1 and SP2 source
nrf24l01-3.5
- 基于stm32的nrf24l01发送接收程序,使用时需要两个MCU两个2401通信,均使用spi1-The nrf24l01 based stm32 sending and receiving procedures, the need to use two MCU two 2401 communication, are using spi1
STM32AD7705
- AD7705外部AD用于STM32 ,当前接的是SPI1口, 也可拓展SPI2 另一路外部ADC,或者其它SPI通信驱动。-AD7705 external AD for STM32
SD
- stm32F103 SPI1读写sd卡测试没有问题-stm32 sd card reader test no problem
stm32_jpg_sd
- stm32读取sd卡的jpeg图片,然后解码显示在tft液晶屏上面, stm32加码jpg图片的程序,stm32驱动液晶屏的例子,stm32液晶屏例程; stm32读写sd卡和解码jpg图片例程,keil mdk工程,keil 4 keil5都可以打开,编译下载即可, 亲自测试过,可正常使用, stm32f103的spi1接口读取sd卡的图片,解码之后,显示在液晶屏上,包含sk卡的驱动,液晶的驱动,和jpg解码,实测可用,没问题,整个工程打包的- stm32f103 read
serprog-stm32-gd32
- 使用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
main_1
- 一开始学时stm32时写的程序,结构简单,适用于初学者,使用SPI1口,循环发送数据。(Use the SPI1 port to send data round)