This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Keil uVision] Stop debugger after test execution

Hi,
I have written some tests with the unity test framework. All tests are running on the simulator. Using the command line I am trying to automatically run the tests on my continous integration server.

When I run my tests in the debugger, the test program runs into a HardFault error after main() is executed. I would like to stop the debugger after main() has been executed.

Any suggestions on how to run my tests automatically are greatly appreciated.

Thanks in advance