<?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: KE04 Cannot receive from UART after hot-plugging. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1150048#M58013</link>
    <description>&lt;P&gt;Hi jun1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thanks for the updated information that you have solved the issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Any new questions in the future, welcome to create the new question post!&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;
&lt;P&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 05:40:05 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2020-09-08T05:40:05Z</dc:date>
    <item>
      <title>KE04 Cannot receive from UART after hot-plugging.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149353#M57992</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Please kindly advise.&lt;/P&gt;&lt;P&gt;We are developing a hot-plugging package.&lt;BR /&gt;I communicate with the outside via RS485, but communication may not be possible when the package is inserted live.&lt;BR /&gt;Since the LED lighting control is working, it seems that only serial communication is disabled.&lt;BR /&gt;After communication is disabled, if the power of the device itself is turned OFF/ON with the package inserted, communication will start.&lt;/P&gt;&lt;P&gt;Is there a possibility that the UART module will be affected by the rising power supply?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jun.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 01:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149353#M57992</guid>
      <dc:creator>jun1</dc:creator>
      <dc:date>2020-09-07T01:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: KE04 Cannot receive from UART after hot-plugging.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149653#M58003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/79895" target="_self"&gt;&lt;SPAN class=""&gt;jun1&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Do you debug your code while do the hot pluging?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You can debug your KE04, when you do the hot plugging, and the UART can't communicate, check the register, especially the status register, which error happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Do you clear the error register when the error happens in your code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;
&lt;P&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 10:00:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149653#M58003</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-09-07T10:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: KE04 Cannot receive from UART after hot-plugging.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149985#M58012</link>
      <description>&lt;P&gt;thank you for your answer.&lt;BR /&gt;After that, it turned out that there was another reason (communication ID error). I apologize for the trouble.&lt;BR /&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 03:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1149985#M58012</guid>
      <dc:creator>jun1</dc:creator>
      <dc:date>2020-09-08T03:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: KE04 Cannot receive from UART after hot-plugging.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1150048#M58013</link>
      <description>&lt;P&gt;Hi jun1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thanks for the updated information that you have solved the issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Any new questions in the future, welcome to create the new question post!&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;
&lt;P&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 05:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04-Cannot-receive-from-UART-after-hot-plugging/m-p/1150048#M58013</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-09-08T05:40:05Z</dc:date>
    </item>
  </channel>
</rss>

