We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I would like to copy a value of memory window then paste to excel in PC.How do I ?
You can use the Debug command Display (D) which prints the results in the Command window.
You can select the lines in the Command window and copy to Clipboard (right mouse click or Ctrl+C).
You can log all the Command Window output to a file:
http://www.keil.com/support/man/docs/uv4/uv4_cm_log.htm
You can also save sections of memory to a hex file:
http://www.keil.com/support/man/docs/uv4/uv4_cm_save.htm
You can do formatted output in Debug Functions:
http://www.keil.com/support/man/docs/uv4/uv4_printf.htm