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

debugger stuck in start up file

I am using Tive C series TMC123gh6pm ARM cortex controller.I use Keil v.5.27 debugger
. I have written a program which sets two of the GPIO Pins.
The program compiles with no errors. When I debug the code line by line, i could see that it doesnt enter my main. It stops after SystemInit function in start up file. I cannot see it executing my functions. When upload codes to the board codes works well.
Any idea on this would be appreciated.