Support Adesto flash #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tinyprog does the following to support the Adesto flash;
Currently I get the following behaviour;
The Adesto flash has a writeable serial number that they call "Security Page". We could support writing this page in
fomu-flash
, however that is separate from supporting Adesto parts.The issue was that the Adesto part appears to require a "Write Enable" call prior to the "Write Volatile" call. Or maybe that's what most parts require. Either way a quirk has been added that fixes this issue.