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.

Code for porting the ucos to avr using the cvavr compiler

Status
Not open for further replies.

senthilkumar

Advanced Member level 1
Joined
Nov 24, 2001
Messages
401
Helped
27
Reputation
54
Reaction score
19
Trophy points
1,298
Location
india
Activity points
3,965
ucos???

hai,

anyone porting the ucos to avr using the cvavr compiler.

if s then

can u share the code.
 

uCOS requires an ANSI compliant C compiler. The CodeVision compiler is not ANSI compliant.
uCOS needs pointer to pointer, CodeVision does not support this primitive type.

The ImageCraft C compiler for AVR is ANSI compliant . I have ported uCOS 2.70 with this compiler and is running on a ATMega 128.


Regards

Redpoint
 

Re: ucos???

I dwn ld porting code from microC/OS web page, and try to implement uCos in MPC850 using ppc-hardhat gcc compiler.

My program structs in OSInit func, does any hardware specfic has to be done.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top