Interesting! Thank You.I happened to have the same error as in the original post:/* Firmware tag verification */ if (MemoryCompare(fw_tag_output, fw_tag, SE_TAG_LEN) != SFU_SUCCESS) { *pSeStatus = SE_SIGNATURE_ERR; se_ret_status = SE_E...
Hello Yurii,Did you solve the problem? If so, could we know what caused this? I happen to have ported the the same bootloader to the same MCU (STM32F429) and I have not seen this problem until today. It happened once after flashing it and I try to...