I love USBDM, especially the memory-dump function. But for CPUs like MC9S12X (HCS12) with 24 Flash pages, there is not enough entries in the list for a full dump.
Now i've found that usbdmscript.exe can be orchestrized using an TCL script, but i can't find a way to read a memory block and save that to a file (S12 or BIN).
Sounds great!
Maybe if there was a way to set the number of entries by a pref or dropdown? And also a way to safe that settings could be very handy.
Hi,
I have uploaded a version of Memory Dump with more entries and provision to save/restore settings.
https://sourceforge.net/projects/usbdm/files/Version%204.12.1/Software/
The GUI for the program is created with wxFormBuilder. I am unsure how to make the number of entries changeable. I hope 32 will be sufficient.
bye
Hi,
UsbdmScript is mainly intended for use by the GUI programmers for doing initialisation etc, not really a full blown utility. It does not support reading and saving memory ranges although it could be reasonably easily added. I'll think about how hard it is.
I will increase the number of entries in Memory dump but I am currently trying to track down some problems with my windows build (under Linux) at the moment so I will need to solve these first.
bye