[资料分享] MSP430 UCOS2

tstiger   2009-11-21 11:02 楼主
uC/OS-II, The Real-Time Kernel
                                
                           Port for the TI MSP430
                                Version 1.00
                                READ ME FILE

******************************************************************************
                                 C COMPILER
******************************************************************************
This port assumes the:
    IAR Embedded Workbench for TI MSP430 v1.26A

******************************************************************************
                              ACKNOWLEDGEMENTS
******************************************************************************
    This port was originally done by Mr. Jian Chen (yenger@hotmail.com).

******************************************************************************
                                  CONTACTS
******************************************************************************
    If you find a problem (i.e. bug) in uC/OS-II or this port, do not hesitate  
to report the problem to either:
1) Through the INTERNET:
   My INTERNET address is:   Jean.Labrosse@Micrium.com

2) By writing to me at:
   Micrium, Inc.
   949 Crestview Circle
   Weston, FL 33327
   U.S.A.
   c/o: Jean J. Labrosse

3) By calling Micrium, Inc.:
   (954) 217-2036
   (954) 217-2037, FAX
  
   Make sure that the problem you are  reporting is in  uC/OS-II and not your
application.    If you in fact discover a bug in uC/OS-II, check the  uC/OS-II
web site for a list of known bugs and their fixes:
    www.uCOS-II.com
   If you are  using  an  older  version,  you should  first  get the lastest
version.  

******************************************************************************
                                   NOTES
******************************************************************************
1) For the port, I assumed that you would be using the Watchdog Timer as the
   interrupt source for the TICK ISRs.
2) The port has been tested using the C-Spy simulator for both task level and
   ISR level context switching using the C-Spy simulator.  The watchdog timer
   interrupts were set at 50,000 cycles.
3) To save on the stack space for each task, this port makes use of a separate
   interrupt stack.  In other words, when an interrupt occurs, the current task's
   registers are pushed onto its stack and then the stack pointer is changed to
   use the interrupt stack pointer.  This means that you will not need to account
   for ISR nesting in the calculation of your task stacks.

Jean J. Labrosse

回复评论 (26)

好东西,学习一下,需要静下心来好好看了!
点赞  2009-11-21 12:09
看,需要静下心
学习   MSP430 UCOS2

看来有些吃力]。
点赞  2009-11-21 17:52
ku
点赞  2009-11-21 22:14
好东西,正在学习MSP430,下载看看,谢谢分享
点赞  2010-11-18 10:33

回复 板凳 zhjzh72_2004 的帖子

如果有对系统不理解 的可以一起讨论一下
处处留心皆学问!
点赞  2010-11-18 10:40

编译通不过

提供的的附件使用IAR软件编译通不过。               
附件1:提示找不到#include  ucos_ii.h 文件
附件2:编译有33个ERROR

[ 本帖最后由 chlo315 于 2011-4-13 16:16 编辑 ]
点赞  2011-4-13 15:59
我有个在430上跑通的ucos,我整理下发上来
点赞  2011-4-13 19:51
学习学习!正在用430
点赞  2011-4-16 21:30
多谢楼主!
点赞  2011-12-7 16:21
看看!!!
点赞  2011-12-17 14:15

xuexi

xuexi
点赞  2012-5-21 16:41

回复 8楼 wstt 的帖子

没看到啊
点赞  2012-6-28 18:00

很嗨

好好啊。。真好
点赞  2012-7-24 09:43
一直用2.5的,看看这个2.7有什么不一样
点赞  2012-7-26 10:20
学习下~~~~~
点赞  2012-12-2 22:37
149的能够在iar5上移植成功吗
点赞  2013-5-11 08:12
先顶上,谢谢分享
点赞  2013-5-22 18:47

回复 楼主tstiger 的帖子

好东西~~~感谢楼猪~~~
点赞  2013-8-26 14:53
多谢,有必要尝试下操作系统这一块!
点赞  2013-8-29 18:04
12下一页
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复