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

fix(CMSIS): Reduce Available MAX32670 Flash by 8KB, Reserve Final Page for Bootloader #968

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

Jake-Carter
Copy link
Contributor

Description

Reported by internal Jira MSDK-1255

This PR reduces the available flash space for the MAX32670 by 8KB to so that the final page is inaccessible by the application code. Apparently the bootloader uses this page (see MAX32670 UG section 7), and modifying it from the app code can possibly brick the device

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

- Reduce the available flash space for the MAX32670 by 8KB to reserve
  the final page for the bootloader.  Apparently the bootloader uses
this page, and modifying it from the app code can possibly brick the
device
- See MSDK-1255
@github-actions github-actions bot added the MAX32670 Related to the MAX32670 (ME15) label Mar 27, 2024
@Jake-Carter Jake-Carter merged commit 8ed11c0 into analogdevicesinc:main Apr 1, 2024
8 checks passed
@Jake-Carter Jake-Carter deleted the fix/msdk-1255 branch April 1, 2024 19:39
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
…inal Page for Bootloader (#968)"

This reverts commit 8ed11c0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32670 Related to the MAX32670 (ME15)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants