You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noted in v1.3.0, but exists in all prior versions.
Error code 3 - Invalid image - firmware image header checksum failed or not present
User application must explicitly enable the hardware CRC unit's power before engaging with the SE_PATCH_Data() API. Suggested to use __HAL_RCC_CRC_CLK_ENABLE().
This step will not be required in v1.4.0 as the power will be turned on at time of SE_PATCH_Init().
The text was updated successfully, but these errors were encountered:
firmwareguru
changed the title
SE_PATCH_Data() API will fail with error code 3
SE_PATCH_Data() API may fail with error code 3
Dec 7, 2022
Noted in
v1.3.0
, but exists in all prior versions.Error code 3 -
Invalid image - firmware image header checksum failed or not present
User application must explicitly enable the hardware CRC unit's power before engaging with the
SE_PATCH_Data()
API. Suggested to use__HAL_RCC_CRC_CLK_ENABLE()
.This step will not be required in
v1.4.0
as the power will be turned on at time ofSE_PATCH_Init()
.The text was updated successfully, but these errors were encountered: