Hi,
I am new in the microcontrollers world and I want your help.
I own a universal programmer (Genius G540) and I want to program an Atmel ATtiny2313 mcu.
I own two files :
1. "main.hex" which is the main program (flash part) and
2. "main.eep" which is the eeprom data (eeprom part).
Now the problem is, that I don't know how to program the [url]eeprom data[/url].
If I load the "main.eep" file (as I did with "main.hex") and write thru this into the ATtiny2313 its overlapping my flash data and not the eeprom data as it would be.
My programmer does not have such an option (like the AVStudio) but I suspect that the "Buffer address offeset" has something to do with this. I mean that if the eeprom area is just after the flash area then I have to specific the offset, but I am not sure if I am wrong and what is the actual offset.
Can you please help me with this ?
Take a look of my programmer options below.
[img]G540.jpg[/img]

