Hi,
Is it possible to save the watch variables and its contents to a file using Keil Microvision ?
Thanks in Advance.
To Document acquisition parameteres.
You can put the watch varibles in a debug function then allocate the output to a com port or file. Look at debug commands like SLOG which creates a file of input and output from the Serial window. Also ASSIGN. there may be more.
Hope this helps.