I'm wondering if there is a way of "remotely" gathering memory dumps from UVision3. I'm writing a Windows based test suit that controls our and tests one of our products and I'd like to automatically gather information from the device under test via the debugger at the same time. Maybe I can do it directly through the JTAG but that is beyond me at the moment, so I was wondering if there is a shortcut through the Keil debugger/API. Any guidance would be appreciated.
http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm
http://www.keil.com/download/list/uvision.htm
www.keil.com/.../search.asp
Thanks for the links, but none of these "obviously" tell me how to do what I want. Starting with the command line stuff appears to only be applicable to UV4 and even with that there is not a way to gather memory information shown on the running IDE. Searching has not helped me either. Is there anyone out there who hastried to do this?