FRDM-KL26Z EVK internal flash read write

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

FRDM-KL26Z EVK internal flash read write

529 Views
akshaybhavsar
Contributor I

Hi there,

    I am using FRDM-KL26Z evaluation board. I need to read/write internal flash memory. I have downloaded SDK pflash project. It works well for me.

Below issue I am facing

I have 2 projects, one will write to flash and another will read from flash.

If I download 1st project then it writes to flash and works Ok

If I download second project, Content written by 1st gets erased during programming

I need to reserve flash memory so that It will not get erased during programming chip.

Thanks.

0 Kudos
Reply
1 Reply

522 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @akshaybhavsar ,

You must put two project into different space. But the problem is KL26 always start from flash address 0x0. You must think it over.

 

Regards,

Jing

0 Kudos
Reply