How did you solve the ECC errors when reading un-initialised data partitions in flash? Did some convoluted ISR recovery by means of an interrupt and then patching the return pointer but it required always reading data with an external function. Feel there must be more elegant methods
How did you solve the ECC errors when reading un-initialised data partitions in flash?
Did some convoluted ISR recovery by means of an interrupt and then patching the return pointer but it required always reading data with an external function. Feel there must be more elegant methods