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.
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