Content originally posted in LPCWare by JSalisbury on Tue Jun 07 03:27:06 MST 2011
Hi,
I am useing the LPC1114, I am wanting to use PIO3_0 as the DTR transmit enable pin. I am finding it isn't working correctly. I am setting,
LPC_IOCON->PIO3_0= 0x1; /* UART_DTR as direction control */
I am finding that in the debugger IOCON PIO3_0 2:0 is set to reserve, and I note that PIO3_0 is the only option in the pull down list, the other 3 are reserved.
I am wanting to use the UART in polling not interupt mode, do you have any other suggestions?
Thanks