Bootloader for S32R294

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bootloader for S32R294

Jump to solution
649 Views
HyunungPark
Contributor III

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

 

 

0 Kudos
Reply
1 Solution
640 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Hyunung,

I'm afraid we don't have example code for the bootloader for S32R294.

And there's no special memory for a bootloader. Bootloader should be placed to standard memory based on your requirements.

Regards,

Lukas

View solution in original post

0 Kudos
Reply
1 Reply
641 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Hyunung,

I'm afraid we don't have example code for the bootloader for S32R294.

And there's no special memory for a bootloader. Bootloader should be placed to standard memory based on your requirements.

Regards,

Lukas

0 Kudos
Reply