Hello, i want to know how to read flash memory? I work with KEIL and ulink jtag. I want to read this memory o file. Is there an application that let me to read memory? Thanks in advance
I didn't write that i want to read microcontroller's flash.
No sure if this is what you want or not.
You may enter the command SAVE in the IDE's command window to save a section of "memory" to a file.
SAVE filename addr1, addr2
This is documented in the uVision IDE User's Guide
Well, i write to less so i will write more. I want to read the flash memory of my microcontroller but not using debug mode. I just want to connect jtag (ulink 2) to pc and read the memory.Is it possible?
This SAVE command is working. I didn't expected in debug mode that it is possible.i must turn off option update target before debuging. it is solved
View all questions in Keil forum