SPRUHM9H October 2014 – May 2024 TMS320F28075 , TMS320F28075-Q1 , TMS320F28076
When the target Flash is erased, Flash reads as all 1s. This state is called 'blank.' The erase function must be executed before programming. The user must not skip erase on sectors that read as 'blank', because these sectors can require additional erasing due to marginally erased bits columns. The FSM provides an “Erase Sector” command to erase the target sector. The erase function erases the data and the ECC together. This command is implemented by the following Flash API function:
Fapi_issueAsyncCommandWithAddress();
The Flash API provides the following function to determine if the Flash bank is 'blank':
Fapi_doBlankCheck();