Thanks for your response
I think I have done as you've said. Though I still need to test the pin via scope though.
for one I have
CLOCK_EnableClock(kCLOCK_PortC);
for two I have
PORT_SetPinMux(PORTC, 16u, kPORT_MuxAlt3);
PORT_SetPinMux(PORTC, 17u, kPORT_MuxAlt3);
for three I'm using the UART_WriteBlocking and UART_ReadBlocking functions. Do you know if these functions continue to transmit until they are received? Or should I try to use the nonblocking forms of these functions?
Thanks,
Timothy