Location:
Search - GPIO A
Search list
Description: 该文件是摩托罗拉的嵌入式芯片dragonball MX1的在嵌入式linux下键盘驱动,程序采用GPIO管脚连接键盘,文件中有相应的说明-the document is Motorola's embedded chips dragonball MX1 in Embedded LINU x under the keyboard, procedures used GPIO pins connecting keyboard, a corresponding note
Platform: |
Size: 74752 |
Author: Richard |
Hits:
Description: 这是LPC2119/2129/2292/2294通用的通用GPIO程序,供大家参考。-This is a generic LPC2119/2129/2292/2294 generic GPIO procedures for your reference.
Platform: |
Size: 289792 |
Author: 李青青 |
Hits:
Description: GPIO的小驱动编写,一个字符设备驱动程序,设备对象是GPIO端口-GPIO prepared a small drive, a character device driver, equipment is GPIO port
Platform: |
Size: 26624 |
Author: dingchang |
Hits:
Description: C语言编写的DSP例程,是一个跑马灯程序
希望对初学者有用-C language DSP routines, is a procedure Marquee hope useful for beginners
Platform: |
Size: 318464 |
Author: 刘洋 |
Hits:
Description: 这是一个用于测试gpio 功能的小程序
这是一个用于测试gpio 功能的小程序-This is a GPIO function for testing a small program used to test this is a small program GPIO function
Platform: |
Size: 10240 |
Author: 阿加方 |
Hits:
Description: 这是一个通用可编程接口的Verilog代码,可以设置触发条件,设置为电平方式、边沿方式。可以屏蔽不用的口。-This is a general programmable interface Verilog code, you can set a trigger condition is set to level the way the edge of the way. Can not shield the mouth.
Platform: |
Size: 9216 |
Author: kristing |
Hits:
Description: ARM教程\[ARM系列开发平台整体解决方案].EasyARM2100\\EXAMPLES最基础的GPIO的源代码,入门级的-ARM Guide [ARM development platform for a whole series of solutions]. EasyARM2100 \ EXAMPLES most basic GPIO source code, entry-level
Platform: |
Size: 281600 |
Author: |
Hits:
Description: AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于IO口功能测试-ARM System Development Department AT91SAM7X functional test procedures, if you proceed with AT91SAM for systems development, this is indeed a very good information, with him will help you. ADS1.2 of the source code is under source code for IO port functional testing
Platform: |
Size: 831488 |
Author: 龙觊峰 |
Hits:
Description: 关于GPIO学习的例子,非常经典-GPIO study on the example of a very classic
Platform: |
Size: 51200 |
Author: xiaoshang |
Hits:
Description: GPIO (General Purpose Input and Output ports) with microprocessor programmable tri-state bus interface-Use verilog to design a 48 control points that can be programmed to input or output controller
Platform: |
Size: 5120 |
Author: ananliu1 |
Hits:
Description: 1、将makefile中的
CROSS =/usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux
CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include
路径改为你宿主机上的。
2、#make,来编译驱动模块。
3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径
#arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序
最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。
4、#mkdir /tmp/1
5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。
6、#mknod /dev/gpio c 220 0 //创建文件节点
#insmod gpiodrv.o
#chmod +x gpio_test
#./gpio_test
然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: |
Size: 9216 |
Author: 马工 |
Hits:
Description: ARM7的GPIO操作的典型例子,即控制LED的显示。-ARM7-GPIO a typical example of the operation, that is, the control LED display.
Platform: |
Size: 24576 |
Author: 王文福 |
Hits:
Description: LPC2478的GPIO测试例子,共大家参考-LPC2478' s GPIO test case, a total of reference. . . .
Platform: |
Size: 182272 |
Author: mzhguang |
Hits:
Description: ARM cortex-M3系列处理器的代码,包括通用输入输出GPIO、模数比较器ADC、模拟比较器COMP。(IAR环境工程)-ARM cortex-M3 family of processors code, including general-purpose input-output GPIO, modulus comparator ADC, analog comparator COMP. (IAR Environmental Engineering)
Platform: |
Size: 766976 |
Author: 孙庆洲 |
Hits:
Description: 基于5000系列的dsp的gpio控制工程 是过得很有用-Dsp-based 5000 Series of gpio control engineering is a very useful too
Platform: |
Size: 258048 |
Author: 宋晓甲 |
Hits:
Description: gpio-i2c 海思平台上3511-3520用io口模拟i2c在linux驱动,里面有很清楚的i2c时序-gpio-i2c Hisilicon platform 3511-3520 simulated with the io port i2c driver in linux, which has a very clear i2c timing
Platform: |
Size: 4096 |
Author: 覃仁往 |
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: STM32的GPIO输出,简简单单的一个小例子而已- STM32 GPIO output, a simple small example
Platform: |
Size: 449536 |
Author: 凌风 |
Hits:
Description: 基于Verilog描述语言的通用GPIO设计与实现
并通过硬件仿真平台验证,保证可用-a description of GPIO based on GPIO
Platform: |
Size: 208896 |
Author: hhj |
Hits:
Description: stm32单片机点亮一个灯,对初学者很重要-stm32 microcontroller to light a lamp, is very important for beginners
Platform: |
Size: 184320 |
Author: 登革热通 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
21
»