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

搜索资源列表

  1. AMD NIC vxworks_end

    0下载:
  2. VxWorks在VMWare下的网卡驱动。 VMWare为运行于其上的操作系统提供虚拟网卡支持,该网卡类型即为AMD的PC-NET。实际上,在Tornado开发包中已经包含了该类型网卡的驱动程序,但经过测试,对于VMWare无法正常工作,所以需要这个从AMD的网站下载的驱动程序。 这是一个可执行的安装程序,运行该程序将得到一个压缩包和一个帮助文件,按照该帮助的要求,将压缩包直接释放到Tornado目录下即可。-VxWorks VMWare in the NIC driver. VMWare to
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:115.86kb
    • 提供者:杨天
  1. vxworks_rt_kernel2

    0下载:
  2. 这个是介绍vxworks kernel概念的一本书,从进程的概念到搭建开发环境做了详细的介绍.对于初学者是本不错的入门书籍-introduced VxWorks is the kernel of a concept, the process from concept to the development environment built a detailed briefing. For beginners this is a good entry books
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:228.27kb
    • 提供者:祝光耀
  1. ucos-on-vc[ucos_vc0.11]

    0下载:
  2. 非常实用的参考资料,大家可以学习学习,欢迎交流-very useful reference materials, we can learn from and exchange welcome
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:97.12kb
    • 提供者:王伟
  1. duorenvxwork

    0下载:
  2. 非常实用的参考资料,大家可以学习学习,欢迎交流-very useful reference materials, we can learn from and exchange welcome
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:17.65kb
    • 提供者:王伟
  1. u-bootfor44box

    0下载:
  2. 非常实用的参考资料,大家可以学习学习,欢迎交流-very useful reference materials, we can learn from and exchange welcome
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:47.4kb
    • 提供者:王伟
  1. VxworksTrainingDocument

    0下载:
  2. 本文档对实时操作系统作了简要介绍,并针对VxWorks系统的特点进行了具体的说明和分析,从VxWorks系统的任务管理、通信机制、系统配置、系统接口几个方面展开。-the right real-time operating system files were briefed, against VxWorks system and the characteristics of the specific descr iption and analysis, VxWorks system from t
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:337.91kb
    • 提供者:曾志明
  1. deadlineWdDemo

    0下载:
  2. This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent by
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:于凤新
  1. Exception_recovery_using_Signal

    0下载:
  2. tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the sum
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:3.85kb
    • 提供者:于凤新
  1. VxworksSystemFaultScan

    0下载:
  2. vxworks的系统故障诊断项目,其中包含一个故障诊断内核,xpl故障模型文件解析器,对于做故障诊断开发的朋友应该是不可多得的珍贵材料,具有很高的参考价值。本源代码来源于科研项目,请勿用于商业目的。-vxworks fault diagnosis system, which contains a kernel fault diagnosis, xpl fault model document parser, so the development of fault diagnosis is a r
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:85.15kb
    • 提供者:stone
  1. surfConfPciDevice

    0下载:
  2. 显存地址映射。只要知道该类PCI设备的Vendor号,Device号和索引号myIndex,就可以查找到该类PCI设备的MEMORY地址和IO地址,以及中断级。并将第一个MEMORY地址给出它的从物理地址到虚拟地址的映射。-memory address mapping. If that such equipment Vendor PCI, Device and No. myIndex Index, it can find to such equipment PCI Memory addresse
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:丁一
  1. ARM_Boot_example.rar

    0下载:
  2. 程序主要作用是通过串口下载VxWorks到ARM Flash ROM,主要过程是初始化ARM硬件,初始化串口UART1,从串口接收VxWorks image到DRAM,初始化Flash ROM.最后将DRAM中的VxWorks写入Flash ROM. ARM 串口与PC机串口连接,由PC机下载(download)VxWorks 到主板Flash ROM. 该程序对学习和理解ARM编程很有帮助.为了便于理解,这里我全部采用实际地址,不用宏定义. 程序语言为 ARM 汇编,具体过程参考ARM编
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:5.88kb
    • 提供者:王斌
  1. Booting-from-On-Chip-ROM

    0下载:
  2. 飞思卡尔官方文章教你怎样从SD卡和SPI flash启动的教程,很难得的文章相当详细。-Freescale official article teach you how to SPI flash from SD card and start the tutorial, very difficult to get the article, the official article in considerable detail.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-22
    • 文件大小:483.65kb
    • 提供者:ye
  1. vmware_vxWorks_boot_from_disk_

    0下载:
  2. 本人做的从虚拟机的硬盘直接启动vxworks,直接用vmware打开,启动时先用手动启动,回车用p命令查看参数,然后修改主机参数。后面就不用再说了...,I make a virtual machine from the hard disk boot directly vxworks, the direct use of vmware open, start by using the manual start, enter the command Show with p parameters,
  3. 所属分类:VxWorks

    • 发布日期:2017-03-21
    • 文件大小:286.45kb
    • 提供者:谈某
  1. ARMandVxWorks001

    0下载:
  2. ARM&VxWorks,讲述了ARM(S3C2440平台)下VxWorks,从启动到系统应用编程-ARM & VxWorks, about ARM (S3C2440 platform) under VxWorks, from the start to the system application programming
  3. 所属分类:VxWorks

    • 发布日期:2017-05-16
    • 文件大小:4.3mb
    • 提供者:王易
  1. vxWork-Boot-from-NandFlash

    1下载:
  2. 有很多朋友在摸索怎样从单片NandFlash来启动Vxworks;现把我自己做的从NandFlash来存储和启动VxWorks方案分享给大家: 平台: 基于尤龙FS2410;S3c2410+64M DRAM+NandFlash+CS8900A,但是NorFlash没有用; BSP VxWorks5.5 2410 Bootloader -Have many friends in exploring how to start from a single NandFlash V
  3. 所属分类:VxWorks

    • 发布日期:2017-04-09
    • 文件大小:2.82mb
    • 提供者:田野
  1. 9927420mpc8541bsp

    0下载:
  2. 飞尔卡思的powerppc 的bsp 代码 主要用处是作为vxworks 5.5的参考代码-8541bsp codes for powerpc cpu from freescale.it is used for vxworks dev
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:268.4kb
    • 提供者:
  1. auto_create_task

    0下载:
  2. tornado2.0 for PPC 自启动,在VxSim下运行,通过!-tornado2.0 for PPC from the start, in VxSim run through!
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:林剑
  1. Vxworks_demo

    0下载:
  2. windriver 官方demo,对初学者有很大的帮助!-WinDriver official demo, to be very helpful for beginners!
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:654.68kb
    • 提供者:
  1. C_or_C++(original)

    0下载:
  2. 3个vxworks 程序,用来学期消息队列,中断,看门狗 1个动态内存调度的Tomasulo算法MFC实现 1个从文本文件中读取字符的程序-3 VxWorks procedures used to semester message queue, interruption, a dynamic memory watchdog scheduling Tomasulo Algorithm MFC to achieve a text file from the procedure to read
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:19.24kb
    • 提供者:张珂
  1. load-vxworks-system-from-hard-disk

    0下载:
  2. 如何制作vxworks硬盘启动镜像,并从硬盘启动vxworks-How to make a vxworks image boot disk and boot from the hard disk vxworks
  3. 所属分类:VxWorks

    • 发布日期:2017-03-22
    • 文件大小:921.59kb
    • 提供者:qianyu
« 12 3 »
搜珍网 www.dssz.com