Hi,
I recently discovered that Atmel programming tool can handle an ELF file
containing fuses, lock bits, and eeprom initial values as specific
sections.
This is working well through AVR Studio, and that way I'm able to
initialize eeprom's initial values during chip programming.
I tried same ELF file in Simulavr, and eeprom section (named .eeprom) does'nt
seem to be handled.
So my questions are :
- Is simulavr able to recognize eeprom in this ELF section ? (I'm using
  Python 'Load' API)
- If not, is there a way to initialize Eeprom (from hex, bin or
  whatever) using an API ?

Finally, bonus question ;) : will .fuses and .lock sections be ignored
as well ?

Thanks guys,
-- 
Raphaël


_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to