msdk icon indicating copy to clipboard operation
msdk copied to clipboard

feat(PeriphDrivers): Add ECC-aware flash read function for MAX32657

Open ttmut opened this issue 8 months ago • 0 comments

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.

ttmut avatar Apr 07 '25 14:04 ttmut