Other Parts Discussed in Thread: UNIFLASH
-
Is there a FLASH test program for TMS570LS0332?
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.
Is there a FLASH test program for TMS570LS0332?
Hi Xiaofen,
When you erase the flash sector, the CCS or uniflash will perform the flash blank check.
When program code to flash, the programmer (CCS, uniflash) will do the flash verification.
You can call the F021 Flash API to do the same test:
Fapi_doVerify() Verifies specified Flash memory range against supplied values
Fapi_doVerifyByByte() Verifies specified Flash memory range against supplied values by byte
Fapi_doBlankCheck()(1) Verifies specified Flash memory range against erased state
Fapi_doBlankCheckByByte()(1) Verifies specified Flash memory range against erased state by byte
Xiaofen,
Please see the API description in F021 Flash Library user-guide: SPNU501G.pdf