Hi all, i'm testing LPC1769 on a LPCxpresso board, when I use debugger on IDE, the code is executed OK but when I power UP the board the code isn't executed, what is wrong?
Hi, the original problem was produced for a "printf()" statement, deleting this instruction the problem don't occur. I think that the cause for this anomaly is that the debug module load automatically the library that contain the code for the printf statement.
This can be caused by an external reset being applied to the LPC11U35 debug probe on the board as the board starts up. The attached notes from Embedded Artists explain the problem and how to modify the board to avoid it.