搜索资源列表
UCOS
- 基于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
Stm32_ucos_2-3
- 在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
Stm32_ucos_2-1
- 在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
ucos_ltck
- 立体停车场演示系统设计任务: 1)双层自动停车场配置如图1示,上下层共可停9部车; 2)本停车场设计的规则为5、6、7、8、9车位只能上下移动,不能左右移动,1、2、3、4车位只能左右移动,不能上下移动; 3)下排车位只需直接将车子开出即可; 4)停车场入口处有称重台,若车载负荷过大,将提示重量过大,拒绝存放; 4)如需要呼叫上排车子,只要按下5至9的按钮,再按下[取车]按钮,则所按车位将降至下层,而下排车位将左右移动,让出位置让上层车位降下。 -Parking l
Exp2
- 熟悉基于 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
ucosii3lwip
- 这个为我话了三个月的时间移植的lwip代码,为本人的吐血之作,操作系统是ucos2.52,核心芯片为lpc2290,制作了dm9000e的驱动程序,并且调试成功,本人参考了焦大侠的论文,为呕心沥血之作。请版主多给加分呀-I say this for three months time transplant lwIP code, for my blood s for, the operating system is ucos2.52, the core chip for lpc2290, prod
Time_Driver
- 时间驱动模块。设置时间日期与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.
ucos2.88_SVC_STM32
- 看到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
2410-SLib
- 包含在ucos系统里要用到的mp3播放库,只需要在写ucos程序时添加即可调用-Included in the ucos system in use to the mp3 player library, simply add the write ucos program can call
UC_OS
- LPC2103 UC_OS的实验例子,主要包括UC_OS操作系统,以及简单的例子,UC_OS多任务调用例子,内存调用例子-The LPC2103 UC_OS experimental examples, including the For UC_OS operating system, and a simple example, UC_OS multiple tasks call example, the memory call example
ucosii-12XS128
- UCOSII系统,飞思卡尔单片机XS128的移植,已经测试好用。很有参考价值,可以直接写自己的任务函数调用就行了。-UCOSII system, fly think of Carle MCU XS128 transplantation, have tested by. A good reference value, can be directly writing task function call their own on the line.
experiment53-UCOSII-task-call
- 基于stm32的ucos体统学习 本次学习是任务回调的内容 希望对同学们有点帮助-STM32 UCOS system learning the learning task is the content of the callback want a little help for the students based on
