搜索资源列表
ARM_SPI_LCD
- 这是我自己写的用ARM7的SPI驱动LCD的程序 该显示屏的控制器为NT7532-This is what I wrote it myself with the ARM7 SPI-driven procedures of the LCD display controller for NT7 532
LPC1768-Xplorer
- LPC1768-Xplorer is a CORTEX-M3 based stamp board for NGX’s mbed-Xpresso Baseboard. The LPC1768 microcontroller has 512KB of internal flash and 64KB RAM. Ethernet MAC, USB Device/Host/OTG interface, 8-channel general purpose DMA controller, 4 UARTs, 2
AVRPWM32
- 本人用AVR mega32写的一个关于输出32路PWM的程序,其中有UART,PWM,TIMER,spi,Flash读写,等等模块可供参考。程序用Studio4 + GCC编写-I used AVR mega32 write a PWM on the output 32 of the procedures, including UART, PWM, TIMER, spi, Flash read and write, and so on module for reference. Procedur
SPIpro
- 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。-This function of the SPI read and write functionality into a single, transmission of val is not only written to the SPI data is
spi8548
- MPC8548上用GPIO口模拟的SPI控制器.包括初始化,单字节读写,多字节读写等等.调试通过,绝对可用.-MPC8548 using GPIO I SPI controller simulation. Including initialization, single-byte read and write, and so on multi-byte read and write. Debug through absolutely available.
stm32V1_2
- 这是我自已为实验室画的基于STM32的PCB,现在将原理图及PCB全部分享,图是用PROTEL 99SE绘制的。可能会有布线不合理之处,仅供大家参考。 实验板资源介绍 1)CPU为100脚STM32F103XX 2)TFTLCD 3)SD卡 4)4X4键盘模块及四个独立按键 5)ISP下载口及20脚JTAG下载口 6)RS232接口、RS485接口、PS/2接口、USB接口 7)I/O口驱动的蜂鸣器 8)I2C口驱动的AT24C02 9)
ARM7_test_2
- 在LPC22EB6-I实验系统上,编写程序模拟SPI时序驱动两个四位动态共阴数码管LAM1、LAM2。显示内容“12345678”-In LPC22EB6-I experimental system, programming SPI Timing-driven simulation of dynamic two of four common cathode LED LAM1, LAM2. Display " 12345678"
spi-c
- 这种SPI程序用51单片机的I/O口线很好模拟的,仔细看芯片的文档,下面这个是用在NRF905的-failed to translate
05.p20I2C
- Today, at the low end of the communication protocols, we find I² C (for ‘Inter-Integrated Circuit’, protocol) and SPI (for ‘Serial Peripheral Interface’). Both protocols are well-suited for communications between integrated circuits, for slow com
SPI-Code-of--MB9BF506R
- 富士通MB9BF506R的SPI程序,但是有点小问题,不能向TDR里写数据,希望大家指点解决。-The program of the Fujitsu MB9BF506R SPI, but a little problem, you can not write to the TDR data, I hope everyone pointing resolve.
SPI_FPGA
- 基于f p g a的s p i借口设计,很有用的-Based on the fpga spi excuse design, useful
msp430HG2231
- MSP430-HG2231 is header board with MSP430G2231IPW14R ultralowpower mixed signal microcontroller from Texas Instruments. MSP430G2231IPW14R has a built-in 16-bit timer, ten I/O pins, a 10-bit A/D converter and built-in communication capability us
usb_ads1256
- AT91芯片的spi通讯采样ADS1256芯片数据 工程文件,本工程为实际使用文件。通讯为usb通讯,希望可以帮助到各位同学。欢迎共同进步。-AT91 chip ADS1256 chip spi communication sampled data project file, the project file is actually used. Communication is usb communication, I hope to help the graduates. Welcome to
SPI_start
- 基于单片机的SPI实验学习,测试通过,希望能帮助到你的学习。-Based on MCU SPI experimental study, the tests pass, hope I can help to your study.
AVR2000-2.08c
- This a serial device programmer software with a user friendly GUI framework available for Windows95/98/ME/NT/2000/XP and Intel Linux. Its purpose is reading and writing every serial device. At the moment it supports I² C Bus, Microwire, SPI eepro
stm32spi
- stm32 spi接口温度传感器,方便使用摄氏度,华氏度,模拟量,百分比稍加改动就是标准工业变送器。验证成功才上传的,使用时根据引脚稍稍修改一下,如不想修改按程序内定义的连接即可。。(声明:本人上传所有程序均是测试过的好用的.用户名zhaoxuan1190)-stm32 spi temperature sensor interface, easy to use Celsius, Fahrenheit, analog, the percentage is slightly altered stan
SPI_R8C27
- I have done a SPI protocol for R8c/27(reneses).it s working.
RN8209的驱动程序
- RN8209的驱动程序,SPI通信,通过I/O口模拟SPI通信,调试通过。