-
Notifications
You must be signed in to change notification settings - Fork 3k
Make NRF52 flash work with SoftDevice #6124
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
How you write and ersae the flash on the NRF52 changes depending on whether the SoftDevice is enabled or not. This change does a runtime check before erasing and writing, and then chooses the correct function to perform the action.
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.
How was this tested?
/morph build |
Build : SUCCESSBuild number : 1175 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 852 |
Using the mbed OS flash tests, a custom test, and this to enable the SoftDevice:
|
The way flash writes and erases are done on the NRF52 changes depends on whether the SoftDevice is enabled or not.
This change does a runtime check before erasing and writing, and then chooses the correct function to perform the action.