Hi,
Is it possible to save the watch variables and its contents to a file using Keil Microvision ?
Thanks in Advance.
why "save watches to a file" when you see something wrong in a watch, you act on it.
Erik
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.