Bootloader and eeprom in Nvm on s32k146

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

Bootloader and eeprom in Nvm on s32k146

734 Views
seop79
Contributor II

Hi.

I am using S32k146.

The development environment is as follows.

Version: S32DS 2018.R1

Build id: 180815

I am trying to use Bootloder and Eeprom for Nvm Flash. 0x1000 0000: Bootloader 0x1000 4000: Eeprom

When executing each step in a debug environment, it is executed without problems.

However, Fault occurs when executing the entire operation with F8.

 

Please help me with any problem.

0 Kudos
1 Reply

722 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

this description from RM is important for you:

lukaszadrapa_0-1610609703777.png

If your code is executed from data flash, you can't write to EEE at the same time. It's necessary to execute that code from RAM memory.

Regards,

Lukas

 

0 Kudos