Content originally posted in LPCWare by frankwu5 on Wed Jun 09 03:22:49 MST 2010
Hello:
I use the code in my program as below and debug in LPCXpresso environment(LPCXpresso BOARD - Target LPC1114).
LPC_IOCON->JTAG_TCK_PIO0_10 &= ~0x07;
LPC_IOCON->JTAG_TCK_PIO0_10 |= 0x02; /* Timer0_16 MAT2 */
I make a mistake to use a pin for debugging.
What could I do to recover the porblem? Can I programming any code without dedugging to solve it?
Best Regards,
Frank