• Set "Use Simulator" and "Run to main()" in Debug but does not stop at main()
    I am using uVision V5.15.0 and built an generic M4 based project with "Hello World" program. Set "Use Simulator" and "Run to main()" in Debug tab, built code and started Debug Session, but debugger does...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • Putting main() into a library
    Hello, i'm trying to solve the following situation: building a library which contains some functions and also main(). The goal is, to use this as a framework and link it with a user supplied module...
  • JTAG debugger doesn't stop in main task
    Hi, I am using ulink2 JTAG debugger. Though I have very strange problem. If I put break point in main (I mean in _task_ 0) then program doesn't hit the break point. But if I put break point in other...
  • Can not run to the main() in debuging mode.
    hi, I create a simple project to test a retargeting printf function with RTX kernel. when I created the project, I selected the "Use Microlib" option in the target option. And the project code was...