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.

AVR Complier For ATmega128

Status
Not open for further replies.

kaku88

Junior Member level 1
Joined
Dec 2, 2002
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
48
rvk basic + download

Please tell me where I can find the Assmebler complier for Atmega128.

thanks
 

iar embedded workbench for avr 128

The AVR Studio from Atmel is a good choice and it's free. With GCC even C programming is possible.

regards
Olpga1
 

atmega128 gcc external memory

If you have to use math.h I don't recommend you to use avrgcc, It has many bugs. (sqrt, trig functions, ...)
Try IAR compiler. Check this:

**broken link removed**
 

#include <math.h> + atmega128

My favorite lately is from Image*Craft. Very easy to learn.

Good luck.
 

codevision + math.h

Hi Kaku88,

Good choice on the ATMega 128!!
I've been using it for some time now and it's great.
If you're new to the AVR, check out the AVR websites and the Atmel website.
There are ton's of example projects and tools.
Choosing your compiler depends on the Language you wan't to use.
For example:
C:
- Codevision AVR (www.hpinfotech.ro)
- ImageCraft ICCAVR (www.imagecraft.com)
- IAR Embedded Workbench for AVR (www.iar.com)
- GCC AVR (gcc.gnu.org)
Pascal:
- Elabs ACRco (www.e-lab.de)
Basic:
- Bascom AVR (www.mcselec.com)
- FastAVR (www.fastavr.com)
- RVK Basic (www.rvkbob.com)
Forth:
- SwiftX AVR (www.forth.com)

The AVR Freaks site is a very good starting point and has a very extensive resource collection.
Check out www.avrfreaks.net
If you register, you can also get into the academy section with over 100 user projects.
Look in the elektroda forums to find more info on getting a working version of any of these compilers.

I personally use Codevision AVR because it has a great Wizard to get you started. Unfortunately it doesn't fully support ANSI C and also gets a little disorientated when you make big projects.

good luck,

Greetz venz.
 

Hi,

i forgot to mention, not all compilers support the ATMega128 yet.
so check that out first!
 

I have some problems with code vision, becase if i enable the external memory by wizard tool, esternal memory don't work!!!

Bye
 

I'm using Code*Vision AVR and I/A/R. Can anybody tell me where I can download libraries for this compilers? I want to drive a Samsung Chipset Graphic LCD and a Virtual Serial Port.
Thanks
Ezequiel
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top