Hello,
I are using the EEPROM on the TMS570LC4357 to store non-volatile data (0xF0000000 - 0xF047FFFF) . I'd like to make this flash region read-only and cacheable. However, when the memory type in the MPU is set to normal write through there are ECC errors on reads to the EEPROM. This does not occur when the memory is set as normal non-cacheable. The address that causes the ECC error has a valid ECC calculated but the memory around it has not been initialized. Is it possible to make this EEPROM memory cacheable without ECC errors?
Thanks!