How to see content of my Flash memory?

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

How to see content of my Flash memory?

Jump to solution
821 Views
mehdikarimibiuk
Contributor V

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

Labels (1)
Tags (2)
1 Solution
435 Views
Gargy
NXP Employee
NXP Employee

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

View solution in original post

1 Reply
436 Views
Gargy
NXP Employee
NXP Employee

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