Other Parts Discussed in Thread: C2000WARE
I'm trying to program flash. one word at the time and it doesn't work.
I tied this:
oReturnCheck = Fapi_issueProgrammingCommand((uint32_t *)(address+i),(data+i),
1,0,0,
Fapi_AutoEccGeneration);
Only this result in parts that are programmed and parts that are not.
Is it possible to program 1 word at the time and if so how?
Thanks!
note oReturnCheck is alway Fapi_Status_Success