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

Move the nRF saved word #9160

Merged
merged 1 commit into from Apr 9, 2024
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Apr 9, 2024

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 micropython#9143 and doesn't require a bootloader change.
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Thanks! Glad there was a way out without any bootloader changes.

@dhalbert dhalbert merged commit f9a18fb into adafruit:main Apr 9, 2024
65 checks passed
@dhalbert
Copy link
Collaborator

Should we backport this to 9.0.x? I am going to do a 9.0.4.

@tannewt
Copy link
Member Author

tannewt commented Apr 10, 2024

Should we backport this to 9.0.x? I am going to do a 9.0.4.

Ya, I think it is easy enough to do.

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.

Bluetooth pairing issue on CLUE nRF52840 Express with CircuitPython 9.0.3
2 participants