I have been tasked with using pins PTA16 and PTA17 for RX and TX to a UART (any UART) on the K64. Based on what I can research so far I do not think it is possible. Am I wrong?
Thanks,
John Baker
已解决! 转到解答。
John
These pisn don't have UART Tx/Rx functionality.
The closest they coulld do is UART0_CTS_b and UART0_RTS_b.
Regards
Mark
在原帖中查看解决方案
That’s what I thought. I just wanted to make sure I was not missing anything. We are using PTA14 and 15 now with UART0 so we should be good.
Thanks!!