Default SRAM state on S32K1xx on Power On

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

Default SRAM state on S32K1xx on Power On

Jump to solution
596 Views
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 Kudos
Reply
1 Solution
589 Views
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.

 

View solution in original post

0 Kudos
Reply
1 Reply
590 Views
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 Kudos
Reply