• Change of TCP Library stops my run to main?
    Hi, I'm hoping this is just a silly mistake but I'm struggling to find the problem. I have a project that is up and running on an LPC2468. It's an RTOS with a number of tasks and also uses the keil...
  • 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...
  • Does Not enter main while debugging
    Hi All, I am using STM32 ARM cortex controller.I use UIlink debugger I am new to controller programming. I have written a program which sets one of the GPIO Pin. The program compiles with no errors...
  • 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...
  • Program does not jump to Main()
    Hello there! The problem I'm facing is quite simple: when I try to debug my program it doesn't jump to the main function. All I can see in the debug window after the code is loaded into the uC is...