<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: UART3  in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462128#M27716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerbouche,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean with "right instruction to send and recive data"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check K64's reference manual (&lt;A href="http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VE…&lt;/A&gt; ) you can see chapter 52 related to UART and there you can find reference for UART Data Register (UART0_D) that is used to read/transmit data. Obviously, you need to configure all the module (Bit formatting, Baud Rate, Interrupts, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for some stacks, you can look at KSDK package that is available for FRDM-K64. There you can find examples for UART in different configurations such as polling mode, non-blocking, blocking and more. (&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK" title="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Isaac Avila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 01:43:59 GMT</pubDate>
    <dc:creator>isaacavila</dc:creator>
    <dc:date>2016-03-09T01:43:59Z</dc:date>
    <item>
      <title>UART3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462127#M27715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm working with the FRDM K64 board and i couldn't find the right instruction to send and recive data through UART3&lt;/P&gt;&lt;P&gt;thank's a lot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462127#M27715</guid>
      <dc:creator>kerboucheabdela</dc:creator>
      <dc:date>2016-03-08T18:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: UART3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462128#M27716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerbouche,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean with "right instruction to send and recive data"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check K64's reference manual (&lt;A href="http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.nxp.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VE…&lt;/A&gt; ) you can see chapter 52 related to UART and there you can find reference for UART Data Register (UART0_D) that is used to read/transmit data. Obviously, you need to configure all the module (Bit formatting, Baud Rate, Interrupts, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for some stacks, you can look at KSDK package that is available for FRDM-K64. There you can find examples for UART in different configurations such as polling mode, non-blocking, blocking and more. (&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK" title="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Isaac Avila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 01:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462128#M27716</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-03-09T01:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: UART3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462129#M27717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerbouche,&lt;/P&gt;&lt;P&gt;There are many UART examples in (&lt;A class="jive-link-external-small" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Frun-time-software%2Fkinetis-software-and-tools%2Fdevelopment-platforms-with-mbed%2Fsoftware-development-kit-for-kinetis-mcus%3AKINETIS-SDK%3Ftid%3DredKINETIS_SDK" rel="nofollow" target="_blank"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;You can select and download SDK_2.0_FRDM-K64F in &lt;A class="dtmAssetClick" data-dtmassettype="Download" data-dtmname="Kinetis SDK Builder" href="http://cache.nxp.com/files/32bit/software_tools/KINETIS-EXPERT-TOOL.html" style="color: #7bb1db;" target="_blank"&gt;Kinetis SDK Builder&lt;/A&gt;&lt;SPAN class="small-rev" style="font-size: 12px; color: #b0b0b0; font-weight: 400;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;(REV 2 &amp;amp; 1.3)&lt;/SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SDK_2.0_FRDM-K64F.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22112iECB3CF9B147A0F03/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDK_2.0_FRDM-K64F.jpg" alt="SDK_2.0_FRDM-K64F.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The uart examples can be found in the installed folder (such as E:\SDK_2.0_FRDM-K64F\boards\frdmk64f\driver_examples\uart)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="uart examples in SDK_2.0_FRDM-K64F.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22189iBB6E5C555E693F5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="uart examples in SDK_2.0_FRDM-K64F.jpg" alt="uart examples in SDK_2.0_FRDM-K64F.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Demo(driver_examples\uart\interrupt\iar) use UART0 as DEMO_UART, you can change it to UART3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="modify definitions.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22194i9C5AE1DDC0610F74/image-size/large?v=v2&amp;amp;px=999" role="button" title="modify definitions.jpg" alt="modify definitions.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the PTB10 and PTB11 as the UART3 function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="modify UART3 pins.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22113i0387357E160DB340/image-size/large?v=v2&amp;amp;px=999" role="button" title="modify UART3 pins.jpg" alt="modify UART3 pins.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When the demo runs successfully, the log would be seen on the UART3 (PTB10 and PTB11) terminal .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462129#M27717</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2016-03-09T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: UART3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462130#M27718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the help im gona try that :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462130#M27718</guid>
      <dc:creator>kerboucheabdela</dc:creator>
      <dc:date>2016-03-09T18:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: UART3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462131#M27719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you were so helpful ,thank you , i'm a biginner and im working on RFID project so i need a UART communication with the RFID Reader &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART3/m-p/462131#M27719</guid>
      <dc:creator>kerboucheabdela</dc:creator>
      <dc:date>2016-03-09T18:12:07Z</dc:date>
    </item>
  </channel>
</rss>

