msdk
msdk copied to clipboard
feat(PeriphDrivers): Add ECC-aware flash read function for MAX32657
Description
Add a new flash read function that handles ECC errors when an erased page is read. Reads are aligned to line buffer size, 256 bits, as ECC data is calculated for a whole line regardless of the read size.
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.