SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-Q1
Verifies region specified against supplied data.
Fapi_StatusType Fapi_doVerify(
uint32 *pu32StartAddress,
uint32 u32Length,
uint32 *pu32CheckValueBuffer,
Fapi_FlashStatusWordType *poFlashStatusWord
)
pu32StartAddress [in] | Start address for region to verify |
u32Length [in] | Length of region in 32-bit words to verify |
u32Length [in] | Address of buffer to verify region against. Data buffer should be 128-bit aligned. |
poFlashStatusWord [out] | Returns the status of the operation if result is not Fapi_Status_Success |
->au32StatusWord[0] | Address of first verify failure location |
->au32StatusWord[1] | Data read at first verify failure location |
->au32StatusWord[2] | Value of compare data |
->au32StatusWord[3] | N/A |
This function verifies the device against the supplied data starting at the specified address for the length of 32-bit words specified. If a location fails to compare, these results will be returned in the poFlashStatusWord parameter.
None