Hi,
I'm using Keil uVision V4.03 for an ARM 32-bit Cortex-M3 Microcontroller (STM32F103ZD device). I need to execute test cases from command line and save test results in a file.
1. SLOG ON 2. run the test 3. SLOG OFF
I've executed project using debug mode and I'm using an debug initialization file in which i have written:
G, main SLOG >> testResults.txt SLOG OFF
But if I write in the initialization file SLOG OFF nothing is logging into file. Some time is needed between to run all tests before SLOG OFF. Is there any way to delay that SLOG OFF? I need to do it automatically.
Thanks in advance