User can use hiwave in CodeWarrior v5.1 to dump memory from MCU. To do it, please input SAVE command in debugger command Window to save a specified block of memory to a specified file in Freescale S-record format. Eg.
in>SAVE 0x1000..0x2000 DUMP.S19 ;A
This way can read binary opcode from flash to s19 file. Appends the memory range 0x1000..0x2000 to the DUMP.S19 file.
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------