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

While running keil in debug mode, it is stopping.

I am using MCU Cortex-M4 and running keil on simulator. In debug mode while running it is getting stopped at _sys_open function in call stack but in text editor arrows showing at SystemInit after stopping and we have to again initiate run to continue running code. Like this it is getting stopped for 3 to 4 times before entering into main. I am not using break points. I want code to run with out stop after initiating run. please help any one.