mraardvark / pyupdi

Python UPDI driver for programming "new" tinyAVR and megaAVR devices
MIT License
212 stars 73 forks source link

EEPROM Programming #71

Closed ccvelandres closed 4 years ago

ccvelandres commented 4 years ago

Is it possible to add eeprom read/write to pyupdi? By my understanding, the NVM Controller also allows read/writing to the EEPROM. So it should be just the same approach as flash programming with just different address right?

mraardvark commented 4 years ago

I recommend you look at pymcuprog - using the "-t uart" tool, you can access pyupdi. EEPROM is of course supported. Latest on pypi test server: pip install -i https://test.pypi.org/simple/ pymcuprog

ccvelandres commented 4 years ago

Got it to work. Thanks!

mraardvark commented 4 years ago

Good to hear it 👍 (The version from test.pypi will be promoted to pypi production server in the coming weeks.)