DFU functions for the application management.
Functions | |
cy_en_dfu_status_t | Cy_DFU_ValidateApp (uint32_t appId, cy_stc_dfu_params_t *params) |
This function reports whether or not metadata and the specified application is valid. More... | |
cy_en_dfu_status_t Cy_DFU_ValidateApp | ( | uint32_t | appId, |
cy_stc_dfu_params_t * | params | ||
) |
This function reports whether or not metadata and the specified application is valid.
It checks:
This is a weak function and the user may override it in the user's code by providing a function with the same name.
appId | The application number of the application to be validated. |
params | The pointer to a DFU parameters structure. See cy_stc_dfu_params_t . |