登录
首页 » uCOS » 运行在lpc2132的uc/os操作系统,现调试已经通过

运行在lpc2132的uc/os操作系统,现调试已经通过

于 2022-09-29 发布 文件大小:329.44 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

运行在lpc2132的uc/os操作系统,现调试已经通过-run in the uc/os operating system, now has been passed Debugging

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 古老的
    old-ucos-v1.11.zip ucos1.1版本,看看老版本的代码和现在自己用的代码,通过了解历史可能在改进ucos功能和健壮性上有启发。-old-ucos-v1.11.zipucos1.1 version, look at the old version of the code and now using their own code, through an understanding of history may improve the functionality and robustness on uCOS instructive.
    2022-11-13 15:55:02下载
    积分:1
  • msp430F149的ucosII,iar,已调试可用。无错。
    msp430F149的ucosII,iar,已调试可用。无错。-MSP430F149 s ucosII, iar, have debugging available. No mistake.
    2023-06-28 07:50:03下载
    积分:1
  • 在ARM上加载ucosii实现LED的显示并进行仿真验证 。
    在ARM上加载ucosii实现LED的显示并进行仿真验证 。-ARM load in ucosii realize LED display and simulation.
    2022-03-19 07:44:28下载
    积分:1
  • uCOS
    uCOS-II向三星S3C44B0x处理器的移植源代码.
    2022-09-16 01:50:02下载
    积分:1
  • UCOS/II for ICCAVR
    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 ICCA
    2022-08-10 17:01:31下载
    积分:1
  • 51移植ucos
    此例程运行于内RAM > 1024 Byte的51内核的单片机即可。 比 如 : SST89E564RD ,STC89C516RD 等 移植ucosii,本例程一共创建了3个任务,任务一开led1,任务二开LED2,任务3关闭led1和led2,并且运行到相应的任务,串口会打印出来,提示当前系统运行的状态。(This routine runs on a single chip computer with 51 cores of RAM > 1024 Byte. For example, SST89E564RD, STC89C516RD and so on For uCOSII, 3 tasks are created in this routine, the task is LED1, task two opens LED2, task 3 closes LED1 and LED2, and runs to the corresponding task, the serial port will be printed out to prompt the state of the current system running. This routine runs on a single chip computer with 51 cores of RAM > 1024 Byte. For example, SST89E564RD, STC89C516RD and so on For uCOSII, 3 tasks are created in this routine, the task is LED1, task two opens LED2, task 3 closes LED1 and LED2, and runs to the corresponding task, the serial port will be printed out to prompt the state of the current system running.)
    2018-08-10 08:47:40下载
    积分:1
  • 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。...
    移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断嵌套情况。每个中断进入后立即进行OSIntNesting+1原语操作。 5。增加printf函数的移植,支持灵活的数据显示。支持标准或长二进制/八进制/十进制/十六进制/无符号整数, 支持字符、字符串、浮点数、百分号%。其中,浮点数在整个范围内被完全支持,统一采用科学记数法显示。 -transplanted to the MCS51 uCOS_II. 1. In the document which OSMapTbl OS_CORE.C and OSUnMapTbl array for Lookup, Therefore, it should be placed on code Lane. Increased code keyword. UCOS_II.H and OS_CORE.C. 2. OS_CFG.H MaxStkSize stack size to 900. 3. OS_CPU_C.C InitTimer0 function of the increase on the open T0 interrupted explained. Allow T0 interruption, this time EA = 0 (51 electricity default value), also will not be interrupted. meet the OSStart () do not have interrupted the former requirements. 4. Changes interrupt handling procedures, in order to closely mon
    2022-08-25 03:55:13下载
    积分:1
  • 按键检测,当有按键输入时系统你能检测到按键的输入值
    按键检测,当有按键输入时系统你能检测到按键的输入值-Detection button, when the system has keystrokes you can detect the key input value
    2022-07-28 00:02:27下载
    积分:1
  • 在ARM上加载ucosii实现SPI功能并进行仿真验证。
    在ARM上加载ucosii实现SPI功能并进行仿真验证。-ARM load in ucosii realize SPI and Simulation function.
    2023-08-08 19:30:03下载
    积分:1
  • 交通灯基地和微操作系统的程序
    program about traffic light base on µ C/OS-â…¡ kernel-program about traffic light on base
    2022-01-31 12:20:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载