Re: AVRStudio4
From: Jack Klein (jackklein_at_spamcop.net)
Date: 07/30/04
- Next message: dmm: "Re: AVRStudio4"
- Previous message: Kelvin: "Re: Technica information on Gameboy Advance PCB and catridge connectors?"
- In reply to: uguess_at_nowhere.net: "AVRStudio4"
- Next in thread: uguess_at_nowhere.net: "Re: AVRStudio4"
- Reply: uguess_at_nowhere.net: "Re: AVRStudio4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jul 2004 20:54:49 -0500
On Thu, 29 Jul 2004 04:00:05 GMT, uguess@nowhere.net wrote in
comp.arch.embedded:
> I am using the AVRStudio4 to create .hex files, but I find that it is
> inserting code before the object I am trying to create. I used
> AVRStudio once before, but an earlier version and had great results
> programming with my current setup. However, the old version that
> worked has been lost. When I try to export, I have to use CVAVR and
> go into terminal mode. The files created by the new studio fail to
> complete a programming of a chip, and files created by the old system
> load fine. What I have found is that the new version inserts
> :020000020000FC
> at the beginning of every .hex file, and this makes my programmer
> puke. I presume the programmers Atmel intended to drive use this
> initial code to set up for some common purpose, which my programmer, a
> DIY K122, also from Atmel doesnt like it. Does anyone here know a
> setting in the new studio I need to set? I have looked at everything
> I can find. This is the freeware version, and is not supported by
> Atmel. TIA
Can't you write a little command line program in (C, BASIC, Perl,
whatever you like) that will copy a text file (that's all an Intel hex
file really is) to a new file, verifying that the first line contains
":020000020000FC", and leaving that line out of the copy?
You could add it to your makefile and it would add a fraction of a
second or so to your build.
Sometimes the simplest solution, especially if you are a programmer,
is to roll your own.
-- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
- Next message: dmm: "Re: AVRStudio4"
- Previous message: Kelvin: "Re: Technica information on Gameboy Advance PCB and catridge connectors?"
- In reply to: uguess_at_nowhere.net: "AVRStudio4"
- Next in thread: uguess_at_nowhere.net: "Re: AVRStudio4"
- Reply: uguess_at_nowhere.net: "Re: AVRStudio4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|