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

Debugging properly but not running onboard.

Hello,
I am using Uv4 for LPC2148, my LED blinking program works fine in debug mode but does not runs on the board. I am using Flash magic to flash the program.
Pls help.

Parents
  • I'm not sure if the debug has been done in a software simulator or in the actual board but it is the only case to see the result of this code since there is no delay between the different led states.

    Unless you uses steps in a debugger to be able to pause and view each step result you will see nothing because the loop is executed with a very high speed.

    Alex

Reply
  • I'm not sure if the debug has been done in a software simulator or in the actual board but it is the only case to see the result of this code since there is no delay between the different led states.

    Unless you uses steps in a debugger to be able to pause and view each step result you will see nothing because the loop is executed with a very high speed.

    Alex

Children
No data