• The main program loop
    Hello, I use the C51 compilers to compile C programs to the 87C51 microcontroller. When i compile my file, te compiler makes the program as endless loop ( The program runs continuously ). How can compile...
  • Modify stack dimension in main main application
    I am using an LPC2478 i have a firmware like this: 1) the bootloader hardcoded in the micro does some stuff and jumps to 0x00000000 2) my bootloader at 0x00000000 executes startup.s (where it...
  • LPC1857 does not come out of ISP MODE
    Hi all, I am new to NXP, i am using MCB1800 for LPC1857. I am trying to download code into internal flash memory with the help of Flash Magic it seems to be working fine. I have set all boot...
  • 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...
  • 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...