Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
153 stars 39 forks source link

Add device support for ATmega4809 (arduino nano every) #40

Closed xcporter closed 2 years ago

xcporter commented 3 years ago
Ro5bert commented 3 years ago

Shouldn't the RAM start address be 0x2800 instead of 0x280? (See page 41 of the datasheet available here).

xcporter commented 2 years ago

You're absolutely right! That's what's specified in the dec.inc file as well--I must have glanced at the list of mostly three digit addresses and made a strange assumption.