currently, I will implement the bootloader for S32R294.
As I know, Below is the area of memory for S32R294
ISRAM_Z4_0 : org = 0x1000000, len = 256K
ISRAM_Z7_1 : org = 0x1040000, len = 256K
ISRAM_Z7_2 : org = 0x1080000, len = 256K
DSRAM_Z4_0 : org = 0x40000000, len = 256K
DSRAM_Z7_1 : org = 0x40040000, len = 256K
DSRAM_Z7_2 : org = 0x40080000, len = 256K
DMEM_Z4_0 : org = 0x50800000, len = 64K
DMEM_Z7_1 : org = 0x50810000, len = 64K
DMEM_Z7_2 : org = 0x50820000, len = 64K
Is there a separate memory area for the bootloader?
and Is there an example code for the bootloader of S32R294?
BRs.
Hyunung Park