Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Writing User Row #45

Open
Karibart opened this issue Feb 5, 2020 · 3 comments
Open

Writing User Row #45

Karibart opened this issue Feb 5, 2020 · 3 comments

Comments

@Karibart
Copy link

Karibart commented Feb 5, 2020

Hi
Is there a way to write the User Row of the EEPROM with pyupdi?
Or is there a reason why adding this would be a bad idea? I could give it a try.
Thanks!

@mraardvark
Copy link
Owner

Sorry, didn't see this until now. You can always add it as an optional action.

@MarkR42
Copy link
Contributor

MarkR42 commented Jul 18, 2020

Yes there is a way to write the user row, write to fuses >= 128, the user row is 0x80 bytes after the fuses

So pyupdi.py -fs 128:0x2a sets USERROW0 to 0x2a

@popovec
Copy link

popovec commented Aug 11, 2020

The USERROW address in DA devices: 0x1080, FUSES: 0x1050 so the function for fuse writing can be used to write into USERROW, but LOCK at address 0x1040 can not be accessed in this way. Or did I miss something?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants