Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Adding support for EefcFlash unique ids #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haata
Copy link
Contributor

@haata haata commented May 2, 2020

  • Supported with most implementations of EefcFlash
    • I looked through the various datasheets to make sure each chip
      supported EEFC_FCMD_STUI
  • uniqueIdWords parameter defines the length of the id
    • If zero length, ignore the id
  • Ignored for non-EefcFlash modules
  • Prints using info if supported
    bossa> connect /dev/ttyACM0
    Connected to device on /dev/ttyACM0
    bossa> info
    Device : ATSAM4S4
    Version : v1.13 RC2 Feb 20 2013 13:25:17
    Address : 0x400000
    Pages : 512
    Page Size : 512 bytes
    Total Size : 256KB
    Planes : 1
    Lock Regions : 16
    Locked : none
    Security : false
    Boot Flash : false
    Unique Id : 533631004a504d573530393134343034

- Supported with most implementations of EefcFlash
  * I looked through the various datasheets to make sure each chip
    supported EEFC_FCMD_STUI
- uniqueIdWords parameter defines the length of the id
  * If zero length, ignore the id
- Ignored for non-EefcFlash modules
- Prints using info if supported
bossa> connect /dev/ttyACM0
Connected to device on /dev/ttyACM0
bossa> info
Device       : ATSAM4S4
Version      : v1.13 RC2 Feb 20 2013 13:25:17
Address      : 0x400000
Pages        : 512
Page Size    : 512 bytes
Total Size   : 256KB
Planes       : 1
Lock Regions : 16
Locked       : none
Security     : false
Boot Flash   : false
Unique Id    : 533631004a504d573530393134343034
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant