CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - arm port

搜索资源列表

  1. mrua_EM8622L_2[1].8.2.0_dev.arm.nodts

    0下载:
  2. 1. 8623L平台,其并行flash已经被烧入uClinux系统,并有IP地址. 2. Windows客户机,使用tera term通过串口,把kernel烧到并行flash上,用命令boot rom启动uClinux并且登陆. 3. Linux服务器,主要作用是编译软件,有nfs服务,nfs服务目录是/nfsdir,文件包括有8623L的驱动程序,应用程序和音视频文件,可以被8620L使用. em8623的开发包-1. 8623L platform, and its paral
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-24
    • 文件大小:7.58mb
    • 提供者:yf133
  1. gpio_motor

    0下载:
  2. ARM的gpio口操作控制步进电机,可以修改转动角度、速度。-ARM' s GPIO port operation of stepper motor control, can modify the rotation angle and speed.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3.23kb
    • 提供者:张晓建
  1. hi_gpio

    0下载:
  2. ARM处理器的GPIO口配置输入、输出,读操作、写操作-ARM processor GPIO port configuration input, output, read operation, write operation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:张晓建
  1. PowerMonitor2

    0下载:
  2. 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:96.33kb
    • 提供者:tanyong
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:547.87kb
    • 提供者:流浪
  1. AE-ARM-0123

    0下载:
  2. This documentation describes the example port of the FreeRTOS operating system for LPC24xx from NXP.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:212.99kb
    • 提供者:moises
  1. LEDANDPWM

    0下载:
  2. ARM的串口,LED以及PWM裸机程序,对于初学ARM的朋友很有用-ARM' s serial port, LED as well as the PWM bare-metal process, is useful for beginners to use ARM' s friends
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:80.61kb
    • 提供者:
  1. miniweb.tar

    0下载:
  2. ARM LINUX 嵌入式WEB的实例 ,直接MAKE,运行./mini_ws 8000(端口号) 同一网段内一台PC在浏览器中输入http://(ip 地址):8-ARM LINUX Embedded WEB instances, direct MAKE, run./Mini_ws 8000 (port number) the same network segment a single PC in a browser, type http:// (ip address): 8000
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:33.17kb
    • 提供者:周文敖
  1. qq2440

    0下载:
  2. qq2440的非操作系统测试代码,包括串口.LCD屏.ADC,USB,RTC,IIC,DMA,等操作,数目量大,在其它的网站上是找不到的,是学习ARM不可多得的好材料。建议大家在熟悉此代码的基础上可以试着改写以熟炼此内容。-qq2440 non-operating test code, including the serial port. LCD screen. ADC, USB, RTC, IIC, DMA, and other operations, the number of large,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:flangxisi
  1. S3C2410_LED_KEY_Driver_2.6_Kernel

    0下载:
  2. SAMSUNG S3C2410 ARM CORE基于2.6.28linux内核 I/O口LED驱动程序-SAMSUNG S3C2410 ARM CORE-based 2.6.28linux core I/O port LED Control Driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:44.27kb
    • 提供者:leio wei
  1. S3C2410_LED_KEY_Driver_2.4_Kernel

    0下载:
  2. SAMSUNG S3C2410 ARM CORE基于2.4.14linux内核 I/O口LED控制驱动程序-SAMSUNG S3C2410 ARM CORE-based 2.4.14linux core I/O port LED Control Driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:111.1kb
    • 提供者:leio wei
  1. serial-2410.c

    0下载:
  2. 一、实验目的 1.掌握ARM的串行口工作原理。 2.学习编程实现ARM的UART通讯。 3.掌握CPU利用串口通讯的方法。 二、实验现象 -One purpose of the experiment 1. ARM' s serial port control works. 2. Learning programming ARM' s UART communication. 3. Master CPU use serial communication method
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:41.12kb
    • 提供者:sunny
  1. GPS

    1下载:
  2. 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-26
    • 文件大小:5.19kb
    • 提供者:月买双
  1. STM32-P103

    0下载:
  2. STM32-P103 board is development board which allow exploring the complete features of the new ARM Cortex M3 STM32F103RBT6 microcontrollers produced by ST Microelectronics Inc. The board have SD/MMC card connector and allow USB Mass storage dev
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1.9mb
    • 提供者:Nguyen Van Huy
  1. STM32-H103

    0下载:
  2. STM32-H103 board is entry level development board for the new ARM Cortex M3 family of devices produced by ST Microelectronics Inc. With STM32-H103 you can explore the features of STM32 family on budged, the board have everything necessary to bu
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1.88mb
    • 提供者:Nguyen Van Huy
  1. serial_select

    0下载:
  2. 串口驱动测试程序,ARM-LINUX通用-Serial port driver test program, ARM-LINUX General
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:3.67kb
    • 提供者:袁晓斌
  1. Embedded_Programming_Code

    0下载:
  2. 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
  3. 所属分类:Embeded Linux

    • 发布日期:2018-02-23
    • 文件大小:4.32mb
    • 提供者:
  1. Exp2-ARM-serial-interrupt

    0下载:
  2. ARM串口中断实验的源码,能实现串口中断-ARM serial interrupt source experiment, to achieve the serial port interrupt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:162.08kb
    • 提供者:lili
  1. ARM-serial-port-

    0下载:
  2. ARM 监视串行口,将接收到的字符再发送给串口(计算机与开发板是通过超级终端通讯 的),即按PC 键盘通过超级终端发送数据,开发板将接收到的数据再返送给PC,在超级终端上显示。-ARM Serial Port experiment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:131.08kb
    • 提供者:颜鹏
  1. ARM-UART

    0下载:
  2. ARM监视串行口,将接收到的字符发送到字符再发送给串口,即按PC机键盘通过超级终端发送数据,开发板将接收到的数据再返还给PC,在超级终端上显示。-ARM monitors the serial port, the received characters are sent to a character and then sent to the serial port, ie the PC keyboard to send data via HyperTerminal, the board will
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-07
    • 文件大小:125.56kb
    • 提供者:cg
« 12 »
搜珍网 www.dssz.com