| Author |
Message |
microelek
Joined: 24 Aug 2001 Posts: 74
|
20 Jan 2003 16:31 sample code for porting ucosii in 8051 |
|
|
|
|
http://ucos-ii.com/contents/products/ucos-ii/downloads/Keil-uVII-8051.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/80xc52.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/t-xa.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/dds-8051.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/i8051-ke*il-Zheng.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/keil8051.zip
http://ucos-ii.com/contents/products/ucos-ii/downloads/ucos-ii-8052.zip
|
|
| Back to top |
|
 |
chewbecca
Joined: 12 Jun 2001 Posts: 26
|
22 Jan 2003 5:58 ucos-ii port |
|
|
|
|
use this url for complete listing
http://ucos-ii.com/contents/products/ucos-ii/downloads/
|
|
| Back to top |
|
 |
lockerman
Joined: 08 Oct 2001 Posts: 47
|
22 Jan 2003 22:59 uvision segment too large |
|
|
|
|
I have tested it but for x86 processors only.
It looks fine, very stable, easy to understand and modify.
Even porting to other processors is very simple
Lm
|
|
| Back to top |
|
 |
mgajo
Joined: 15 May 2001 Posts: 347
|
22 Jan 2003 23:18 ucos-ii porting |
|
|
|
|
Hi
any advanced user of 8051 and uCOS here ?
|
|
| Back to top |
|
 |
Google AdSense

|
22 Jan 2003 23:18 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
cotaimich
Joined: 14 Jul 2002 Posts: 26
|
12 Dec 2003 14:34 porting files for ucosii in 8051 |
|
|
|
|
how can I use the port ?
I want to run uCOS in a MSP430
|
|
| Back to top |
|
 |
tcsa35
Joined: 19 Mar 2002 Posts: 224 Helped: 2
|
12 Dec 2003 18:39 ucosii port for 8051 |
|
|
|
|
Hi
Does any one have a TCP stack with PPP for 8051 uCOSii ?
|
|
| Back to top |
|
 |
ME
Joined: 14 Mar 2002 Posts: 1523 Helped: 13
|
12 Dec 2003 19:21 msp430 ucos |
|
|
|
|
| cotaimich wrote: |
how can I use the port ?
I want to run uCOS in a MSP430 |
http://ucos-ii.com/contents/products/ucos-ii/downloads/TI-MSP430-FOR-uCOS-II-V252.ZIP
http://ucos-ii.com/contents/products/ucos-ii/downloads/TI-MSP430-uCOS-II-V270.ZIP
http://ucos-ii.com/contents/products/ucos-ii/downloads/ti-msp430.zip
|
|
| Back to top |
|
 |
snsriram79
Joined: 08 May 2001 Posts: 75
|
15 Dec 2003 4:41 proteus 8051 ucos |
|
|
|
|
hi guys
can any1 help me as how to port the ucos to hitachi controller..........i tried porting it but in vain............
i dont no whether the way i am doing is correct or not..........i compiled the source code of the rtos and my application code in the same workspace ......but on compiling it is asking for certain function which are in assembly file......if i include that file also it is giving lots of linker errors...........
help required as how to port it to any controller...........i heard config file,ucos_ii.h,and port file is enough for porting
thanks in advance
|
|
| Back to top |
|
 |
artem
Joined: 22 May 2003 Posts: 1652 Helped: 91 Location: Turan
|
15 Dec 2003 12:03 msp430 ucos-ii |
|
|
|
|
Ask at micrium news group yahoo . May be they can help you .
But you can not just put your application code and OS code . There are few function you have to port concerned timer , context switch , interrupt entering macros ... . All of them are described in Jean Labrosse book , one chapter epecially dedicated to Ucos porting . But I suppose there should be hitachi port already available .
|
|
| Back to top |
|
 |
nukhung
Joined: 13 May 2001 Posts: 58 Helped: 1
|
04 Jan 2004 4:26 keil 컴파일중 data segment too lagre |
|
|
|
|
Anyone can port uCOSII for T89C51CC01
Please PM me
|
|
| Back to top |
|
 |
strive2004
Joined: 18 Feb 2004 Posts: 3
|
18 Feb 2004 9:00 dds 8051 |
|
|
|
|
| i dont known how to port a rtos to a new controller.anybody can give an example?
|
|
| Back to top |
|
 |
jhonny_yang
Joined: 08 Mar 2002 Posts: 140 Helped: 1
|
03 Oct 2004 12:53 proteus ucos 51 |
|
|
|
|
| strive2004 wrote: |
| i dont known how to port a rtos to a new controller.anybody can give an example? |
any body have Keil 8051 code which can run in proteus
|
|
| Back to top |
|
 |
RogueBear
Joined: 14 Jun 2004 Posts: 10
|
02 Nov 2004 4:01 ucos-ii |
|
|
|
|
| haha。please see www.hjhj.com perfect port ucos to 51 ,great china doc
|
|
| Back to top |
|
 |
sadhvi
Joined: 17 Apr 2009 Posts: 3
|
17 Apr 2009 7:48 ucosii |
|
|
|
|
Hi friends,
This is my first post in this forum, i am starting with
uCOS,i have gone through the uCOS book and have also downloaded the
port for 8051 by John X. Liu, i am using uvision3
when i compile i get these errors
OS_CORE.C(1380): warning C275: expression with possibly no effect
UCOS_II.C(15): error C249: 'DATA': SEGMENT TOO LARGE
compiling os_core.c...
OS_CORE.C(1380): warning C275: expression with possibly no effect
OS_CORE.C(1637): error C249: 'DATA': SEGMENT TOO LARGE
waiting for a positive responce.....
|
|
| Back to top |
|
 |
sadhvi
Joined: 17 Apr 2009 Posts: 3
|
20 Apr 2009 7:05 ucos-ii msp430 |
|
|
|
|
[quote="sadhvi"]Hi friends,
This is my first post in this forum, i am starting with
uCOS,i have gone through the uCOS book and have also downloaded the
port for 8051 by John X. Liu, i am using uvision3
when i compile, i get these errors
OS_CORE.C(1380): warning C275: expression with possibly no effect
UCOS_II.C(15): error C249: 'DATA': SEGMENT TOO LARGE
compiling os_core.c...
OS_CORE.C(1380): warning C275: expression with possibly no effect
OS_CORE.C(1637): error C249: 'DATA': SEGMENT TOO LARGE
waiting for a positive responce.....
|
|
| Back to top |
|
 |