Hi Kerbouche,
There are many UART examples in (Software Development Kit for Kinetis MCUs|NXP ).
You can select and download SDK_2.0_FRDM-K64F in Kinetis SDK Builder (REV 2 & 1.3)

The uart examples can be found in the installed folder (such as E:\SDK_2.0_FRDM-K64F\boards\frdmk64f\driver_examples\uart)

The Demo(driver_examples\uart\interrupt\iar) use UART0 as DEMO_UART, you can change it to UART3.

Select the PTB10 and PTB11 as the UART3 function.

When the demo runs successfully, the log would be seen on the UART3 (PTB10 and PTB11) terminal .
Best Regards,
Robin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------