We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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