<?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>LPC MicrocontrollersのトピックRe: character not Received on UART</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966045#M38259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; It's good to hear you solved it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have the new question in the future, welcome to create the new case!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, please help to mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&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;BR /&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;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 01:51:11 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-07-17T01:51:11Z</dc:date>
    <item>
      <title>character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966040#M38254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am initialising the driver as follows. example code is for UART2. the same effect is seen also for UART1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;void InitUART2(void)&lt;BR /&gt;{&lt;BR /&gt; Driver_USART2.Initialize(USART2_SignalEvent_t);&lt;BR /&gt; Driver_USART2.PowerControl(ARM_POWER_FULL);&lt;BR /&gt; Driver_USART2.Control(ARM_USART_MODE_ASYNCHRONOUS, 115200);&lt;/P&gt;&lt;P&gt;// Enable RX und TX&lt;BR /&gt; Driver_USART2.Control(ARM_USART_CONTROL_TX, 1);&lt;BR /&gt; Driver_USART2.Control(ARM_USART_CONTROL_RX, 1);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to sent the characters to the tera term. I am &lt;STRONG&gt;not&lt;/STRONG&gt; able to get the character receive event&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void USART2_SignalEvent_t(uint32_t event)&lt;BR /&gt;{&lt;BR /&gt; if (ARM_USART_EVENT_SEND_COMPLETE == event)&lt;BR /&gt; {&lt;BR /&gt; __asm("nop");&lt;BR /&gt; }&lt;BR /&gt; if (ARM_USART_EVENT_RECEIVE_COMPLETE == event)&lt;BR /&gt; {&lt;BR /&gt; __asm("nop");&lt;BR /&gt; }&lt;BR /&gt; if (ARM_USART_EVENT_RX_OVERFLOW == event)&lt;BR /&gt; {&lt;BR /&gt; __asm("nop");&lt;BR /&gt; } &lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;//Any more setting to be done more to get the characters reception?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 09:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966040#M38254</guid>
      <dc:creator>suhas_prabhu</dc:creator>
      <dc:date>2019-07-10T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966041#M38255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="332457" data-username="suhas.prabhu@honeywell.com" href="https://community.nxp.com/people/suhas.prabhu@honeywell.com"&gt;Suhas Prabhu&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Do you configure the UART2 TX and RX pin function, select the correct MUX in the PORT register?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BTW, what the detail kinetis chip you are using? Please tell me the chip part number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&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;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 04:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966041#M38255</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-11T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966042#M38256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am using MK22FN512VLL12, I will check the MUX part in the port register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 05:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966042#M38256</guid>
      <dc:creator>suhas_prabhu</dc:creator>
      <dc:date>2019-07-11T05:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966043#M38257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas Prabhu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp; After you check it, if you still have question about it, just let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&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;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 08:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966043#M38257</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-11T08:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966044#M38258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue got solved. It was issue with the edited driver in the third party software. Comparison of the driver lead to the solution.&lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 07:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966044#M38258</guid>
      <dc:creator>suhas_prabhu</dc:creator>
      <dc:date>2019-07-16T07:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: character not Received on UART</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966045#M38259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; It's good to hear you solved it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have the new question in the future, welcome to create the new case!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, please help to mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&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;BR /&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;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 01:51:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/character-not-Received-on-UART/m-p/966045#M38259</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-17T01:51:11Z</dc:date>
    </item>
  </channel>
</rss>

