搜索资源列表
Samsung2440_SPI.zip
- 这是一个居于2440的SPI通信实例,采用dma方式通信,2440 This is a living example of the SPI communications, using methods of communication dma
STM32chinesedata
- stm32的中文datasheet。其中包括adc应用实例,dma控制器应用实例,can应用实例,iic应用实例,tim应用实例,gpio应用实例,spi应用示例等待。-stm32 the Chinese datasheet. Including adc Applications, dma controller application examples, can application example, iic application examples, tim application exam
s3c2440a_22SPI
- spi的DMA传输,是一种很重要的传输方式,但他简单易学,具有很高的参考价值-DMA transfer of the spi is a very important means of transmission, easy to learn but he has a very high reference valuetrassmision
WindowsCE6_SPI_Driver_For_MINI2440
- This document explains how to write a Windows CE 6 SPI driver for s3c2440 board. Source code is joined. Sample of use application is joined
STM32_SPI
- STM32 SPI配置例程,适用STM32各种芯片,详细的介绍了 SPI的配置过程。根据例子修改即可应用。-STM32 DAM configuration routine, a variety of chips for STM32, detailed introduction to the DAM in the configuration process. Examples can be modified based application.
S3C2410
- S3C2410的串行外设接口SPI可以进行串行数据传输接口。S3C2410具有两个SPI,每个SPI具有两个8位移位寄存器用于独立地发送和接收数据。在SPI传输过程中,数据时同时发送和接收的(全双工),8位串行数据传输频率由相应的控制寄存器设置,如果希望仅发送数据,则接收数据can be dummy,同样如果只希望接收数据,则应该发送dummy 1 data。 有4个与SPI传输相关的引脚:SCK (SPICLK0,1)、MISO (SPIMISO0,1)数据线、MOSI (SPIMOSI0
DMA_SPI
- ,STM32F10X DMA SPI操作,STM32例程包之一-, STM32F10X DMA SPI operation, STM32 routine one package
spi_s3c24xx_dma
- SPI DMA driver for S3C2440 under Linux core 2.6.24
Spi-dma-communication
- stm32的两个spi外设之间通过dma方式通信-Spi dma communication
STM32-spi-dma-one-line
- stm32的spi单线双工通信,DMA通道-stm32 spi dma,one line
spi-pxa2xx-dma
- PXA2xx SPI DMA engine support for Linux.
spi-pxa2xx-dma
- PXA2xx SPI DMA engine support.
STM32F01X-SPI-DMA
- STM32F10X系列 SPI的DMA进行读写数据-STM32F10X serial,SPI DMA read and write.
SPI-DMA
- SPI的通信总结:SPI详解、SPI的读写、SPI的接收、发送中断配置、SPI的DMA操作,整个SPI知识点总结,融为一体,适合开发人员学习SPI的各个特性!能让你五分钟领会SPI各个知识!-Summary: SPI communication SPI, SPI read and write SPI, the sending and receiving interrupt configuration, SPI DMA operation, the SPI knowledge points are
cc3200_dma_spi
- cc3200 spi dma 传输程序,其中有3种传输方案(Cc3200 SPI DMA transport program, which has 3 transmission schemes)
SPI_LCD的DMA传输
- 在显示刷新时可以不占用CPU运算时间,利用芯片内的DMA做数据通信,节约CPU资源。提高CPU的运行较率。(Achieve large data transfer)
bsp_spi
- stm32f407 SPI+DMA通信,测试稳定(Stm32f407 SPI+DMA communication)
SPI_DMA_F407
- STM32 F407的SPI+DMA带文件系统FATFS(STM32 F407>SPI+DMA with FATFS)
SPI_FullDuplex_ComDMA
- stm32h743 spi+dma 开发示例(stm32h743 adc+dma example)
USB读卡器实验SPI DMA驱动SD
- USB读卡器实验SPI DMA驱动SD(支持4G以上的SD卡)