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

Incorrect chip ID's for ATSAM4SD16 #169

Open
llengel opened this issue Apr 4, 2023 · 1 comment
Open

Incorrect chip ID's for ATSAM4SD16 #169

llengel opened this issue Apr 4, 2023 · 1 comment

Comments

@llengel
Copy link

llengel commented Apr 4, 2023

The chip ID's for the ATSAM4SD16 seem to be incorrect. They are defined in Device.cpp as:

    case 0x29870c30: // A
    case 0x29970c30: // B
    case 0x29a70c30: // C

when they should be defined as:

    case 0x29870ce0: // A
    case 0x29970ce0: // B
    case 0x29a70ce0: // C

The ATSAM4SD16A isn't defined in the datasheet so I'm inferring the chip ID based on the pattern.

@llengel
Copy link
Author

llengel commented Apr 4, 2023

See #170.

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

No branches or pull requests

1 participant