Bootloader for S32R294

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Bootloader for S32R294

跳至解决方案
780 次查看
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 项奖励
回复
1 解答
771 次查看
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 项奖励
回复
1 回复
772 次查看
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 项奖励
回复