Description: ucos移植心得,非常好,写得很有用途,使用ucos的朋友应该要好好的看看,会学到很多东西的。-CENTER transplant experience, very good, very written purposes, the use CENTER friends should look at the good will learn a lot of things. Platform: |
Size: 146432 |
Author:麦伟强 |
Hits:
Description: ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.
-ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. μ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU. Platform: |
Size: 2997248 |
Author:nimo |
Hits:
Description: UCOSII 在STM32的移植,STM3210B-EVAL平台,支持IAR和Keil
-The source code for C/OS-II is provided in source form along with IAR EW and Keil*Vision3
(RV-MDK) project files that allows you to run C/OS-II on the IAR STM32-SK and ST STM3210BEVAL
evaluation boards. To install the software, simply run the self-extracting executable. Platform: |
Size: 2596864 |
Author:fengwentong |
Hits:
Description: ucos2+ucgui使用IAR编译调试并下载到STM32中运行,并成功在通过LCD显示-ucos2+ ucgui using IAR compiler and downloaded to the STM32 debug run, and successfully through the LCD display Platform: |
Size: 16075776 |
Author:智勇 |
Hits:
Description: ucos-II在STM32上的移植源码,想学习嵌入式实时操作系统的可以-ucos-II in the transplant STM32 source, I would like to learn from real-time embedded operating system can look at Platform: |
Size: 2910208 |
Author:wlg |
Hits:
Description: Designed with Micrium s renowned quality, scalability and reliability, the purpose of μC/LIB is to provide a clean,
organized ANSI C implementation of the most common standard library functions, macros, and constants. Platform: |
Size: 211968 |
Author:Sergey |
Hits:
Description: uCosII2.86在STM32F10BLK1开发板上的移植例程,已完成Flash、LCD、SD、ADC驱动部分的开发,内含完整的BSP-uCosII2.86 board in the development of transplant STM32F10BLK1 routines have been completed Flash, LCD, SD, ADC-driven part of the development, the BSP includes a complete Platform: |
Size: 1904640 |
Author:Paul |
Hits:
Description: micrium官网的GUI源代码,希望可以互相学习,是非常好的嵌入式人机界面开发软件包。-micrium official website of the GUI source code, hoping to learn from each other is a very good embedded human-machine interface development package. Platform: |
Size: 1926144 |
Author:礼宾 |
Hits:
Description: 这是一个uCOS-II移植到STM32F系类芯片上的源代码,包括EK-STM32F,STM32-SK,STM3210B-EVAL,STM3210E-EVAL等开发板的实例,LCD和LED都有,测试过,可用。 -This is a transplant to STM32F uCOS-II class system on a chip, the source code, including EK-STM32F, STM32-SK, STM3210B-EVAL, STM3210E-EVAL and other examples of the development board, LCD and LED are, tested and available. Platform: |
Size: 3808256 |
Author:caoshichao |
Hits:
Description: stm32开发 ucgui+ucosii 的最基础摸板 可以进行学习和开发-stm32 development ucgui+ ucosii the most basic formwork can learn and develop Platform: |
Size: 7769088 |
Author:杨照 |
Hits:
Description: 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本)
本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。
本工程共6个任务:
任务名 优先级 功能
AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED
AppTaskKbd() "Keyboard" 4 读取按键和Joystick的状态,并传递给任务AppTaskUserIF()
AppTaskUserIF()"User I/F" 5 更新LCD
"uC/OS-II Tmr" 29 管理定时器
"uC/OS-II Stat" 30 堆栈使用率统计
"uC/OS-II Idle" 31 空闲任务(当没有其他任务执行时,执行该任务)
按下KEY1来切换TFT显示界面(一屏显示所有任务名称和优先级,一屏显示内核和任务调用情况)
-Development environment: EWARM mcu: STM32 UCOS-II portable (IAR4.42 version) of the project code stored in FLASH (0x08000000 ~ 0x0801ffff, a total of 128KB), stack and data on the RAM (0x20000000 ~ 0x20004fff, a total of 20KB). This project a total of six tasks: task priority function AppTaskStart () the Start the Task 3 initialize uC/TCP-IP, trigger LED AppTaskKbd () " Keyboard" 4 reads the state of buttons and Joystick, and passed to the task AppTaskUserIF () AppTaskUserIF () " User I/F" 5 update the LCD " uC/OS-II Tmr" 29 Management timer of uC/OS-II, Stat, 30 stack usage statistics of uC/OS-II, the Idle 31 Idle task name and priority tasks (when no other task execution, the execution of the task) Press KEY1 to switch the TFT display screen (a screen, a screen display kernel and task calls) Platform: |
Size: 1665024 |
Author:刘润jiang |
Hits: