Hi,
I am trying to implement MCUBoot with blinky project example using RASC and IAR EWARM on RA6M5. I have built the application1 project but the memory_regions.icf file is missing few parameters like:
FSP_BOOTABLE_IMAGE = 0x1;RAM_NS_START = 0x20080000;FLASH_NS_START = 0x40000;FLASH_IMAGE_END = 0x40000;FLASH_NS_IMAGE_START = 0x40000;FLASH_NSC_START = 0x40000;RAM_NSC_START = 0x20080000;FLASH_IMAGE_LENGTH = 0x1FE00;XIP_SECONDARY_FLASH_IMAGE_END = 0x60000;XIP_SECONDARY_FLASH_IMAGE_START = 0x40200;FLASH_IMAGE_START = 0x20200;
But the memory_regions.ld of the same application that i had built before using E2Studio has the following parameters. Why are these parameters missing and if I add them manually in memory_regions.icf and build it they get erased from the .icf file. How do i fix this?