SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-Q1
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 should be issued to the Flash State Machine using this function. Note that Fapi_ClearStatus command should 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\f28p55x\examples\flash\flashapi_128bit_programming.c” for TMS320F28P55x.
See the flash programming example provided in C2000Ware at “C2000Ware_.....\driverlib\f28p55x\examples\flash\flashapi_512bit_programming.c” for TMS320F28P55x.