Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: uVision: How to close debug session at end of main? (1 Replies)

$
0
0
Hello everybody, I am trying to automate my tests with Keil uVision. I have written several unit-tests with the testing library Unity. Every test is encapsulated in a separate Keil project. The tests on the simulator. The test output is written to the Debug Viewer (debug_printf). The created test-runner has a main function (int main(void))that returns after the tests are executed. When main returns I want the debug session to end. At the moment the debug session stays open.

Viewing all articles
Browse latest Browse all 3049

Trending Articles