How to save all FLASH
program to my computer become a file xx.s19 or xx.abs thank you,I need all memory
in>SAVE 4000..7FFF DUMP.s19Error: bad digit in decimal numbe
why is that?
Solved! Go to Solution.
You have to use 0x as prefix for hexadecimal numbers:
SAVE 0x4000..0x7FFF DUMP.s19
I hope this helps,
Erich
View solution in original post
Hi Erich
Thank you for answering my question!I have solved the problem
But there was an error when save the third paragraphError: while reading memory from 30C000Reason: memory not defined in given range
How to solve?