This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to dump flash memory wihtout @ informations and with only one column

I want to read the nrf51 memory, I'm using nrfjprog.exe --memrd 0x0 --n 0x40000 > name.txt but get something like

0x00000000: 20000C58 00000115 0000012F 00000131   |X.. ..../...1...|
0x00000010: 00000000 00000000 00000000 00000000   |................|
0x00000020: 00000000 00000000 00000000 00000133   |............3...|
0x00000030: 00000000 00000000 00000135 00000137   |........5...7...|
0x00000040: 00000139 00000139 00000245 00000171   |9...9...E...q...|
0x00000050: 00000139 00000000 00000139 00000139   |9.......9...9...|

I want to read only the what's in flash without the address and with only one column in order to analyze them on a desktop app example:

20000C58 
00000115 
0000012F 
00000131   
00000000 
00000000 
Related