Location:
Search - GPIO lpc
Search list
Description: Ucosii 2.52 for lpc2100 测试程序GPIO源码-Ucosii 2.52 for lpc2100 testing procedures GPIO FOSS
Platform: |
Size: 331776 |
Author: 顾维生 |
Hits:
Description: 这个是ARM的GPIO源代码,对学习ARM很有帮助,好东西大家一起分享哈-this is the GPIO source code, to learn ARM helpful, good things to share with everyone Kazakhstan
Platform: |
Size: 410624 |
Author: |
Hits:
Description: armlpc2210操作系统ucos-ii下GPIO的例程-armlpc2210 operating system CENTER-ii GPIO under the routines
Platform: |
Size: 44032 |
Author: isbit |
Hits:
Description: lpc2148芯片gpio输出c程序,iar开发环境打开c程序-lpc2148 chip output c gpio procedures, open development environment iar c procedures
Platform: |
Size: 66560 |
Author: zdj |
Hits:
Description: IAR fjor ARM LPC2148 GPIO使用实验-IAR fjor LPC2148 ARM experimental use GPIO
Platform: |
Size: 63488 |
Author: chesnu |
Hits:
Description: 用LPC系统的GPIO模拟总线控制LCD,非常有用-LPC system with bus control GPIO analog LCD, very useful
Platform: |
Size: 6144 |
Author: 范德华 |
Hits:
Description: lpc2148中文使用手册
第1 章 概述
第2 章 LPC2141/2/4/6/8 存储器寻址
第3 章 系统控制模块
第4 章 存储器加速模块
第5 章 向量中断控制器
第6 章 管脚配置
第7 章 管脚连接模块
第8 章 通用输入/输出口(GPIO)
第9 章 通用异步接收器/发送器0 (UART0)
第10 章 通用异步接收器/发送器1(UART1)
第11 章 I2C 接口I2C0 和I2C1
第12 章 SPI 接口(SPI0)
第13 章 SSP 控制器(SPI1)
第14 章 USB 器件控制器
第15 章 定时器/计数器 定时器0 和定时器1
第16 章 脉宽调制器(PWM)
第17 章 模数转换器(ADC)
第18 章 数模转换器(DAC)
第19 章 实时时钟
第20 章 看门狗定时器
第21 章 FLASH存储器系统和编程
第22 章 EMBEDDEDICE 逻辑
第23 章 嵌入式跟踪宏单元(ETM)
第24 章 REALMONITOR
第25 章 补充信息
Platform: |
Size: 1945600 |
Author: 李耀财 |
Hits:
Description: LPC2294例程,基于ADS1.2
GPIO-LPC2294 routine, based on the ADS1.2GPIO
Platform: |
Size: 339968 |
Author: caoqingsong |
Hits:
Description: NXP LPC 2378 GPIO模块例程C语言程序-NXP LPC 2378 GPIO module routines C language program
Platform: |
Size: 116736 |
Author: fuxinchina |
Hits:
Description: 周立功公司的LPC2300技术笔记上册对应例程。包括ADC,DAC,EWC,GPIO,I2C,IAP,IRDA,PLL,PWM,RTC,SPI,SSP,UART,中断,系统控制模块,定时器等。-ZLG' s LPC2300 technical notes on the book correspond to routines. Including ADC, DAC, EWC, GPIO, I2C, IAP, IRDA, PLL, PWM, RTC, SPI, SSP, UART, interrupt, system control module, timer and so on.
Platform: |
Size: 2220032 |
Author: yangshaofeng |
Hits:
Description: this code gives an insight for accessing fast gpio ports in lpc 214x series
Platform: |
Size: 102400 |
Author: pavan |
Hits:
Description: 周立功:TinyM0—Cortex-M0开发套件在mdk下的一个简单的例子,可以用ck100仿真-ZLG: TinyM0-Cortex-M0 development kit under the mdk a simple example, simulation can be ck100
Platform: |
Size: 87040 |
Author: 郭坚 |
Hits:
Description: int main (void)
{
PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART
PINSEL1 = 0x00000000 //其余为GPIO
ReadModuleP() // 读参数
SetNetPort()
InitializeInterrupt()
InitNic(0) //RTL8019芯片初始化,在global.c中定义
//WDTC =27662592 //2s
//WDMOD =0X03
printf("Start OK!\n")
while(1)
{
if(WorkMode==CLIENTHOST) //TCP客户端
ClientHostProcess()
if(WorkMode==SERVERHOST) //tcp 服务器
ServerHostProcess()
if(WorkMode==UDPHOST) //UDP 模式
UDPHostProcess()
}
return 0
}
- int main (void)
{
PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART
PINSEL1 = 0x00000000 //其余为GPIO
ReadModuleP() // 读参数
SetNetPort()
InitializeInterrupt()
InitNic(0) //RTL8019芯片初始化,在global.c中定义
//WDTC =27662592 //2s
//WDMOD =0X03
printf("Start OK!\n")
while(1)
{
if(WorkMode==CLIENTHOST) //TCP客户端
ClientHostProcess()
if(WorkMode==SERVERHOST) //tcp 服务器
ServerHostProcess()
if(WorkMode==UDPHOST) //UDP 模式
UDPHostProcess()
}
return 0
}
Platform: |
Size: 692224 |
Author: 程教育 |
Hits:
Description: Easy sample for test lpc mcu gpio port
Platform: |
Size: 64512 |
Author: |
Hits:
Description: this source to testing GPIO for LPC21-this source to testing GPIO for LPC21xx
Platform: |
Size: 34816 |
Author: bowo |
Hits:
Description: 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" but since the GNU-tools are used, the changes needed to build the project on Unix/Linux are minimal. Please read the readme.txt and comments in the source-code and the makefile for further information.-This is 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" but since the GNU-tools are used, the changes needed to build the project on Unix/Linux are minimal. Please read the readme.txt and comments in the source-code and the makefile for further information.
Platform: |
Size: 17408 |
Author: saeid |
Hits:
Description: linux 下(w83627)super io 的驱动原码。主要是有如何通过lpc总线访问w83627的寄存器-this is w83627 driver code in linux.
it will show how to acess to w83627 register on LPC bus.
Platform: |
Size: 75776 |
Author: zht |
Hits:
Description: LPC1110系列单片机驱动库,spi iic uart gpio -comom drever of LPC1110
Platform: |
Size: 114688 |
Author: zengkaiyue |
Hits:
Description: lpc系列gpio源代码,可帮助你咯有开发!-lpc gpio
Platform: |
Size: 835584 |
Author: 龚景 |
Hits:
Description: How can you drive GPIO of ARM Microcontroller from LPC family
Platform: |
Size: 62464 |
Author: cleopatra |
Hits: