Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Erasing flash will also erase the ECC bits. These bits are not updated until a flash write. Reading from erased memory will signal a ECC error that is falsely corrected from 0xFF to 0xFD on the 16th byte of each 128-bit line. This commit applies a workaround by setting the 16th byte of each line to 0xFF to handle this issue on max32657. Co-authored-by: Mert Vatansever <[email protected]> Co-authored-by: Kevin Gillespie <[email protected]>
- Loading branch information