搜索资源列表
C8051F30X
- C8051F30X系列软件SPI例子,含代码-C8051F30X example SPI serial software containing code
spi
- 软件模拟SPI串行EEPROM控制时序的C程序,在DOS下用BC31编译
RFDriver
- FM1702SL射频芯片对外接口为SPI总线方式,对FM1702的操作实际上就是通过SPI总线 对FM1702SL内部的相关寄存器进行读写操作,从而实现射频读/写卡功能。本驱动程序基于FM2306A编写(兼容PIC指令集的其他MCU也同样试用),通过IO口软件模拟SPI总线时序.
JN-AP-1031-Wireless-UART-LCD-1v1
- 2.4G wireless Zigbee 的终端UART 和基于SPI的LCD软件
X5045程序模块
- x25045的读写源程序,可以读x5045和写x5045,软件模拟spi总线协议。-x25045 source reader, can read and write x5045 x5045, software simulation of 20 bus protocol.
AVR单片机SPI接收程序
- AVR单片机SPI接收程序,改程序开发环境是CVAVR。该软件具有强大的代码生成能力,大家可以试着自己生成代码!,Single-chip SPI receiver AVR procedures, program development environment is changed CVAVR. The software is a powerful code generation capability, we can try to generate their own code!
SPI
- SmartARM中的SPI软件包,已经通过调试可以运行。具有参考价值。SmartARM中的SPI软件包,已经通过调试可以运行。具有参考价值。-SmartARM the SPI package has been run through the debugger. With a reference value. SmartARM the SPI package has been run through the debugger. With a reference value.
1
- AVR单片机SPI程序中的发射机程序,这个开发环境是CVAVR,该软件具有很强的代码生成功能,大家可以自己试着生成自己的代码-AVR single-chip transmitters SPI process procedures, the development environment is CVAVR, the software has a strong code generation function, we can try to generate their own code
arm111
- 1.ADS 1.2集成开发环境的安装与使用; 2.H-JTAG软件的安装与设置及EasyJTAG-H仿真器的使用; 3.GPIO原理及应用; 4.SPI原理及应用; 5.I2C原理及应用; 6.UART0原理及应用; 7.串口调试软件EasyARM.exe的使用。 -1. ADS 1.2 integrated development environment of the installation and use 2. H-JTAG software installa
an128SWSPI
- 一个基于C8051F单片机的使用软件实现SPI接口的参考设计. -C8051F based on the use of single-chip SPI interface software reference design.
vs1003test
- 音频解码芯片的测试程序,基于mega128,使用PD口软件模拟SPI通信,主程序为测试程序,编译环境winavr GCC,avr stduio,自己的板子上测试没问题-Audio decoder chip testing procedures, based on mega128, using PD software simulation SPI communication port, the main program for the test program, compile environme
ADC122_1
- ADC122的SPI模拟时序,用430单片机,IAR软件编写,按照ADC122的时序模拟的采样函数-The ADC122 the SPI analog timing
Voice_frequence
- 这是一个利用DSPIC33FJ64MC802芯片进行音频AD采样以及FFT变换(得到功率谱)并将得到的数据进行串口发送的程序。该程序用于一个声音功率谱分析的设计中。 使用时需要配合外围的放大,滤波,加法器,以及电源等其他电路。并结合自编的上位机软件进行显示。 在Microchip给出的FFT函数中,256点FFT变换存在问题,无法得到正常数据。这是由于旋转因子表的错误造成的。本程序已经对其作出了修正。同时在功率谱计算的函数中,也作出了一些优化,在测量较小的幅值时,结果会更加理想。 本