<?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>Kinetis MicrocontrollersのトピックRe: KW38 UART not working when changing pin config</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1528949#M64091</link>
    <description>&lt;P&gt;Hi Nidhim,&lt;/P&gt;
&lt;P&gt;Could you please help us with more details about your print interface?&lt;/P&gt;
&lt;P&gt;Just to confirm, are you using the &lt;A href="https://www.nxp.com/design/designs/freedom-development-kit-for-kw39-38-37-mcus:FRDM-KW38" target="_blank"&gt;FRDM-KW38&lt;/A&gt; or is it a custom board?&lt;/P&gt;
&lt;P&gt;The FRDM-KW38 EVB OpenSDA Interface routes pin 42 (LPUART0_RX) and pin 43 (LPUART0_TX) to an USB interface, which makes the console printing (on your PC) possible using this interface as source when connecting the board via USB (J11).&lt;/P&gt;
&lt;P lang="es-MX"&gt;If your application is intended to print data in console (on your PC), and UART pins need to be changed (for example, to pin 38 and pin 39), you may need to implement an external UART to USB converter when using UART for serial printing.&lt;/P&gt;
&lt;P lang="es-MX"&gt;Also, if you are using a SDK example project, please note that UART should be selected in Project Options when importing the example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_1-1664295098185.png" style="width: 722px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195059i7F13681B4A377E80/image-dimensions/722x420?v=v2" width="722" height="420" role="button" title="EduardoZamora_1-1664295098185.png" alt="EduardoZamora_1-1664295098185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 16:12:45 GMT</pubDate>
    <dc:creator>EduardoZamora</dc:creator>
    <dc:date>2022-09-27T16:12:45Z</dc:date>
    <item>
      <title>KW38 UART not working when changing pin config</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1528873#M64090</link>
      <description>&lt;P&gt;"hello world." is not printed on output terminal.&lt;/P&gt;&lt;P&gt;I am using frdmkw36_demo_apps_hello_world example.&lt;/P&gt;&lt;P&gt;I change LPUART_RX from pin 42 to 38 and LPUART_TX from pin 43 to 39 by using mcuxpresso pin config tools. Also i tried with LPUART_RX - pin 46 and LPUART_TX - pin 47.&lt;/P&gt;&lt;P&gt;How to print "hello world." using LPUART_RX as pin 38 and LPUART_TX as pin 39 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1528873#M64090</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-09-27T13:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 UART not working when changing pin config</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1528949#M64091</link>
      <description>&lt;P&gt;Hi Nidhim,&lt;/P&gt;
&lt;P&gt;Could you please help us with more details about your print interface?&lt;/P&gt;
&lt;P&gt;Just to confirm, are you using the &lt;A href="https://www.nxp.com/design/designs/freedom-development-kit-for-kw39-38-37-mcus:FRDM-KW38" target="_blank"&gt;FRDM-KW38&lt;/A&gt; or is it a custom board?&lt;/P&gt;
&lt;P&gt;The FRDM-KW38 EVB OpenSDA Interface routes pin 42 (LPUART0_RX) and pin 43 (LPUART0_TX) to an USB interface, which makes the console printing (on your PC) possible using this interface as source when connecting the board via USB (J11).&lt;/P&gt;
&lt;P lang="es-MX"&gt;If your application is intended to print data in console (on your PC), and UART pins need to be changed (for example, to pin 38 and pin 39), you may need to implement an external UART to USB converter when using UART for serial printing.&lt;/P&gt;
&lt;P lang="es-MX"&gt;Also, if you are using a SDK example project, please note that UART should be selected in Project Options when importing the example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_1-1664295098185.png" style="width: 722px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195059i7F13681B4A377E80/image-dimensions/722x420?v=v2" width="722" height="420" role="button" title="EduardoZamora_1-1664295098185.png" alt="EduardoZamora_1-1664295098185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 16:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1528949#M64091</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2022-09-27T16:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 UART not working when changing pin config</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1530406#M64093</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for clarification.&lt;/P&gt;&lt;P&gt;I am using KW36 EVB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nidhin&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 11:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW38-UART-not-working-when-changing-pin-config/m-p/1530406#M64093</guid>
      <dc:creator>nidhintomy</dc:creator>
      <dc:date>2022-09-29T11:41:55Z</dc:date>
    </item>
  </channel>
</rss>

