<?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: Cannot transmit serial data over UART0 in FRDM-KE02Z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378668#M20076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joern,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I would have enough information with the FRDM-KE02Z User's Manual. I've just checked the schematics and you're right, lot of resistors are not populated by default.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 10:15:20 GMT</pubDate>
    <dc:creator>gschelotto</dc:creator>
    <dc:date>2014-08-26T10:15:20Z</dc:date>
    <item>
      <title>Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378666#M20074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to send data over UART0 in KE02Z board but I cannot get the Tx signal in the oscilloscope. I'm using KDS 1.1.0 and PE for the drivers initialization and management. I've created an AS1:AsynchroSerial component with the next configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;IMG alt="Untitled.png" src="https://community.nxp.com/t5/image/serverpage/image-id/44778i93E9DB28FF0826C3/image-size/large?v=v2&amp;amp;px=999" title="Untitled.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and checked all Initialization options.&lt;/P&gt;&lt;P&gt;The application code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1409041064703614" jivemacro_uid="_1409041064703614"&gt;
&lt;P&gt;AS1_Init();&lt;/P&gt;
&lt;P&gt;AS1_SendChar('a');&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end I expected to see the Tx signal of 'a' on PTB1 however I get a constant zero signal.&lt;/P&gt;&lt;P&gt;Did I miss something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378666#M20074</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2020-11-02T13:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378667#M20075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaston,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default, the transmitter of UART0 is connected to the infrared diode on the KE02Z Freedom board.&lt;/P&gt;&lt;P&gt;There is a small 0-ohm resistor R14, that has to be soldered on R15 (which should be empty).&lt;/P&gt;&lt;P&gt;The two resistors are placed between til KE02 and the jumper rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, Joern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:59:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378667#M20075</guid>
      <dc:creator>JPE</dc:creator>
      <dc:date>2014-08-26T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378668#M20076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joern,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I would have enough information with the FRDM-KE02Z User's Manual. I've just checked the schematics and you're right, lot of resistors are not populated by default.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 10:15:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378668#M20076</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2014-08-26T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378669#M20077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, if I configure UART0 Tx as PTB1 everything goes well. However if it tied to PTA3 (PE allows both options) Tx pin does not work.&lt;/P&gt;&lt;P&gt;Previously I removed R45 and R42 and populated a couple of 0R in R39 and R47&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 11:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378669#M20077</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2014-08-26T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378670#M20078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not used that configuration of UART0 myself.&lt;/P&gt;&lt;P&gt;But if you have changed the resistors from R45 to R47 and from R42 to R39, then the hardware should be set up correctly to get access to UART0 via the connector J2.&lt;/P&gt;&lt;P&gt;Make sure, that no other functions are using the same pins.&lt;/P&gt;&lt;P&gt;To check the connection, you could also try to set up PTA2 and PTA3 as general purpose IOs and see, if you can toggle them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 07:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378670#M20078</guid>
      <dc:creator>JPE</dc:creator>
      <dc:date>2014-08-27T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot transmit serial data over UART0 in FRDM-KE02Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378671#M20079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I've already done a toggle test over PTA3 with no success. There're no other resources that use this pin.&lt;/P&gt;&lt;P&gt;I'll post the issue in another thread and attach the KDS project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 09:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cannot-transmit-serial-data-over-UART0-in-FRDM-KE02Z/m-p/378671#M20079</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2014-08-27T09:44:44Z</dc:date>
    </item>
  </channel>
</rss>

