AmmarAlaa / mega-isp

Automatically exported from code.google.com/p/mega-isp
0 stars 0 forks source link

Problems writing to EEPROM (Tiny2313) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just tried writing the EEPROM from the command line. Failed! Target is a
Tiny2313 chip.

What steps will reproduce the problem?
1. Create a .eep file using avrasm2.exe (just put some .db stuff in .eseg)
2. avrdude ... -U:eeprom:w:test.eep
3. Seems to write to eeprom but fails validation step.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rsb...@gmail.com on 10 Feb 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Forgot to implement writing to EEPROM. This is now fixed. The hard part was 
figuring
out that avrdude sends word addresses for writing EEPROM!

Original comment by rsb...@gmail.com on 12 Feb 2009 at 2:10