搜索资源列表
LPC17xx-spi-master
- ARM LPC17xx 通过SPI同步串行接口发送数据给从机。-ARM LPC17xx send datas to the slave by SPI synchronous serial interface.
SPI_MASTER
- 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
SPI_Master
- ADuC845单片机的SPI接口作为SPI主设备的试验程序-A program of aduc845,test the SPI interface as a SPI Master
PIC18F2550_SPI
- PIC18F2550 + SPI + MASTER + SLAVE
SPI
- SPI master code for microcontrollers
STC-SPI
- STC单片机SPI接口通信的例子,包括单主机单从机,和互为主从的通信方式-STC MCU SPI interface communication examples, including single-master single slave communication, and interaction mainly from
spi_master_1_01
- Atmel megaAVR spi master library
MSP430G2553-SPI
- MSP430G2553 SPI 主机发送-MSP430G2553 SPI master transmit
Framed-Master
- PIC24fj64ga008 spi 主设备、从设备之间的通信程序-PIC24f spi
SSP
- LPC1343 SSP.C SSP.H @file ssp.c @author K. Townsend (microBuilder.eu) @section DEscr iptION Generic code for SSP/SPI communications. By default, the SSP block is initialised in SPI master mode. @section Example @code #include "core/cpu/cpu.h&quo
SPI-SLAVE
- spi master is a usefull source code to read out process how to make spi slave and matsre for all devives
Spi
- SPI(Serial Peripheral Interface)串行外围模块接口是Motorola首先在其MC68HCXX系列处理器上定义的,它是一种同步的高速串行通信协议。它可以使单片机与外围模块之间进行数据交换,比EEPROM,Flash,实时时钟,AD转换,数字信号处理器和数字信号解码器之间交换数据,同时应用比较多的是用来作为按键等外设的扩展。SPI总线系统是一种同步串行外设接口;是一种高速的,全双工,同步的通信总线,并且在芯片的管脚上只占用四根线,节约了芯片的管脚,同时为PCB的布局上
STM8s
- The code is for transmitting a SPI Master signal to the Slave.
JN5148-SPI-MASTER-SLAVE
- JN5148 spi模式(SPI主模式) 和IP 模式(SPI从模式)-JN5148 spi master and spi slave(ip interface)
fwd-(1)
- AtMEGA8 programs for digital voltmeter, timer, LCD simulation, SPI master-slave and Analog to Digital converter.
spi
- It is a Verilog code for SPI master. It includes source code and a testbench to test the functionality.-It is a Verilog code for SPI master. It includes source code and a testbench to test the functionality.
SPI-Master
- 本工程为SPI通信主机程序,用来开启一个SPI传输与从机通信使用两个相同的XS128核心板-This project for the SPI communication host program, used to open a SPI transmission and communication the machine using the same XS128 core board two
AVR-GCC-SPI-MASTER-SLAVE-SAMPLE
- A SPI (Serial Peripheral Interface) master slave sample implementation for AVR-G-A SPI (Serial Peripheral Interface) master slave sample implementation for AVR-GCC
SPI_of_MSP430F249
- SPI master talks to SPI slave using 3-wire mode. Incrementing data is sent by the master starting at 0x01. Received data is expected to be same as the previous transmission TXData = RXData-1. USCI RX ISR is used to handle communication with
stm32f030x8-SPI-slave-with-sync-master
- stm32f030x8 SPI slave with sync