Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
Is UART TX/RX pin map image of FRDM-K64F wrong?
The pin map image of FRDM-K64F shows that RX=PTC17, TX=PTC16. But, the User's guide http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf shows that PTB16 UART1_RX and PTB17 UART1_TX.
I tested serial communication. Results are the following: NG: Serial test(PTC16,PTC17) OK: Serial test(PTC17,PTC16)
Is that correct?
Question relating to:
1 Answer
10 years, 6 months ago.
Hello,
it does not say that USBRX/TX (default serial pins) are PTC pins, at least the first picture on the K64F page. There is UART3 on the picture.
Regards,
0xc0170
Thank you for reply.
I am not saying about USBRX/TX.
According to the datasheet http://cache.freescale.com/files/microcontrollers/doc/data_sheet/K64P144M120SF5.pdf PTB16 is UART0_RX, PTB17 is UART0_TX PTC16 is UART3_RX, PTC17 is UART3_TX
The pin map picture says PTC16 is UART3_TX, PTB17 is UART3_RX.
Which one is correct?
Regards
posted by 16 May 2014aRe you referring to this picture ? http://mbed.org/media/uploads/sam_grove/k64f_arduino.jpg ? I see UART3 connected to PTC pins (that's correct).
posted by 16 May 2014
This has been corrected. Thanks for pointing it out.
posted by Sam Grove 19 May 2014