<?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: KE02 and KL02 micro to micro UART communication issues, help needed</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407983#M22892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please specify what did you change? &lt;/P&gt;&lt;P&gt;If baud rate, then what baud rate you are using currently? &lt;/P&gt;&lt;P&gt;Did you change the KL02 code , if so what exactly you changed.&lt;/P&gt;&lt;P&gt;Meanwhile I will try to reduce the baud and check here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 08:23:42 GMT</pubDate>
    <dc:creator>umsankarkalluru</dc:creator>
    <dc:date>2015-06-03T08:23:42Z</dc:date>
    <item>
      <title>KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407976#M22885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MKE02Z64VLD2 and MKL02Z32VFM4 micros on the same board, and they are communicating using UART null modem (Just Tx and Rx are connected).&lt;/P&gt;&lt;P&gt;I am transmitting 6 bytes of data from KL02 to KE02, The below is array of data i am sending for different 18 events which will occur on KL02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x01, 0x00, 0x01, 0x00, 0x01},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x02, 0x00, 0x02, 0x00, 0x02},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x00, 0x01, 0x00, 0x01, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x02, 0x00, 0x02, 0x00, 0x02, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x01, 0x00, 0x01, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x01, 0x00, 0x01},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x01, 0x02, 0x03, 0x04},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x01, 0x02, 0x00, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x00, 0x02, 0x01},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x00, 0x00, 0x01},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x02, 0x00, 0x00, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x02, 0x00, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x00, 0x02, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x01, 0x04, 0x00, 0x00, 0x00, 0x02},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x00, 0x00, 0x00, 0x00, 0x01},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x00, 0x00, 0x00, 0x02, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x00, 0x00, 0x03, 0x00, 0x00},&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{0x00, 0x04, 0x00, 0x00, 0x00, 0x00}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;The issue I am facing here is , &lt;/SPAN&gt;whenever&lt;SPAN style="line-height: 1.5;"&gt; the data contains two or more 0x00 in the packet the KE02 micro &lt;/SPAN&gt;does not&lt;SPAN style="line-height: 1.5;"&gt; receive 6 bytes instead it received 5 bytes and even the received 5 bytes are not correct, I might receive 0x00, 0xC0, 0x00, 0x0E, 0x01. Which were not expected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I am using &lt;/SPAN&gt;interrupt&lt;SPAN style="line-height: 1.5;"&gt; service to send and receive bytes on both micros. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Anyone has faced such issue earlier, please help me. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 10:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407976#M22885</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-05-28T10:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407977#M22886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It need to check the UART interrupt ISR routine.&lt;/P&gt;&lt;P&gt;If it is possible, could you provide your test code?&lt;/P&gt;&lt;P&gt;We could check if there with software issue. Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 06:57:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407977#M22886</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-05-29T06:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407978#M22887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reply, please find the attached project workspace, &lt;/P&gt;&lt;P&gt;I used KDS 2.00 IDE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407978#M22887</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-05-29T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407979#M22888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a similar test with FRDM-KE02Z board and FRDM-KL02Z board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2015-06-03_11-20-38.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32330iEB1311235D5348AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2015-06-03_11-20-38.png" alt="2015-06-03_11-20-38.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't meet you mentioned issue.&lt;/P&gt;&lt;P&gt;You could find my test video and I also attached the test code for your reference.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6185799540001w320h240r454" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6185799540001" data-account="6153537070001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6153537070001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6185799540001w320h240r454');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.nxp.com/t5/video/gallerypage/video-id/6185799540001"&gt;（マイビデオを表示）&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 04:53:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407979#M22888</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-03T04:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407980#M22889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui_Ma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for spending time and providing the feedback on this.&lt;/P&gt;&lt;P&gt;The above experiment you did and code I have provided works communicating from KE02 to KL02, but the actual problem was to communicate from KL02 to KE02.&lt;/P&gt;&lt;P&gt;I repeated the experiment with custom board with KL02 processor and FRDM-KE02Z board and i still face the issue of not communicating properly from KL02 to KE02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached code which will communicate from KL02 to KE02,&lt;/P&gt;&lt;P&gt;Since I don't have KL02 freescale demo board , can you please run the attached firmware on the above setup you have and let me know if you see the correct bytes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407980#M22889</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-06-03T05:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407981#M22890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find similar error with FRDM-KL02Z board.&lt;/P&gt;&lt;P&gt;When using the same routine with FRDM-KE02Z, there will added to send a 0x00 and the following data is also incorrect.&lt;/P&gt;&lt;P&gt;So, I change the transfer way and using below code, I will get the correct data output from FRDM-KL02Z.&lt;/P&gt;&lt;P&gt;Error = AS1_SendBlock(MySerialPtr, OutData, 8U);/* Initialization of AS1 component */&lt;/P&gt;&lt;P&gt;Please try if it works for you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407981#M22890</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-03T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407982#M22891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you slow down the baud rate, if the problem could be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407982#M22891</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-03T08:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407983#M22892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please specify what did you change? &lt;/P&gt;&lt;P&gt;If baud rate, then what baud rate you are using currently? &lt;/P&gt;&lt;P&gt;Did you change the KL02 code , if so what exactly you changed.&lt;/P&gt;&lt;P&gt;Meanwhile I will try to reduce the baud and check here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:23:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407983#M22892</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-06-03T08:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407984#M22893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check attached KL02 code, which I change the code and also the baud rate to 57600.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:57:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407984#M22893</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-03T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407985#M22894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui_Ma, &lt;/P&gt;&lt;P&gt;Thanks for your help. I still see problem when I am sending multiple packers. &lt;/P&gt;&lt;P&gt;Can you please send the below array data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uint8 cmd_to_micro_debug[18][6] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x01, 0x00, 0x01, 0x00, 0x01},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x02, 0x00, 0x02, 0x00, 0x02},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x00, 0x01, 0x00, 0x01, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x02, 0x00, 0x02, 0x00, 0x02, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x01, 0x00, 0x01, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x01, 0x00, 0x01},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x01, 0x02, 0x03, 0x04},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x01, 0x02, 0x00, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x00, 0x02, 0x01},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x00, 0x00, 0x01},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x02, 0x00, 0x00, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x02, 0x00, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x00, 0x02, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x01, 0x04, 0x00, 0x00, 0x00, 0x02},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x00, 0x00, 0x00, 0x00, 0x01},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x00, 0x00, 0x00, 0x02, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x00, 0x00, 0x03, 0x00, 0x00},&lt;/P&gt;&lt;P&gt;&amp;nbsp; {0x00, 0x04, 0x00, 0x00, 0x00, 0x00}&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was sending the above 18 packets of each 6 bytes on different events (button press), the baud I am using us 4809 which is slower than yours.&lt;/P&gt;&lt;P&gt;The below bold packers are the wrong ones i received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x3&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE height="27" style="width: 200px; height: 21px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;0x1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x4&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0xc0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE height="27" style="width: 189px; height: 19px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x1&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE height="27" style="width: 150px; height: 23px;" width="161"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE height="27" style="width: 154px; height: 27px;" width="165"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt; 0x2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0x0&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x3&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x4&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;TD&gt;0x0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send the above data in your set up periodically say every 1 Sec. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you so much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407985#M22894</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-06-03T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407986#M22895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui_Ma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the above data? can you please share your testing results? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 05:48:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407986#M22895</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-06-04T05:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407987#M22896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui_Ma,&lt;/P&gt;&lt;P&gt;We could solve the issue by using external clock instead of internal clock, which was causing some timing issue.&lt;/P&gt;&lt;P&gt;KL02 internal clock was having tolerance/inaccuracy issues.&lt;/P&gt;&lt;P&gt;In HW for KL02 microcontroller we had to remove crystal capacitors and resistors to make external clock functional&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407987#M22896</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-06-04T09:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407988#M22897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the info.&lt;/P&gt;&lt;P&gt;When customer want to use KL02 internal clock, it need to be trimmed firstly.&lt;/P&gt;&lt;P&gt;During my test, I also using the external 32KHz clock source of FRDM-KL02Z board.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 00:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407988#M22897</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-05T00:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407989#M22898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;As we know earlier KE02 and KL02 had UART communication issue with internal clock, we are facing the same issue with KE04 part.&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;PC tool is configured for 9600 baud rate and KE04 part is configured close to 8192 and communication works. &lt;/P&gt;&lt;P&gt;But if KE04 is configured close to 9600, say 9500 the communication doesn't work.&lt;/P&gt;&lt;P&gt;Expected:&lt;/P&gt;&lt;P&gt;0x06, 0x07, 0x08, 0x09, 0x10, 0x11, 0x01, 0x04, 0x01, 0x00, 0x01, 0x00, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18&lt;/P&gt;&lt;P&gt;Received:&lt;/P&gt;&lt;P&gt;0x42, 0x88, 0x45, 0x48, 0x41, 0x28, 0x40, 0x20, 0x4B, 0x69, 0x70, 0x4B, 0xFC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And you are saying that "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;it need to be trimmed firstly&lt;/SPAN&gt;", can you please guide me what exactly you meant. Giving SCTRIM value differently and checking will work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 08:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407989#M22898</guid>
      <dc:creator>umsankarkalluru</dc:creator>
      <dc:date>2015-07-15T08:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 and KL02 micro to micro UART communication issues, help needed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407990#M22899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check attached document about how to use P&amp;amp;E Multilink Universal tool to trim the internal ICS clock with CodeWarrior or KDS software.&lt;/P&gt;&lt;P&gt;And below is the software to load trim value to related registers:&lt;/P&gt;&lt;P style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;DIV style="background-color: inherit;"&gt;&amp;nbsp; if ( *((uint8_t*) 0x03FFU) != 0xFFU) {&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: inherit;"&gt;&amp;nbsp; &lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt; ICS_C3 = *((uint8_t*) 0x03FFU);&lt;/P&gt;&lt;P style="background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="background-color: inherit;"&gt;&amp;nbsp; if ( *((uint8_t*) 0x03FEU) != 0xFFU) {&lt;/P&gt;&lt;P style="background-color: inherit;"&gt;&amp;nbsp; &lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt; ICS_C4 |= *((uint8_t*) 0x03FEU);&lt;/P&gt;&lt;P style="background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE02-and-KL02-micro-to-micro-UART-communication-issues-help/m-p/407990#M22899</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-07-16T00:00:46Z</dc:date>
    </item>
  </channel>
</rss>

