Skip to content

Changes to default settings and memory size computation #17

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

Merged
merged 4 commits into from
Nov 4, 2022
Merged

Changes to default settings and memory size computation #17

merged 4 commits into from
Nov 4, 2022

Conversation

wolfbert
Copy link
Contributor

@wolfbert wolfbert commented Nov 1, 2022

As per issue #16.

I wasn't able to test the settings, as I don't have large size EEPROMs available. Code compiles ok und runs with 32KB EEPROM.

Unused. Value is fixed at compile time.
- Make consistent with Quiic breakout
- 1K = 1024
Compiler hint, can be computed at compile time.
@wolfbert
Copy link
Contributor Author

wolfbert commented Nov 1, 2022

Just noticed a possible side effect. The default page size is now 128 (as stated in the datasheet) instead of 64. This might break existing code, in case someone e.g. just changes the memory size for a different EEPROM and accepts the default page size. Change back to 64?

@nseidle
Copy link
Member

nseidle commented Nov 4, 2022

PR looks good! Thanks. I agree, let's leave the default at 64. I'll fix it after merge.

@nseidle nseidle merged commit 189add9 into sparkfun:master Nov 4, 2022
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.

2 participants