搜索资源列表
spidmadriver
- 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
at89s8252_spi
- AT89S8252, AT89S53 SPI Program, This program shows how to configure and use the SPI in master mode for the following microcontrollers: ATMEL AT89S53 ATMEL AT89S8252-AT89S8252, AT89S53 SPI Program, This program shows how to configure and use
dataflash_
- Accessing Atmel AT45Dxxx dataflash on STK500 .Sets up the HW SPI in Master mode
F12x_SPI0_EEPROM_Polled_Mode
- This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB
SPI
- // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access
Header_Files
- // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access
SPI_collect
- 有关SPI的vhdl实现。包括SPI官方协议,几篇开发时用到的论文,附加了中文注释的SPI IPcore,还有一个经过简化的master mode的SPI实现的vhdl代码
C8051F120-I2C-simulate.c
- Example software to demonstrate the C8051F12x SMBus interface in Master mode.
CYGNAL_PRJ.rar
- 硬件平台:C8051F314 包括键盘扫描程序,I2C通讯MASTER模式、SLAVE模式,ONE WIRE串行通讯驱动(用于DALAS公司的器件)。,Hardware platform: C8051F314 including keyboard scanning process, I2C communications MASTER mode, SLAVE mode, ONE WIRE serial communication driver (for DALAS the company
pic-i2c-master-test
- PIC单片机I2C通信主模式,内涵Proteus仿真内容-PIC MCU I2C master mode communications, meaning the content of Proteus simulation
SPI_TEST
- The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link standard named by Motorola that operates in full duplex mode. Devices communicate in master/slave mode where the master device initiates the data frame. Multiple slave d
i2s_interface
- - I2S top level test bench. Two transmitters and two receivers are instantiated, one each in slave and master mode. Test result is displayed in the log window, there should be no errors.-- I2S top level test bench. Two transmitters and two receivers
SSP_master
- LPC1343单片的SPI主机模式操作源代码,使用的是自带的SPI口,主机模式-LPC1343 SPI RECEIVE AND SEND DATA IN MASTER MODE
I2C
- I2C AVR单片机使用I2C总线的例子,AVR工作于I2C的主节点模式,包含两个例子 I2C.c 以单字节模式访问I2C总路线器件AT24C02的例子程序,从中可以学习I2C总线的工作过程 AT24C02.c 调用库函数对AT24C02进行读写,可以连续多字节读写。-Single-chip I2C AVR example of the use of I2C bus, AVR job in I2C master mode node, including two examples in
spi_master
- SPI主机模式进行串行通信,可自动收发数据-SPI master mode serial communication, can automatically send and receive data
SlidingModeControl
- 滑模控制的经典算例程序,可以帮助初学者快速掌握滑模控制的编程思想-Sliding mode control procedures for the classic examples that can help beginners master the sliding mode control Express programming thought
master
- master.c 监听来自53端口的反向链接,主要用于多个shell的协调和管理,可以输入c表示显示有几个client,然后输入个数字来选择一个,可以输入a来表示进入master mode所输入的命令会发送给每一个client-master.c monitor backlinks from 53 ports, mainly for the coordination and management of multiple shell, type c that shows several client
SPI-interrupt-mode
- cc2530 spi 模式的中断方式通信 主模式-长春530 spi interrupt master mode
TI-Using-RMII-Master-Mode
- The document gives a detail descr iption of how to using TI ethernet mac controller in RMII mode.It applis to the series for DP83 of TI ethernet mac controller and helps you to learn the principle between ethernet communication. -The document gives a
PIC24FJxx_pmp
- Microchip PIC24FJ系列16bit单片机的 PMP 接口驱动,工作模式master模式(code Example Descr iption: ---------------------------- This code example aims to demonstrate the basic initialisation and operation of the Parallel Master Port (PMP) module. It also demonstrates