avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch #9482] Add support for UPDI and AVR8X


From: Jan Egil Ruud
Subject: [avrdude-dev] [patch #9482] Add support for UPDI and AVR8X
Date: Wed, 15 Nov 2017 04:28:56 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36

Follow-up Comment #1, patch #9482 (project avrdude):

Working with the device configuration for the AVR8X devices I'm struggling a
bit with offsets. With AVR8X things like eeprom, fuses and lockbits are no
longer in separate address spaces, they're mapped in the data address space.
(EEPROM at 0x1400, fuses at 0x1280,...) These offsets should be mapped in the
.conf file in my opinion, but how? I could add a new "mapped_offset", but
where is the current memory offset used? Could that be reused for this?
I thought the memory offset in the .conf file was related to where the gcc
linker maps content like eeprom, but from what I can see the linker uses
0x810000 for eeprom while avrdude uses 0x8c0000.
Could somebody enlighten me, please?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9482>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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