Other Parts Discussed in Thread: HALCOGEN
When using the TI FEE API, everything operates as expected when ECC (Error Correction Code) is disabled. However, I encounter an unexpected problem when ECC is enabled. It appears that enabling ECC is causing the abort handle to trigger, disrupting the normal operation of my application.
Upon further investigation, I found that the Fapi_doBlankCheck()
function seems to be the trigger for this ECC-related issue. What's particularly puzzling is that the manual for the TI FEE API specifies that "ECC can either be temporarily disabled by writing 0101 to the EE_EDACEN register." However, it seems that the EE_EDACEN register is set by the library to 0xA, which is contrary to the manual's instructions.