搜索资源列表
TMS320VC5509A_examples.TMS320VC5509A学习板例程及说明
- 这是一款TMS320VC5509A学习板例程及说明,里面包含很多例子,包括CPU看门狗实验、LED跑马灯实验、CPU TIMER定时器实验、实时时钟实验、AD转换实验、ADDR转为GPIO试验、蜂鸣器试验、GPIO试验、数码管显示试验、扩展SDRAM读写实验、SPI EEPROM读写实验、FFT实验、FIR滤波器实验、IIR滤波器实验、自适应滤波器实验、键盘扫描实验、外部中断输入实验、AIC23播音实验、1602显示试验、12864显示实验、240128显示实验、USB2.0通信实验等22个实验
LM3SLib_GPIO_Parallel-Bus
- LM3S系列ARM用GPIO模拟并行总线扩展32KB SRAM PF0~PF7 D0~D7(数据总线) PA0~PA7 A0~A7(地址总线低8位) PB0~PB7 A8~A15(地址总线高8位) PB7 /CE(片选) PC4 /WE(写使能) PC5 /OE(读使能) 32KB SRAM 映射在地址0x0000~0x4FFF之间 为了加快访问速度,软件上将采用寄存器方式进行操作 PB7原为/TRST功能,现在也解放出来作为地址线A15-ARM
GPIO
- 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
RS485Comm
- 本例程演示了PC机和智能型仪表如何通过RS485接口进行通信。仪表采用百特公司产XMA5000智能型专家自整定PID调节器,该仪表的通讯协议已经在例程代码中作了详细说明。该例程非常简单,旨在说明如何在VC++中使用重叠方式读写串口。这个是异步通信,昨天传那个是同步通信。-The routine demonstration of PC and intelligent instrument through RS485 communication interface. Instrumentation
AT24C01
- 使用at89s52单片机,采用GPIO管脚模拟i2c总线读写AT24c01eeprom.少经改变就可以用于读写AT24Cxx系列的EEPROM。已经用于工程实践,读写AT24C01有效可靠。用于存储一些配置信息,128字节的at24c01是一个很好的选择。模块化的程序,也很容易移植,里面有丰富的注释-Use AT89S52 microcontroller, GPIO pin used to read and write analog i2c bus AT24c01eeprom. Less by
i2c_gpio
- This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530. -This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530.
SMBus_Light_Sensor
- 讀取系統SMBus下的Light Sensor Deceive (TSL2560,TSL2561),並且可以利用SIO (W83627) GPIO 開啟電源 (燈泡)-SMBus read the system under the Light Sensor Deceive (TSL2560, TSL2561), and can use the SIO (W83627) GPIO open the power supply (bulb)
GPIO_control_sample
- AT91RM9200 GPIO端口的驱动模块开发,可对GPIO口进行读写访问。-AT91RM9200 GPIO port driver module development, I can read and write access GPIO.
gpfDriver
- gpio driver input out read and so on
6713DSP_GPIO
- DSP6713 GPIO 读写程序,在CCS2中实现-DSP6713 GPIO read and write procedures, CCS2 to achieve
gpioKeyInputLedOutput
- STM32的GPIO输入输出,也就是读入按键值,然后使相应的灯点亮。-STM32 of the GPIO inputs and outputs, which is read into the key value, and then make the corresponding lamp lights up.
upload
- This is Intel ICH GPIO read and write code. You can change the address to control SB pin.
GPIO.RAR
- cotex-m0 gpio READ & WRITE-cotex-m0 gpio READ & WRITE
bf53x_gpio_interrupt
- ADI DSP blackfin 系列处理器 BF533 PF(GPIO)接口的使用,学习设置GPIO接口为中断输入方式,通过中断读取输入信号。-ADI DSP blackfin series processor BF533 PF (GPIO) interface to use, learning to set GPIO interface interrupt input, read by the interrupt input signal.
lpc_blink_switch_cpp_20050429
- This a simple example to let a LED blink and test button-input (GPIO) on a Philips LPC2106 (ARM7TDMI-S-architecture). The demo-board LPC-P2106 from Olimex has been used. The project-setup is adapted for the arm-elf GNU-toolchain on MS-Windows "hosts"
gpiotest
- 三星2440GPIO测试程序,可以实现对GPIO口的控制,运行环境为ADS-arm2440,GPIO read and write
gpio_int_driver
- linux下面的GPIO驱动程序,通过Linux读写arm芯片s3c2412的GPIO的读和写。-linux following GPIO driver by Linux read-write arm chip s3c2412 GPIO read and write.
STM32F030-GPIO
- STM32F030的GPIO操作,寄存器的方式设置IO的输入输出模式,实现扫描法读取按键并控制LED的亮灭。可直接用在STM32F0308-Discovery上。-STM32F030 GPIO operation, register set IO of input and output model, realize scanning method to read the buttons and control the LED light out. Can be directly used on
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
MFC-HW-GPIO
- 通过使用内存访问gpio的内存地址,读写从而实现gpio口在windows桌面下的拉高与拉低(Access to the memory address of GPIO by using memory and read and write to achieve the high and low pull down of the GPIO port under the windows desktop)