This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1227: ECC-Related Issue with TI FEE API and Fapi_doBlankCheck()

Part Number: TMS570LS1227
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.