I'm trying to implement secure FOTA using Secure Bootloader(SBL) & Secure Firmware(SFW).
I referenced '7.4 Secure FOTA' in MCUOTASBLSFWUG.pdf.
In the guide, when I check 'Enable ROM to verify sbl' , 'XIP_BOOT_HEADER_ENABLE' value is set to 0.
So I can't use SDRAM function.
I don't know the reason why the 'Secure FOTA' function disable the SDRAM function.
Please let me know how to use SDRAM function in 'Secure FOTA'.