Default SRAM state on S32K1xx on Power On

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

Default SRAM state on S32K1xx on Power On

跳至解决方案
650 次查看
siva280386
Contributor I

What is the default state of the SRAM memory on Power-on-Reset. During our testing with IAR debugger, we see that the whole RAM is initialized to all 1's. Our startup code is clearing the whole used RAM to make it 0. but we wanted to be sure the RAM default initialized during system boot up on a power on reset is all 1's in S32K1xx ? we see usually all the micro's clears the RAM on their system boot up. so, we wanted to be sure or know the reason behind all 1's. We did not find any reference to this in the specification or data sheet. please let us know if any documentation is supported on this.

0 项奖励
回复
1 解答
643 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, see screenshot from AN12522 below:

davidtosenovjan_0-1658322917906.png

Just noting, it can be initialized by debugger (or its script). Unfortunately I don't use IAR debugger but having RAM content initiated in the device's startup is necessary.

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
644 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, see screenshot from AN12522 below:

davidtosenovjan_0-1658322917906.png

Just noting, it can be initialized by debugger (or its script). Unfortunately I don't use IAR debugger but having RAM content initiated in the device's startup is necessary.

 

0 项奖励
回复