We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
See #170.
Sorry, something went wrong.
No branches or pull requests
The chip ID's for the ATSAM4SD16 seem to be incorrect. They are defined in Device.cpp as:
when they should be defined as:
The ATSAM4SD16A isn't defined in the datasheet so I'm inferring the chip ID based on the pattern.
The text was updated successfully, but these errors were encountered: