文件名称:the_Simulation_of_ucos(on_ARM)using_Proteus
介绍说明--下载内容均来自于网络,请自行研究使用
在软件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
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ArmUCOS
.......\App
.......\...\test1
.......\...\.....\config.h
.......\...\.....\config.h.bak
.......\...\.....\debug.h
.......\...\.....\harder.h
.......\...\.....\Init.s
.......\...\.....\libuart.h
.......\...\.....\LibVic.h
.......\...\.....\LPC2106.h
.......\...\.....\target.c
.......\...\.....\target.h
.......\...\.....\TEST.C
.......\...\.....\test1.mcp
.......\...\.....\test1_Data
.......\...\.....\..........\CWSettingsWindows.stg
.......\...\.....\..........\Debug
.......\...\.....\..........\DebugRel
.......\...\.....\..........\........\ObjectCode
.......\...\.....\..........\........\..........\COMMRTOS.o
.......\...\.....\..........\........\..........\debug.o
.......\...\.....\..........\........\..........\Init.o
.......\...\.....\..........\........\..........\Os_int_a.o
.......\...\.....\..........\........\..........\Os_int_a1.o
.......\...\.....\..........\........\..........\target.o
.......\...\.....\..........\........\..........\TEST.o
.......\...\.....\..........\........\..........\Vectors.o
.......\...\.....\..........\........\TargetDataWindows.tdt
.......\...\.....\..........\........\test1.axf
.......\...\.....\..........\........\test1.hex
.......\...\.....\..........\Release
.......\...\.....\Vectors.s
.......\Last Loaded LPCLight.DBK
.......\lib
.......\...\ComRtos
.......\...\.......\Comm.mcp
.......\...\.......\COMMRTOS.C
.......\...\.......\COMMRTOS.C.bak
.......\...\.......\COMMRTOS.H
.......\...\.......\COMMRTOS.H.bak
.......\...\.......\Comm_Data
.......\...\.......\.........\CWSettingsWindows.stg
.......\...\.......\.........\Debug
.......\...\.......\.........\DebugRel
.......\...\.......\.........\........\Comm.a
.......\...\.......\.........\........\ObjectCode
.......\...\.......\.........\........\..........\COMMRTOS.o
.......\...\.......\.........\........\..........\Os_int_a.o
.......\...\.......\.........\........\..........\uart.o
.......\...\.......\.........\........\TargetDataWindows.tdt
.......\...\.......\.........\Release
.......\...\.......\config.h
.......\...\.......\harder.h
.......\...\.......\harder.h.bak
.......\...\.......\Includes.h
.......\...\.......\libuart.h
.......\...\.......\libuart.h.bak
.......\...\.......\LibVic.h
.......\...\.......\LPC2106.h
.......\...\.......\Os_int_a.s
.......\...\.......\uart.c
.......\...\.......\uart.c.bak
.......\...\.......\uart.h
.......\...\Harder
.......\...\......\config.h
.......\...\......\display.c
.......\...\......\display.h
.......\...\......\harder.h
.......\...\......\Harder.mcp
.......\...\......\Harder_Data
.......\...\......\...........\CWSettingsWindows.stg
.......\...\......\...........\Debug
.......\...\......\...........\DebugRel
.......\...\......\...........\........\Harder.a
.......\...\......\...........\........\ObjectCode
.......\...\......\...........\........\..........\display.o
.......\...\......\...........\........\..........\Init.o
.......\...\......\...........\........\..........\led.o
.......\...\......\...........\........\..........\pin.o
.......\...\......\...........\........\..........\target.o
.......\...\......\...........\........\..........\Vectors.o
.......\...\......\...........\........\TargetDataWindows.tdt
.......\...\......\...........\Release
.......\...\......\Init.s
.......\...\......\led.c
.......\...\......\LPC2106.h
.......\...\......\pin.c
.......\...\......\Pin.h
.......\...\......\target.c
.......\...\......\Vectors.s
.......\...\Timer
.......\...\.....\Libtimer.h
.......\...\.....\Libtimer.h.bak
.......\...\.....\LibVic.h
.......\...\.....\LibVic.h.bak
.......\...\.....\timer.c
.......\...\.....\timer.c.bak
.......\...\.....\timer.h
.......\...\.....\timer.h.bak
.......\App
.......\...\test1
.......\...\.....\config.h
.......\...\.....\config.h.bak
.......\...\.....\debug.h
.......\...\.....\harder.h
.......\...\.....\Init.s
.......\...\.....\libuart.h
.......\...\.....\LibVic.h
.......\...\.....\LPC2106.h
.......\...\.....\target.c
.......\...\.....\target.h
.......\...\.....\TEST.C
.......\...\.....\test1.mcp
.......\...\.....\test1_Data
.......\...\.....\..........\CWSettingsWindows.stg
.......\...\.....\..........\Debug
.......\...\.....\..........\DebugRel
.......\...\.....\..........\........\ObjectCode
.......\...\.....\..........\........\..........\COMMRTOS.o
.......\...\.....\..........\........\..........\debug.o
.......\...\.....\..........\........\..........\Init.o
.......\...\.....\..........\........\..........\Os_int_a.o
.......\...\.....\..........\........\..........\Os_int_a1.o
.......\...\.....\..........\........\..........\target.o
.......\...\.....\..........\........\..........\TEST.o
.......\...\.....\..........\........\..........\Vectors.o
.......\...\.....\..........\........\TargetDataWindows.tdt
.......\...\.....\..........\........\test1.axf
.......\...\.....\..........\........\test1.hex
.......\...\.....\..........\Release
.......\...\.....\Vectors.s
.......\Last Loaded LPCLight.DBK
.......\lib
.......\...\ComRtos
.......\...\.......\Comm.mcp
.......\...\.......\COMMRTOS.C
.......\...\.......\COMMRTOS.C.bak
.......\...\.......\COMMRTOS.H
.......\...\.......\COMMRTOS.H.bak
.......\...\.......\Comm_Data
.......\...\.......\.........\CWSettingsWindows.stg
.......\...\.......\.........\Debug
.......\...\.......\.........\DebugRel
.......\...\.......\.........\........\Comm.a
.......\...\.......\.........\........\ObjectCode
.......\...\.......\.........\........\..........\COMMRTOS.o
.......\...\.......\.........\........\..........\Os_int_a.o
.......\...\.......\.........\........\..........\uart.o
.......\...\.......\.........\........\TargetDataWindows.tdt
.......\...\.......\.........\Release
.......\...\.......\config.h
.......\...\.......\harder.h
.......\...\.......\harder.h.bak
.......\...\.......\Includes.h
.......\...\.......\libuart.h
.......\...\.......\libuart.h.bak
.......\...\.......\LibVic.h
.......\...\.......\LPC2106.h
.......\...\.......\Os_int_a.s
.......\...\.......\uart.c
.......\...\.......\uart.c.bak
.......\...\.......\uart.h
.......\...\Harder
.......\...\......\config.h
.......\...\......\display.c
.......\...\......\display.h
.......\...\......\harder.h
.......\...\......\Harder.mcp
.......\...\......\Harder_Data
.......\...\......\...........\CWSettingsWindows.stg
.......\...\......\...........\Debug
.......\...\......\...........\DebugRel
.......\...\......\...........\........\Harder.a
.......\...\......\...........\........\ObjectCode
.......\...\......\...........\........\..........\display.o
.......\...\......\...........\........\..........\Init.o
.......\...\......\...........\........\..........\led.o
.......\...\......\...........\........\..........\pin.o
.......\...\......\...........\........\..........\target.o
.......\...\......\...........\........\..........\Vectors.o
.......\...\......\...........\........\TargetDataWindows.tdt
.......\...\......\...........\Release
.......\...\......\Init.s
.......\...\......\led.c
.......\...\......\LPC2106.h
.......\...\......\pin.c
.......\...\......\Pin.h
.......\...\......\target.c
.......\...\......\Vectors.s
.......\...\Timer
.......\...\.....\Libtimer.h
.......\...\.....\Libtimer.h.bak
.......\...\.....\LibVic.h
.......\...\.....\LibVic.h.bak
.......\...\.....\timer.c
.......\...\.....\timer.c.bak
.......\...\.....\timer.h
.......\...\.....\timer.h.bak