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(Tools): Update Keil support for ECC enabled versions of the MAX32675 #1001

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

lorne-maxim
Copy link
Contributor

Update Keil support for ECC enabled versions of the MAX32675

This PR addresses issues with downloading code to the latest version of the MAX32675 which has flash ECC enabled by default. These changes were made:

  • A linker file (*.sct) to be used with MAX32675 projects was added that forces the binary to be an even multiple of 16 bytes.
  • The flash algorithm used by Keil (*.FLM) was modified to load in chunks equal to the size of one flash page (0x2000).
  • The instructions for setting up a Keil project were updated to add the selection of the new linker file and to adjust the working space size for the flash algorithm.

@github-actions github-actions bot added MAX32675 Related to the MAX32675 (ME16) Tools This issue or pull request involves a change to the Tools labels Apr 24, 2024
@lorne-maxim
Copy link
Contributor Author

/clang-format-run

@lorne-maxim lorne-maxim merged commit 187ff74 into main Apr 25, 2024
8 checks passed
@lorne-maxim lorne-maxim deleted the fix/me16_keil branch April 25, 2024 15:03
Jake-Carter pushed a commit that referenced this pull request Apr 29, 2024
…675 (#1001)

Co-authored-by: lorne-maxim <lorne-maxim@users.noreply.github.com>
Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com>
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32675 Related to the MAX32675 (ME16) Tools This issue or pull request involves a change to the Tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants