STM32WB OTA FUS_STATE_ERROR_IMG_NOT_AUTHENTIC
Hello,
We are having an issue updating the BLE FW v1.13.3 to 1.17.2 using FUS 1.2.0.
Everything is working as expected until (after SHCI_C2_FUS_FwUpgrade(0, 0)) we are polling for SHCI_C2_FUS_GetState()
At first, its FUS_STATE_VALUE_FW_UPGRD_ONGOING as expected, which changes to FUS_STATE_ERROR_IMG_NOT_AUTHENTIC, then FUS_STATE_VALUE_IDLE.
After the reset, we are still on v1.13.3 (as expected after the failure).
Both stacks are stm32wb5x_BLE_Stack_full_extended_fw, load address calculated as per AN5185. We do erase one page before the load address.
P.S. This exact flow used to work on older versions ~1.10.x
Please advise.
Thanks in advance.
