avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] uisp srec/ihex fix


From: Theodore A. Roth
Subject: [avr-gcc-list] uisp srec/ihex fix
Date: Mon, 8 Apr 2002 23:36:27 -0600 (MDT)

Hi Marek,

Attached is another patch for uisp.

This one allows uploading and verifying of srec and intel hex files which 
are larger than 64K bytes of flash. I've tested this with a program that 
looks like this:

big.elf:     file format elf32-avr

Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00013db4  00000000  00000000  00000094  2**0
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .data         00000000  00800100  00013db4  00013e48  2**0
                  CONTENTS, ALLOC, LOAD, DATA
  2 .bss          00000000  00800100  00013db4  00013e48  2**0
                  ALLOC
  3 .eeprom       00000000  00810000  00810000  00013e48  2**0
                  CONTENTS
  4 .stab         000151b0  00000000  00000000  00013e48  2**2
                  CONTENTS, READONLY, DEBUGGING
  5 .stabstr      00002500  00000000  00000000  00028ff8  2**0
                  CONTENTS, READONLY, DEBUGGING


I'm uploading the program into a mega128 using a stk500/stk501.


Ted Roth

Attachment: uisp-20020303-srec-ihex-fix.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]