Skip to content

Fix EEPROM to work with SDK v2.2 #50

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 2 commits into from
Aug 16, 2019
Merged

Fix EEPROM to work with SDK v2.2 #50

merged 2 commits into from
Aug 16, 2019

Conversation

nseidle
Copy link
Member

@nseidle nseidle commented Aug 15, 2019

Looks like the coversion to v2.2 SDK broke EEPROM. am_hal_flash_reprogram_ui32() is no more.

With a little touch-up EEPROM works again. Now better! This commit removes an extra write step and records the new data to the tempArray before we record tempArray to flash.

Looks like the coversion to v2.2 SDK broke EEPROM. am_hal_flash_reprogram_ui32() is no more. EEPROM works again. Now better! This removes an extra write step and records the new data to the tempArray before we record tempArray to flash.
@nseidle
Copy link
Member Author

nseidle commented Aug 15, 2019

Hold off on merging... I need to fix issue #38.

@nseidle
Copy link
Member Author

nseidle commented Aug 15, 2019

Ready to merge.

@oclyke oclyke merged commit 56bf34a into master Aug 16, 2019
@oclyke oclyke deleted the FixEEPROM branch August 16, 2019 16:36
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