SLUUDC5 September 2025 F28E120SB , F28E120SC
Issues a command to the Flash State Machine. For the list of commands that can be issued by this function, see the description.
Fapi_StatusType Fapi_issueAsyncCommand(
Fapi_FlashStateCommandsType oCommand
)
| oCommand [in] | Command to issue to the FSM. Use Fapi_ClearStatus command. |
This function issues a command to the Flash State Machine for commands not requiring any additional information (such as address). On this device, Fapi_ClearStatus command can be issued to the Flash State Machine using this function. Note that Fapi_ClearStatus command can be issued before each program and erase command as shown in the flash programming example provided in C2000Ware. A new program or erase command can be given only when the STATCMD is zero (achieved by issuing the Fapi_ClearStatus command).
See the flash programming example provided in C2000Ware at “C2000Ware_.....\driverlib\f28e12x\examples\flash\flashapi_ex1_programming.c” for TMS320F28E12x.