Welcome![Sign In][Sign Up]
Location:
Search - OS_CPU_A.C

Search list

[Other resourceuCOS51软件包 (包含源码、硬件原理图PCB图)

Description: 此源代码为UC/OS-II移植到51单片机的源代码.包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.S三个主要文件-this source code for the UC / OS-II transplants to 51 SCM source code. Including OS_CPU.H, OS_CPU_C.C, OS_CPU_A.S three key documents
Platform: | Size: 639426 | Author: 龙武 | Hits:

[Other resourceARM-run-in-uCOS-II

Description: uCOS在ARM(LPC2220)上的移植代码 共四个文件:IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s-for uCOS on ARM (LPC2220), a total of four transplant code documents : IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s
Platform: | Size: 8948 | Author: 杨芸健 | Hits:

[Other resourceS1C33

Description: ucosii 移植到s1c33平台的3个关键文件 其中os_cpu_a.s 是 os_cpu_a.c 汇编优化 用一个就可以了-ucosii s1c33 platform transplanted to the three key documents which are os_cpu_a.s os_cpu_a.c optimization with a compilation, on the
Platform: | Size: 6951 | Author: zyl | Hits:

[Other resourceRTOSICCAVR

Description: UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested. -UCOS / II for ICCAVR - The version of UCOS / II is 2.04-the original port was done by Ole Saethe r for the IAR compiler. Jens E. Holtegaard porte d one version using ICCAVR. Joerg Meyer did anot her port (using Jens port as a start). This is bas ically Joerg's port plus a little bit of changes a nd documentation by me. - YOU MUST DOWNLOAD THE M AIN PART OF THE UCOS / FROM THE UCOS II / II WEBSITE http : / / www.ucos - ii.com. The supplied project file assumes the portable source is in the .. \\ source directory. - Joerg couple has written document showing the stack frames etc.. but it is in German :-) They are included in this directory. - The Ti mer2 overflow interrupt is used for Timer tick. If you want to change that. modify os_cpu_c.c and os_cpu_a.s - I have teste d this using ATMeg
Platform: | Size: 200913 | Author: zhjol | Hits:

[Other resourceUCOSII-VC

Description: 《嵌入式实时操作系统uC/OS-II》这本书已经安排了大量篇幅来专门讲解uC/OS-II的移植:第13章移植uC/OS-II,第14章uC/OS-II在80x86上的移植,第15章uC/OS-II在带有硬件浮点运算单元的80x86上的移植。所以本文只是重点讲解移植到VC下和其他处理器上的不同地方,更详细的介绍读者可以参考《嵌入式实时操作系统uC/OS-II》这本书。和所有其他的移植一样,本文所做的移植也只需要修改uC/OS-II处理器相关代码,一共包括3个文件:OS_CPU.H,OS_CPU_A.ASM,OS_CPU_C.C。
Platform: | Size: 12737 | Author: 金阳 | Hits:

[OS Developthe_Simulation_of_ucos(on_ARM)using_Proteus

Description: 在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译.
Platform: | Size: 482696 | Author: 黄灿武 | Hits:

[Other resource本移植也是从网上Download的

Description: 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译 3。若有疑问电zh_lyp@163.com-1. The transplant is the Download from the Internet, do a little a bit collated. In addition OS_CPU.h transplantation, OS_CPU_A.s, OS_CPU_C.C three functions outside interruption devoted to a function OS_int_A . s by the rules can be written two interrupt function. Application examples \\ ArmUCOS \\ App \\ test1 \\ test.mcp Zhou, the meritorious 2,104 wrench on the ram which can be run directly (code + datalt; 16K), the use of attention. A library file (I used to use such a) 3. All the files on D : \\ ArmUCOS \\, so the above documents can be directly translated 3. If in doubt -- zh_lyp@163.com
Platform: | Size: 439643 | Author: 套件 | Hits:

[uCOS本移植也是从网上Download的

Description: 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译 3。若有疑问电zh_lyp@163.com-1. The transplant is the Download from the Internet, do a little a bit collated. In addition OS_CPU.h transplantation, OS_CPU_A.s, OS_CPU_C.C three functions outside interruption devoted to a function OS_int_A . s by the rules can be written two interrupt function. Application examples \ ArmUCOS \ App \ test1 \ test.mcp Zhou, the meritorious 2,104 wrench on the ram which can be run directly (code+ datalt; 16K), the use of attention. A library file (I used to use such a) 3. All the files on D : \ ArmUCOS \, so the above documents can be directly translated 3. If in doubt-- zh_lyp@163.com
Platform: | Size: 471040 | Author: 套件 | Hits:

[SCMuCOS51软件包 (包含源码、硬件原理图PCB图)

Description: 此源代码为UC/OS-II移植到51单片机的源代码.包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.S三个主要文件-this source code for the UC/OS-II transplants to 51 SCM source code. Including OS_CPU.H, OS_CPU_C.C, OS_CPU_A.S three key documents
Platform: | Size: 638976 | Author: 龙武 | Hits:

[ARM-PowerPC-ColdFire-MIPSARM-run-in-uCOS-II

Description: uCOS在ARM(LPC2220)上的移植代码 共四个文件:IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s-for uCOS on ARM (LPC2220), a total of four transplant code documents : IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s
Platform: | Size: 8192 | Author: 杨芸健 | Hits:

[uCOSS1C33

Description: ucosii 移植到s1c33平台的3个关键文件 其中os_cpu_a.s 是 os_cpu_a.c 汇编优化 用一个就可以了-ucosii s1c33 platform transplanted to the three key documents which are os_cpu_a.s os_cpu_a.c optimization with a compilation, on the
Platform: | Size: 7168 | Author: zyl | Hits:

[uCOSRTOSICCAVR

Description: UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested. -UCOS/II for ICCAVR- The version of UCOS/II is 2.04-the original port was done by Ole Saethe r for the IAR compiler. Jens E. Holtegaard porte d one version using ICCAVR. Joerg Meyer did anot her port (using Jens port as a start). This is bas ically Joerg's port plus a little bit of changes a nd documentation by me.- YOU MUST DOWNLOAD THE M AIN PART OF THE UCOS/FROM THE UCOS II/II WEBSITE http :// www.ucos- ii.com. The supplied project file assumes the portable source is in the .. \ source directory.- Joerg couple has written document showing the stack frames etc.. but it is in German :-) They are included in this directory.- The Ti mer2 overflow interrupt is used for Timer tick. If you want to change that. modify os_cpu_c.c and os_cpu_a.s- I have teste d this using ATMeg
Platform: | Size: 200704 | Author: zhjol | Hits:

[Software EngineeringUCOSII-VC

Description: 《嵌入式实时操作系统uC/OS-II》这本书已经安排了大量篇幅来专门讲解uC/OS-II的移植:第13章移植uC/OS-II,第14章uC/OS-II在80x86上的移植,第15章uC/OS-II在带有硬件浮点运算单元的80x86上的移植。所以本文只是重点讲解移植到VC下和其他处理器上的不同地方,更详细的介绍读者可以参考《嵌入式实时操作系统uC/OS-II》这本书。和所有其他的移植一样,本文所做的移植也只需要修改uC/OS-II处理器相关代码,一共包括3个文件:OS_CPU.H,OS_CPU_A.ASM,OS_CPU_C.C。
Platform: | Size: 12288 | Author: 金阳 | Hits:

[OS Developthe_Simulation_of_ucos(on_ARM)using_Proteus

Description: 在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译.-Proteus in the software simulation ucos (ARM) 1. Transplant except OS_CPU.h, OS_CPU_A.s, OS_CPU_C.C three functions, and the disruption of a function devotes a OS_int_A.s write the rules by which you can interrupt function. 2 . Application for ArmUCOSApp est1 est.mcp, Ligong Week 2104 in the board of the ram can be run directly (code data
Platform: | Size: 514048 | Author: 黄灿武 | Hits:

[uCOSIx86L

Description: 这个事ucos在Intel 80x86系列处理器上的移植代码部分,包括os_cpu.c os_cpu.h os_cpu_a.s-Ucos this matter in the Intel 80x86 family of processors code of transplantation, including os_cpu.c os_cpu.h os_cpu_a.s
Platform: | Size: 14336 | Author: 李伟 | Hits:

[Embeded-SCM DevelopuCOS-II

Description: uCOS-II嵌入式操作系统介绍与移植以及OS_CPU.H、 OS_CPU.c、 、OS_CPU_A.S的移植 -uCOS-II embedded operating system introduction and migration, as well as OS_CPU.H, OS_CPU.c,, OS_CPU_A.S transplant
Platform: | Size: 21504 | Author: liping | Hits:

[ARM-PowerPC-ColdFire-MIPSourdev_7

Description: 优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Reasons relating to the allocation of local variables, stack processing in different ways, that is, OS_CPU_A.c that the transplanted parts of the file. There are other optimization related to the interruption of the number of registers saved automatically have access to.
Platform: | Size: 22528 | Author: 迷茫 | Hits:

[uCOSuCOS-II_LPC2000

Description: ucos移植到LPC2100系列的代码,包括标准版ARM移植代码和高效版ARM移植代码。文件有:OS_CPU.H Os_cpu_a.s Os_cpu_c.c IRQ.inc-ucos transplanted to LPC2100 series of code, including Standard Edition, version of ARM porting code and efficient portable code for ARM. Documents: OS_CPU.H Os_cpu_a.s Os_cpu_c.c IRQ.inc
Platform: | Size: 48128 | Author: 梁斌 | Hits:

[OS DevelopOs_cpu_a

Description: UCOSII在XC164芯片上的移植程序中所要修改的其中一个文件。-In the XC164 chip UCOSII transplant program in which you want to modify a file.
Platform: | Size: 4096 | Author: tianyouguo | Hits:

[uCOSuCOS-II

Description: uCOS-II的一些C语言编程实例,主要是针对嵌入式开发的,希望对你有所启发。-uCOS-II some of the C language programming examples, mainly for embedded development, and hope to inspire you.
Platform: | Size: 2965504 | Author: chris | Hits:
« 12 »

CodeBus www.codebus.net