Hi,
I am trying to write some data to flash.
Could anyone explain to me why values in memory are different than 0xBAFEDCBA?
Regards,
Artur
Hi,
I am trying to write some data to flash.
Could anyone explain to me why values in memory are different than 0xBAFEDCBA?
Regards,
Artur
Hello,
I would say that you stopped app before executing flash write. You should stop after wait_for_flash_ready() not before it. In your case write is probably queued but not yet processed.
Regards
Hello,
I would say that you stopped app before executing flash write. You should stop after wait_for_flash_ready() not before it. In your case write is probably queued but not yet processed.
Regards
Thank You Michal,
You are probably right, it may be so easy.
I will test it for some time now.
Regards