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

搜索资源列表

  1. UCOSAPI

    0下载:
  2. ucosii API 调用说明,内容极为丰富,包括所有调用-ucosii API call that is much richer in content, including all Call
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:73429
    • 提供者:刘乃文
  1. UCOS

    0下载:
  2. 基于ucos环境下的文件系统,实现多个功能 uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpe
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:1601008
    • 提供者:詹磊
  1. Stm32_ucos_2-3

    0下载:
  2. 在IAR环境中编写程序实现以下功能: 1、设计一个应用程序Mytask; 2、在任务中调用OSTimeGet()获得系统时钟节拍数OSTime,并将其显示在第一组数码管上; 3、当任务运行10s时,调用OSTimeSet()将OSTime设置为10,并显示在第二组数码管上。-Write a program in the IAR environment to achieve the following functions: 1, designing an application Myt
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:337596
    • 提供者:林燕
  1. Stm32_ucos_2-1

    0下载:
  2. 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:339623
    • 提供者:林燕
  1. MSP430F54xx_UCOSII

    0下载:
  2. 适用MCU: TI MSP430 5XX 适用ucos-ii版本:2.86 编译环境:IAR4.11B 主要的工作: 在MICRIUM网站上430移植代码的基础上进行了修改:5XX系列PC寄存器为20位,堆栈的宽度仍为16位,因此在对PC和SR的压栈处理上做了修改;另外在汇编程序里调用HOOK函数的CALL XXX 改成 CALLA XXX -Applicable MCU: TI MSP430 5XX applicable ucos-ii version: 2.86 bui
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:123002
    • 提供者:王动
  1. OS_DigialLed_OK

    0下载:
  2. 这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:85245
    • 提供者:赵文选
  1. OS_KEY_OK_(no_signal)

    0下载:
  2. 这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
  3. 所属分类:uCOS

    • 发布日期:2017-04-24
    • 文件大小:83064
    • 提供者:赵文选
  1. OS_KEY_OK_(signal)

    0下载:
  2. 这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:86732
    • 提供者:赵文选
  1. OSFlash_light_OK

    0下载:
  2. 这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
  3. 所属分类:uCOS

    • 发布日期:2017-04-25
    • 文件大小:77306
    • 提供者:赵文选
  1. Exp2

    0下载:
  2. 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码 辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本-Familiar with the uCOS-II expansion based on the embedded operating system and applications start-up struc
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:140545
    • 提供者:
  1. ucos-iiMEM

    0下载:
  2. 该程序是本人在ucos_ii基础上调用基本函数了解内存分区变化, 显示分区头指针,已使用内存块个数,总数,未使用个数 在BC45下编译通过,该程序仅供学习使用。 -The program is based on my call ucos_ii basic understanding of memory function zoning change, the first indicators show the district has used the number of memory
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:236724
    • 提供者:周峤
  1. UCOS-Q

    0下载:
  2. 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3100365
    • 提供者:李小芸
  1. I2CINT

    0下载:
  2. LPC2378 I2C驱动程式,调用E2PROM测试可用-LPC2378 I2C driver, call E2PROM testing available
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:2533
    • 提供者:尹恒
  1. Time_Driver

    0下载:
  2. 时间驱动模块。设置时间日期与RTC计数值相互转化,通过I2C读取写入,可在ucGUI应用层调用显示系统时钟。-Time-driven module. Set the date and time of RTC counts into each other, through the I2C read the writing, you can call the application layer ucGUI display system clock.
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:1909
    • 提供者:ka
  1. ucosii_API

    0下载:
  2. ucosii API 调用说明 ucosii API 调用说明-ucosii API call descr iption ucosii API call descr iption ucosii API call descr iption
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:74676
    • 提供者:彭勇
  1. uC_OS-II_S3C44B0X

    0下载:
  2. 支持嵌套中断的uC/OS-II FOR 44B0 的移植代码。支持嵌套中断,也可以在中断中调用像OSMboxPost、OSSemPost这些系统函数。经过了多个实验的测试,运行得很稳定。这个代码也很容易移植到其他的ARM7片子上去。欢迎使用和提出意见。-Support for nested interrupts uC/OS-II FOR 44B0 migration of the code. Support for nested interrupts, you can also interrup
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:344967
    • 提供者:好心
  1. avr32_UCOS-II

    0下载:
  2. 这是我根据官网上的资料,把UCOS-II移植到AT32UC3B0256开发板上,经过验证,能成功运行,您直接调用就可以了,开发工具GCC+AVR32 Studio-This is my official web based information, to migrate to AT32UC3B0256 UCOS-II development board, a proven, successful run, you can call directly, and development tools,
  3. 所属分类:uCOS

    • 发布日期:2017-05-01
    • 文件大小:733137
    • 提供者:朱骏丰
  1. ucos2.88_SVC_STM32

    0下载:
  2. 看到USOS官方和网上很多基于Cortex-M3内核的移植,任务都运行于特权级,并没有充分发挥Cortex-M3用户级和特权级的保护功能,本文件的移植用户级和特权级是分开的,用户任务程序完全运行在用户级,用户级下需要操作中断等特殊要求,都在SVC系统调用函数中实,也可以方便的添加自己的SVC系统调用。-Many official and on-line to see USOS Cortex-M3 core-based migration, the task runs in the privile
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:7983
    • 提供者:杨旭伟
  1. 2410-SLib

    0下载:
  2. 包含在ucos系统里要用到的mp3播放库,只需要在写ucos程序时添加即可调用-Included in the ucos system in use to the mp3 player library, simply add the write ucos program can call
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:163110
    • 提供者:shizhaoqi
  1. ucos

    0下载:
  2. 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。 - Call port specific initialization code */ #endif OS_InitMisc()
  3. 所属分类:uCOS

    • 发布日期:2017-05-26
    • 文件大小:9718421
    • 提供者:丁俊友
« 12 »
搜珍网 www.dssz.com