Welcome![Sign In][Sign Up]
Location:
Search - PC Mcu SPI

Search list

[Other resourceSPI_test

Description: 针对Silicon labs的C8051F020 mcu 的全双工SPI调试主器件部分程序,对其接收到的从器件(也是F020mcu)的数据包会从串口1中发送至PC,从串口助手中可以看到.开发环境为KeilC,需要U-EC3仿真器下载至mcu中,方可调试.
Platform: | Size: 31334 | Author: Sue | Hits:

[Other resourceSPI_rtest

Description: 针对Silicon labs的C8051F020 mcu 的全双工SPI(4线)调试从器件部分程序,对其接收到的主器件的数据包会从串口1中发送至PC,从串口助手中可以看到.开发环境为KeilC,需要U-EC3仿真器下载至mcu中,方可调试. 这与上传的另一个SPI_test是两个相关的程序,但是二者的配置有很大的区别.如果要实现全双工,需要在从器件里保证:在主器件发起通信前将待发数据赋给SPIDATA缓冲器(注意收发缓冲器是同一个).当主器件发起通信时,主从器件同时发送数据.蛮有意思的!:)
Platform: | Size: 22713 | Author: Sue | Hits:

[CSharpSCI-SPI

Description: This a demo for the communication between embeddy PC and printer.(Atmel8 MCU)
Platform: | Size: 1095 | Author: 荆红民 | Hits:

[CSharpSCI-SPI

Description: This a demo for the communication between embeddy PC and printer.(Atmel8 MCU)
Platform: | Size: 1024 | Author: 荆红民 | Hits:

[SCMSPI_test

Description: 针对Silicon labs的C8051F020 mcu 的全双工SPI调试主器件部分程序,对其接收到的从器件(也是F020mcu)的数据包会从串口1中发送至PC,从串口助手中可以看到.开发环境为KeilC,需要U-EC3仿真器下载至mcu中,方可调试.-Silicon labs for the C8051F020 mcu full-duplex SPI master device debugging some of the procedures, its received from the device (also F020mcu) packets will be sent from the serial port 1 to PC, from the serial port can be seen aides. development environment for KeilC, the need for U-EC3 emulator downloaded to mcu in order to debug.
Platform: | Size: 30720 | Author: Sue | Hits:

[SCMSPI_rtest

Description: 针对Silicon labs的C8051F020 mcu 的全双工SPI(4线)调试从器件部分程序,对其接收到的主器件的数据包会从串口1中发送至PC,从串口助手中可以看到.开发环境为KeilC,需要U-EC3仿真器下载至mcu中,方可调试. 这与上传的另一个SPI_test是两个相关的程序,但是二者的配置有很大的区别.如果要实现全双工,需要在从器件里保证:在主器件发起通信前将待发数据赋给SPIDATA缓冲器(注意收发缓冲器是同一个).当主器件发起通信时,主从器件同时发送数据.蛮有意思的!:)-Silicon labs for the C8051F020 mcu full-duplex SPI (4 lines) debugging some of the procedures from the device, its main device to receive data packets from the serial port 1 sent to the PC, from the serial port can be seen aides. development environment for KeilC, the need for U-EC3 emulator downloaded to mcu in order to debug. This From Another SPI_test are two related procedures, but the configuration of the two there was a great difference. if we are to achieve full- duplex, the need from the devices in that: in the main device to initiate communication will be ready before the data buffer assigned SPIDATA (Note that to send and receive buffers are one and the same). When the master device to initiate communication, the master-slave devices send data at the same time. very interesting the!:)
Platform: | Size: 22528 | Author: Sue | Hits:

[Embeded-SCM DevelopSPI_FLASHBURNER

Description: PC Host used for controlling and command exchanging to the SPI flash memory controller which enables reading, writing and bulk erasing of SPI flash memories such as ST25p16 and 25p32 used on the WGT624V3 Netgear s router.
Platform: | Size: 233472 | Author: AMSJ | Hits:

[SCMnrf905

Description: RF905无线模块,包括MCU发送和PC接收程序,买的MSP430开发板带的程序,保证能用-RF905 wireless modules, including the procedures for sending and receiving PC, MSP430 development board comes with the program, guaranteed to
Platform: | Size: 1477632 | Author: zfc | Hits:

[Other Embeded programLDLP

Description: 主要面对 以SPI SCI I2C RS232 RS485 为物理层的低速接口提供一个数据链路层。可以在MCU和PC之间传递数据,也可以在MCU之间传递数据,该数据链路层带CRC校验,带自动出错重传,带确认帧,带超时报警,总之是一个非常好用的数据链路层协议-The main face of SPI SCI I2C RS232 RS485 interfaces for the physical layer to provide a low-speed data link layer. You can pass data between the MCU and PC, you can pass data between the MCU, the data link layer with the CRC, with automatic error retransmission, with confirmation frame, with out warning, in short, is a very easy to use The data link layer protocol
Platform: | Size: 4096 | Author: wszfwy8dc | Hits:

[assembly languagenrf905pic

Description: 使用PIC16F690调试通过,用PIC16F690的SPI口与nrf905通讯,再由PIC16F690的UART口与PC或其他MCU通讯。-PIC16F690 debugging by using the PIC16F690 the SPI port nrf905 communication, PIC16F690 UART port with a PC or other MCU communication.
Platform: | Size: 3072 | Author: XQY | Hits:

[Other Embeded programLD_Demo_OnlyPlay_Source

Description: 以下定义是在示范程序中,用来播放的声音数据的起始位置和长度 // 这些声音是事先在PC机上录制好的MP3文件,在PC机上合成到一个文件 voice.dat中 // 可以把这个voide.dat存储到用户系统中的存储芯片中,诸如 spi-flash中 // 在需要播放时,用户的主控MCU可以到spi-flash中根据要播放文件的起始地址无读取MP3数据 // 并送入LD3320进行播放 单片机#include "STC10F08XE.H"-#include "STC10F08XE.H" #include "LDchip.h" #include "Reg_RW.h" #include "FlashDef.h"
Platform: | Size: 75776 | Author: 王良进 | Hits:

[Com PortSPI code

Description: 51单片机串口通信源代码,用于PC与MCU之间的串口通信(51 MCU SPI communication source code)
Platform: | Size: 5120 | Author: 李开元 | Hits:

[SCMUSB应用实验

Description: 基于ARM Cortex-M4F(TM4C123)单片机 【USB应用实验】 编程控制TM4C123微控制器的USB 模块,与PC机交互数据 【功能】 (1)PC机从命令行CMD 窗口发送指令,可以控制高亮LED灯的亮度(PWM模式调光); (2)PC机从命令行CMD 窗口发送指令,可以控制SPI接口DAC7512输出正弦波的峰峰值和频率,控制格式自定; (3)从PC机CMD窗口输入的字符串(回车结尾,EXIT退出)显示在12864液晶屏上来自MCU端的事件显示在PC机CMD窗口,可使用不同颜色标记不同事件 (4)可从PC机发送文本文件到MCU;来自MCU的字符串显示在窗口中(Based on ARM Cortex-M4F (TM4C123) single chip microcomputer [USB application experiment] Program control TM4C123 microcontroller USB module, interact with PC data. [function] (1) PC sends commands from the command line CMD window to control the brightness of high brightness LED lights (PWM mode dimming). (2) the PC sends commands from the command line CMD window to control the peak and frequency of the SPI interface DAC7512 output sine wave, and the control format is self determined. (3)The string entered from the PC CMD window (carriage return, EXIT exit) is displayed on the 12864 LCD screen. Events from the MCU side are displayed in the PC CMD window, and different colors can be used to mark different events. (4) Text files can be sent from PC to MCU; strings from MCU are displayed in windows.)
Platform: | Size: 4274176 | Author: Der_steppenwolf | Hits:

CodeBus www.codebus.net