Other Parts Discussed in Thread: HALCOGEN
Hi Ti Team,
I'm using TMS570ls3137 demo board.
I enabled flashecc setting from Halcogen and use F021 API interface Fapi_issueProgrammingCommand(Fapi_AutoEccGeneration) to flash bank1, sector 0, 8 bytes, call _coreDisableFlashEcc before to do flash program check, I can see the data in the address is same as expected, then enable flash Ecc again. I checked ecc bit address 0xf0430000(for flash address 0x00180000) has been updated. The program continues, I refresh memory window, the error pin trigger. Do I need to program whole sector to avoid this pin trigger if I want refresh memory window? Thanks.