搜索资源列表
SPI-send
- PIC16F873模拟的SPI发送程序,希望对你有用哦。
SPIsend.rar
- Verilog HDL的程式,上網找到SPI程式, vspi.v這程式相當好用可用來接收與傳送SPI,並且寫了一個傳輸信號測試,spidatasent.v這程式就是傳送的資料,分別為00 66... 01 77...... 02 55這樣的資料,並透過MAX+PULS II軟體進行模擬,而最外層的程式是test_createspi.v!,Verilog HDL programs, Internet find SPI program, vspi.v this very useful progra
recv.rar
- STC 2052 SPI接收数据后通过串口发送到PC 用于测试SPI是否正常。,STC 2052 receive data and send to pc by RS232
STM32-SST25VF016B-SPI-v3
- 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
VirtualCOMPort
- STM32+nRF24L01+ 串口 调试-The STM32++ The nRF24L01 send program hardware SPI
V220111118
- STM32 SPI口控制24L01通信代码,分为接收和发送两个部分,半双工通信-STM32 SPI communication port control 24L01 code, send and receive into two parts, half-duplex communication
LPC17xx-spi-master
- ARM LPC17xx 通过SPI同步串行接口发送数据给从机。-ARM LPC17xx send datas to the slave by SPI synchronous serial interface.
cc2430-14
- CC2430的串口实验。将UART0 TX test赋给Txdata,串口发送数据UART0 TX test,在串口调试助手上显示。-CC2430 serial experiments. UART0 TX test will be assigned to Txdata, serial ports send data UART0 TX test, the serial debug assistant on the show.
spi
- 三线spi接口,用verilog实现,作为一个模块,可以接收并行数据,然后串行发送-Three Line spi interface, using Verilog implementation, as a module, can receive parallel data, and then send the serial
My_DHT11_UART
- CC2430读取温湿度一体化传感器DHT11的温湿度值,并通过RS-232上传至PC。-CC2430 reads the values of temperture and humidity from the integrated sensor DHT11, then send them to PC via RS-232 Port.
SPI_test
- AVR ATmega48 SPI最簡單測試碼! 透過spi_data[x]陣列寫入想要傳送的資料, 而x則是控制傳送第x筆數,而接腳輸出則在PortB的預設接腳內,只要修改spi_data就可以透過示波器看到SPI的信號了!-AVR ATmega48 SPI test the most simple code! Through spi_data [x] array you want to send the information to write, and x is the contro
SPI
- 51单片机模拟串口SPI方式接收和发送数据-51 single-chip analog SPI serial receive and send data
SPI
- 这个程序描述的是SPI的数据传送,包括应用SPI进行接收和发送-This procedure is described in the SPI data transfer, including the application of SPI to receive and send
spi
- SPI模拟通信从机,用于双机进行通行,发送一些简单的字符-SPI analog communication from the machine for two-machine access, send a few simple characters
spi-1
- avr单片机主机发送一个数字,从机接收该数字并在led上显示-avr host send a number of single-chip, from the machine and to receive the digital led display
spi
- send SPI data that is writen as FSM-send SPI data that is writen as FSM
SPI
- SPI implementation for the 18F4550, uses micros A and B that send messages between each other. Sends characters.
spi
- 在ICCAVR下编译,ATmega8与nRF24L01通过SPI进行通信,并实现无线收发数据-In ICCAVR compile, ATmega8 and nRF24L01 communicate via SPI and to send and receive data wirelessly
SPI-send
- pic单片机的SPI发送程序。按下按键发送。RD口接收。-pic microcontroller SPI sent procedures. Press the button to send. RD port reception.
SPI
- 实现SPI双机通信,SPI发送可通过DMA发送,接收可以由SPI中断接收或者DMA中断接收,也可以查询接收(To achieve SPI communication of two, send can be sent via DMA SPI, can receive the SPI interrupt receiving or DMA interrupt receiving, also can check to receive)