<?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 UART DATA TRANSFER PROBLEM in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DATA-TRANSFER-PROBLEM/m-p/725275#M44382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using USB -TTL-5V cable to work with MKE02Z64VLC chip. Mine receiver on interrupt only receiving one character. Should I toggle CTS pin to receive rest of characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void AS1_OnRxCharExt(AS1_TComData Chr)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;/* Write your code here ... */&lt;BR /&gt;&amp;nbsp;word Received;&lt;BR /&gt;&amp;nbsp;//byte err = 0;&lt;BR /&gt;&amp;nbsp;(void) AS1_RecvBlock((byte*) &amp;amp;rx_message.RxBuffer, RX_DATA_BUFF_SIZE, &amp;amp;Received);&amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to different received data length I need to detect last character '\0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 04:56:55 GMT</pubDate>
    <dc:creator>marceli1</dc:creator>
    <dc:date>2017-12-18T04:56:55Z</dc:date>
    <item>
      <title>UART DATA TRANSFER PROBLEM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DATA-TRANSFER-PROBLEM/m-p/725275#M44382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using USB -TTL-5V cable to work with MKE02Z64VLC chip. Mine receiver on interrupt only receiving one character. Should I toggle CTS pin to receive rest of characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void AS1_OnRxCharExt(AS1_TComData Chr)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;/* Write your code here ... */&lt;BR /&gt;&amp;nbsp;word Received;&lt;BR /&gt;&amp;nbsp;//byte err = 0;&lt;BR /&gt;&amp;nbsp;(void) AS1_RecvBlock((byte*) &amp;amp;rx_message.RxBuffer, RX_DATA_BUFF_SIZE, &amp;amp;Received);&amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to different received data length I need to detect last character '\0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 04:56:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DATA-TRANSFER-PROBLEM/m-p/725275#M44382</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-12-18T04:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: UART DATA TRANSFER PROBLEM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DATA-TRANSFER-PROBLEM/m-p/725276#M44383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem finally was solved, as:&amp;nbsp; while using only Internal oscillator it can not be adjusted for standard baud rate. Just use whatever it gets, i.e. 58308.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New code looks like this see attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 00:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DATA-TRANSFER-PROBLEM/m-p/725276#M44383</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-12-20T00:50:08Z</dc:date>
    </item>
  </channel>
</rss>

