Skip to content
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

backport to 9.0.x: Move the nRF saved word #9168

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

dhalbert
Copy link
Collaborator

Cherry-picked from bcae6ae

From #9160:

Instead of putting it in our uninit section, we need to ensure it is also uninit by the UF2 bootloader. We both leave at least the first 32k of RAM for the soft device, so place our word just before the end of 32k. This is ok because we only use it before the SD is started.

Fixes #9143 and doesn't require a bootloader change.

Instead of putting it in our uninit section, we need to ensure it
is also uninit by the UF2 bootloader. We both leave at least the
first 32k of RAM for the soft device, so place our word just before
the end of 32k. This is ok because we only use it before the SD is
started.

Fixes adafruit#9143 and doesn't require a bootloader change.
@dhalbert dhalbert requested a review from tannewt April 11, 2024 12:36
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 50121d0 into adafruit:9.0.x Apr 11, 2024
65 checks passed
@dhalbert dhalbert deleted the 9.0.x-fix_nrf_safe_mode branch April 23, 2024 15:51
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