-
Notifications
You must be signed in to change notification settings - Fork 3k
hal-qspi_test: move frequency setting before flash init #9229
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
Conversation
@maciejbocianski, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
astyle error needs to be addressed
Frequency setting just after erase operation was causing some data inconsistencies during write/read operations on some targets (frdm-k82f). To fix this, frequency setting was moved before flash memory init.
b43f4c5
to
fc593d2
Compare
astyle fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Will likely run the greentea tests multiple times to confirm, but this is exciting! |
CI started |
Test run: SUCCESSSummary: 9 of 9 test jobs passed |
Description
Fix for #9075
Frequency setting just after erase operation was causing some data
inconsistencies during write/read operations on some targets (frdm-k82f).
To fix this, frequency setting was moved before flash memory init.
Frankly, setting frequency before every write/read operation was pointless.
Tested on:
DISCO_F769NI
DISCO_F413ZH
DISCO_L475VG_IOT01A
nrf52840_dk
Pull request type
Reviewers
@0xc0170
@ARMmbed/mbed-os-storage
@ARMmbed/mbed-os-hal