Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

uCOSii port to 8051, 8052 and other microcontrollers

Status
Not open for further replies.

microelek

Member level 2
Joined
Aug 24, 2001
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
328
sample code for porting ucosii in 8051

**broken link removed**
**broken link removed**
**broken link removed**
**broken link removed**
**broken link removed**
**broken link removed**
**broken link removed**
 

ucos-ii port

use this url for complete listing

**broken link removed**
 

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
 

ucos-ii porting

Hi
any advanced user of 8051 and uCOS here ? 8)
 

porting files for ucosii in 8051

how can I use the port ?
I want to run uCOS in a MSP430
 

ucosii port for 8051

Hi

Does any one have a TCP stack with PPP for 8051 uCOSii ?
 

msp430 ucos

cotaimich said:
how can I use the port ?
I want to run uCOS in a MSP430
**broken link removed**
**broken link removed**
**broken link removed**
 

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
 

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 .
 

keil 컴파일중 data segment too lagre

Anyone can port uCOSII for T89C51CC01
Please PM me
 

dds 8051

i dont known how to port a rtos to a new controller.anybody can give an example?
 

proteus ucos 51

strive2004 said:
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
 

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.....
 

ucos-ii msp430

sadhvi said:
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.....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top