compiler for AT89C2051
2007-01-24 by magzky02
Yahoo Groups archive
Index last updated: 2026-04-28 22:41 UTC
Thread
2007-01-24 by magzky02
I got a board with AT89C2051. Anyone who can suggest a compiler for this? I got a codevision and AVRstudio but seems they do not support AT89C2051. thanks
2007-01-24 by Thomas Keller
I am not familiar with the 2051. Is it one of the 8051 derivative processors? If so, I believe GCC will support it. magzky02 wrote:
> > > I got a board with AT89C2051. Anyone who can suggest a compiler for > this? I got a codevision and AVRstudio but seems they do not support > AT89C2051. > >
2007-01-24 by Narendran
how about trying keil.... keil is a fantastic one ... it supports a lot more controllers also... the trail version r available in the net for free donload... the limitation in the trail version is the max code size should be 2k
----- Original Message ----- From: magzky02 To: AVR-Chat@yahoogroups.com Sent: Wednesday, January 24, 2007 7:22 AM Subject: [AVR-Chat] compiler for AT89C2051 I got a board with AT89C2051. Anyone who can suggest a compiler for this? I got a codevision and AVRstudio but seems they do not support AT89C2051. thanks [Non-text portions of this message have been removed]
2007-01-24 by Ori Y
Hi If you like wrote in assembler you can download form: www.rigelcorp.com/reads51.htm Or any other C or ASM complier that support the classic 51 family. The problem is to burn it cause It doesn't have Jtag. unless you have universal programmer. Ori --- magzky02 <magzky02@yahoo.com> wrote: > > I got a board with AT89C2051. Anyone who can suggest > a compiler for > this? I got a codevision and AVRstudio but seems > they do not support > AT89C2051. > > thanks > > ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/
2007-01-24 by mago Umandam
Still looking for a compiler. Im not good in writing assembly. I want to come up with compiled hex format. I am thinking on how to make use of codevision. I have seen a header file AT892051.h from keil compiler but i dont have the keil compiler. Can i use that with codevision?
thanks
mago
Ori Y <oriy2003@yahoo.com> wrote:
Hi
If you like wrote in assembler you can download form:
www.rigelcorp.com/reads51.htm
Or any other C or ASM complier that support the
classic 51 family.
The problem is to burn it cause It doesn't have Jtag.
unless you have universal programmer.
Ori
--- magzky02 <magzky02@yahoo.com> wrote:
>
> I got a board with AT89C2051. Anyone who can suggest
> a compiler for
> this? I got a codevision and AVRstudio but seems
> they do not support
> AT89C2051.
>
> thanks
>
>
__________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
---------------------------------
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
[Non-text portions of this message have been removed]2007-01-24 by Leon
----- Original Message -----
From: "mago Umandam" <magzky02@yahoo.com> To: <AVR-Chat@yahoogroups.com> Sent: Wednesday, January 24, 2007 10:20 AM Subject: Re: [AVR-Chat] compiler for AT89C2051 > Still looking for a compiler. Im not good in writing assembly. I want to > come up with compiled hex format. I am thinking on how to make use of > codevision. I have seen a header file AT892051.h from keil compiler but i > dont have the keil compiler. Can i use that with codevision? This is really the wrong place to ask about 8051 compilers, if you were using an AVR you would get plenty of help. Leon -- Leon Heller Amateur radio call-sign G1HSM Yaesu FT-817ND transceiver Suzuki SV1000S motorcycle leon355@btinternet.com http://www.geocities.com/leon_heller
2007-01-24 by mago Umandam
I had seen the keil just a while back.. I dont know if it generates a hex file..i need the compiled hex file to load into the chip.
Narendran <iamnarendran@yahoo.co.in> wrote:
how about trying keil.... keil is a fantastic one ... it supports a lot more controllers also... the trail version r available in the net for free donload... the limitation in the trail version is the max code size should be 2k----- Original Message -----
From: magzky02
To: AVR-Chat@yahoogroups.com
Sent: Wednesday, January 24, 2007 7:22 AM
Subject: [AVR-Chat] compiler for AT89C2051
I got a board with AT89C2051. Anyone who can suggest a compiler for
this? I got a codevision and AVRstudio but seems they do not support
AT89C2051.
thanks
[Non-text portions of this message have been removed]
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
[Non-text portions of this message have been removed]2007-01-24 by Ranjit Puri
You should try SDCC (Small Device C Compiler) by Sandeep Dutta. I have been using it for 2-3 years now with no probs at all.Also SDCC is free (GPL). Please see http://sdcc.sourceforge.net/ Regards Ranjit Puri On 1/24/07, mago Umandam <magzky02@yahoo.com> wrote: > > I had seen the keil just a while back.. I dont know if it generates a > hex file..i need the compiled hex file to load into the chip. > > > Narendran <iamnarendran@yahoo.co.in <iamnarendran%40yahoo.co.in>> wrote: > how about trying keil.... keil is a fantastic one ... it supports a lot > more controllers also... the trail version r available in the net for free > donload... the limitation in the trail version is the max code size should > be 2k > ----- Original Message ----- > From: magzky02 > To: AVR-Chat@yahoogroups.com <AVR-Chat%40yahoogroups.com> > Sent: Wednesday, January 24, 2007 7:22 AM > Subject: [AVR-Chat] compiler for AT89C2051 > > I got a board with AT89C2051. Anyone who can suggest a compiler for > this? I got a codevision and AVRstudio but seems they do not support > AT89C2051. > > thanks > > [Non-text portions of this message have been removed] > > --------------------------------- > Everyone is raving about the all-new Yahoo! Mail beta. > > [Non-text portions of this message have been removed] > > > -- Ranjit [Non-text portions of this message have been removed]
2007-01-24 by John Clymer
Raissonance has an 8051 compiler with support for the 2051/4051 series. The free version is limited to 4K - perfect for use with the 2051. I do a lot of serial work with my controllers, the Raissonance R-Kit has an emulator that has a simulation terminal window allowing you to test UART code. John C magzky02 wrote:
> > > I got a board with AT89C2051. Anyone who can suggest a compiler for > this? I got a codevision and AVRstudio but seems they do not support > AT89C2051. > > thanks > >