虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Knowledge-embedded

  • eZ430-F2013开发工具用户指南

    eZ430-F2013 是一款完整的 MSP430 开发工具,其在小巧的便携式 USB 棒状盒内提供了评估 MSP430F2013 以及完成整个项目所需的全部软硬件。eZ430-F2013 集成了 IAR Embedded Workbench 或 Code Composer Studio 集成开发环境 (IDE),通过选择设计一个独立的系统,或选择分离可移动的目标板并整合到现有设计中来提供完全仿真。USB 端口可为超低功耗 MSP430 提供所需的工作电源,因而无需使用外接电源。MSP430F2013 上的所有 14 个引脚都可在 MSP-EZ430D 目标板上进行访问,可轻松实现调试并与外设接口相连。此外,还可将其中的一个数字 I/O 引脚连接至可提供视觉反馈的 LED。MSP430F2013 拥有出色的 16 MIPS 性能,并高度集成了16 位 Δ-Σ 模数转换器、16 位定时器、看门狗定时器、掉电检测器、支持 SPI 和 I2C 的 USI 模块,以及待机电流仅 0.5微安的 5 种低功耗模式。

    标签: 2013 430 eZ 开发工具

    上传时间: 2013-10-24

    上传用户:wanglf7409

  • 基于嵌入式平台的USB摄像头图像采集及显示

    基于嵌入式Linux环境下图像采集及在嵌入式开发板上对图像显示的目的,本文研究了视频采集及显示的一般方法,并将飞凌公司OK6410开发板与嵌入式Linux操作系统相结合,通过对内核的定制、交叉编译程序及基于Qt/Embedded设计图像显示GUI,最终实现了嵌入式Linux平台下USB摄像头对图像的采集以及在开发板上的显示,并且在开发板上实现了对显示图像的简单操作。

    标签: USB 嵌入式平台 图像采集 摄像头

    上传时间: 2013-11-12

    上传用户:europa_lin

  • CodeWarrior开发工具套件简要说明

    CodeWarrior Development Tool Suites are comprehensive integrated developmentenvironments (IDE) that provide a highly visual and automated framework toaccelerate the development of the most complex embedded applications. Acrossmost stages of the development cycle, we offer tools to help configure, debug andoptimize your design built on Freescale MPUs, MCUs, DSPs and DSCs. These toolsuites provide solutions to get your design up and running fast.

    标签: CodeWarrior 开发工具套件

    上传时间: 2013-11-07

    上传用户:youlongjian0

  • QtEmbedded实例教程

    友善之臂的QtEmbedded实例教程 第一章 LINUX 图形用户界面 GUI 介绍.....................................................................................1 1.1  常用 GUI 介绍...................................................................................................................1 1.2  关于 Qt...............................................................................................................................2 1.3 Qt/Embedded  简介.............................................................................................................4 1.4 Qtopia 介绍.........................................................................................................................4 第二章 QT的安装..........................................................................................................................6 2.1 Qt X11 的安装....................................................................................................................6 2.2 Qt/Embedded 安装..............................................................................................................9 2.3 Qtopia 编译.......................................................................................................................11 第三章 QT的编程........................................................................................................................12 实验一 “Hello word! ”Qt初探............................................................................................12 实验二  创建一个窗口并添加按钮.......................................................................................17 实验三  对象间通信:Signal  和 Slot  机制........................................................................20 实验四  菜单和快捷键...........................................................................................................29 实验五  工具条和状态栏.......................................................................................................38 实验六  鼠标和键盘事件.......................................................................................................48 实验七  对话框.......................................................................................................................63 实验八 Qt 中的绘图..............................................................................................................75 实验九 Qt 中的多线程编程..................................................................................................85 实验十 Qt 中的网络编程......................................................................................................97 第四章 QT常用工具的介绍...................................................................................................... 111 4.1 Qt 设计器(Qt Designer)............................................................................................ 111 4.2 Tmake..............................................................................................................................113 4.3 Qvfb ................................................................................................................................114  

    标签: QtEmbedded 教程

    上传时间: 2013-12-21

    上传用户:laozhanshi111

  • 1-Wire总线主机

    Abstract: Communication with 1-Wire slave devices requires a 1-Wire master. There are numerous ways to build a 1-Wire master (see reference design 4206, "Choosing the Right 1-Wire Master for Embedded Applications"). Thisdocument describes the DS1WM, a synthesizable 1-Wire master that can be implemented in an application-specificintegrated circuit (ASIC) or field-programmable gate array (FPGA).

    标签: Wire 总线 主机

    上传时间: 2014-12-22

    上传用户:xanxuan

  • 嵌入式实时操作系统UCOS-Ⅱ在LPC1788上的移植及应用

    详细介绍了以LPC1788 ARM Cortex-M3微处理器为目标硬件平台,在IAR Embedded Workbench for ARM 6.3集成开发环境下μC/OS-II 实时操作系统的详细移植过程,重点阐述移植代码中堆栈初始化、任务切换、时钟中断服务程序的编写方法,并在评估板上验证了在该嵌入式实时操作系统上实现多任务操作。

    标签: UCOS 1788 LPC 嵌入式

    上传时间: 2014-01-22

    上传用户:HGH77P99

  • ARM Embedded Development_FSL Kinetis L Series

    ARM is the world’s leading semiconductor IP company with 22 Million processors entering the market each day.

    标签: Development_FSL Embedded Kinetis Series

    上传时间: 2013-11-01

    上传用户:kaixinxin196

  • 无人直升机机载飞控软件系统开发

    开发高性能可靠的飞控软件是无人直升机控制系统研制的重要核心。结合控制律软件的设计,本文提出一种基于VxWorks嵌入式操作系统和RTW环境的飞控软件开发方案,构建了机载飞控软件总体架构。采用VxWorks多任务调度机制进行任务管理满足飞行控制的实时性要求,应用有限状态机实现无人直升机的行为控制,最后搭建了基于Simulink / RTW Embedded Coder开发测试平台框架并验证了该方案的有效性和可靠性。

    标签: 无人直升机 机载 飞控 软件

    上传时间: 2014-12-30

    上传用户:wqq123456

  • 基于ARM和GPRS的远程监测终端设计

    提出了一种通用的远程监测终端的设计方法。终端具有模块化的数据采集功能,并采用ARM9处理器和Linux操作系统,用Qt/Embedded编写终端应用程序,使其具有良好的人机交互界面,并对数据进行分析处理,采用GPRS(通用无线分组业务)无线通信技术将处理过的数据发往监测中心,存入数据库。

    标签: GPRS ARM 远程监测 终端设计

    上传时间: 2013-10-19

    上传用户:yanyueshen

  • VxWorks6.x中的ML403嵌入式开发平台

    The use of the Wind River VxWorks Real-Time Operating System (RTOS) on Virtex™-4embedded PowerPC™ processors continues to be a popular choice for high performanceFPGA designs. The introduction of the Wind River Workbench design environment has enableda new and easier way for designers to control the configuration of the VxWorks kernel. Thisguide shows the steps required to build and configure a ML403 Embedded DevelopmentPlatform to boot and run the VxWorks RTOS. A VxWorks bootloader is created, programmedinto Flash, and used to boot the design. The concepts presented here can be scaled to anyPowerPC enabled development platform.

    标签: VxWorks 403 ML 嵌入式

    上传时间: 2013-10-26

    上传用户:agent