S32K3 FLASH write

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

S32K3 FLASH write

Jump to solution
1,786 Views
DouDou1
Contributor III

Hi, everyone

I am using the first core of the S32K358 chip to program, I want to put the BOOTLOADER program in the memory of PFLASH0, and then put the APP program in the memory of PFLASH1, can the APP run properly?

0 Kudos
Reply
1 Solution
1,726 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

It doesn't matter which master accesses a flash block.

There's simple rule - if a block is being erased or programmed, it's now allowed to access this block. Only other blocks can be accessed at that time.

Regards,

Lukas

View solution in original post

0 Kudos
Reply
4 Replies
1,752 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @DouDou1 

Yes, there's no problem with this setup. There are four code flash blocks and read-while-write is supported between these blocks.

Regards,

Lukas

0 Kudos
Reply
1,740 Views
DouDou1
Contributor III

Hi,@lukaszadrapa,
Thank you for your reply, I want to know if the first core of the S32K358 chip can read-while-write all four code?

0 Kudos
Reply
1,727 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

It doesn't matter which master accesses a flash block.

There's simple rule - if a block is being erased or programmed, it's now allowed to access this block. Only other blocks can be accessed at that time.

Regards,

Lukas

0 Kudos
Reply
1,714 Views
DouDou1
Contributor III
Thank you for your reply.
0 Kudos
Reply