Is it possible to see the content of my flash memory? Byte-by-Byte?
I have MK10DN512Z VLL10
and debug environment is CodeWarrior debug tool. My project is a bareboard project with PE.
I can see the content of my RAM by looking at Memory tab in Debug session, but I cannot find anywhere for looking into my PFlash0 and PFlash1 content!
I wonder if there is a way to see it?
At the moment, I am using FLSH_LDD component to write and read to/from my flash. But it would be nice if I can see the address and data of flash in Debug mode.
Thanks
Mehdi
Solved! Go to Solution.
Hello,
it doesn't matter on MCU what are you using, just in debug mode of CodeWarrior in memory window open new "view" to memory on address of Flash for example 0x00000000 for vector table. There is no special magic.
Petr
Hello,
it doesn't matter on MCU what are you using, just in debug mode of CodeWarrior in memory window open new "view" to memory on address of Flash for example 0x00000000 for vector table. There is no special magic.
Petr