During some integration tests of my embedded system, the firmware is being reset multiple times. (Software reset. The power is always on)I would like to run the firmware in debug mode to collect some coverage data during testing.
Now on every reset, the debugger stops at the main() function.
Is there a way to turn this off? This is very annoying since it makes it impossible to run these automated tests in debug mode.
I'm using the ULINK Pro Cortex Debugger.
You actually described the problem. With (Run to main()) disabled the program stops at first instruction. With (Run to main()) enabled the program stops at main().I'm looking for an option to don't stop at all after a reset.
disable the option "Stop after Reset" should do as you want
www.keil.com/.../ulink2_ctx_debug.htm