2025-12-04 10:21 PM - edited 2025-12-04 11:03 PM
Hi,
I am using STM32H56x with OEMiROT_Boot example project, and I use MCUBOOT_SWAP_USING_SCRATCH to install application images, is there an API like boot_set_confirmed( ) can used by secure applicaiton code, or a confirmation flag in SRAM like STM32H7?
Thank you,
Snaku
2025-12-04 11:46 PM
Hello @Snaku ,
You can find helper code in non secure application example
FW_Valid_SecureAppImage that calls Secure API in secure application example : SECURE_ConfirmSecureAppImage
Best regards
Jocelyn