<?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: LPC55S16 - SDK example program not working.</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063876#M41078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="361166" data-username="can.pouliquen@etu.umontpellier.fr" href="https://community.nxp.com/people/can.pouliquen@etu.umontpellier.fr"&gt;Can Pouliquen,&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This is not bug, you need input some data in PC, then send to Board.&lt;/P&gt;&lt;P&gt;The board will send back the characters PC send.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2020 07:43:52 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2020-07-20T07:43:52Z</dc:date>
    <item>
      <title>LPC55S16 - SDK example program not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063875#M41077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to learn how to use the LPC55S16 and wanted to take a look at its SDK example programs and drivers. I tried using the usart_polling.c example and although the transmission of data seems to be working, there seems to be a problem when it comes to data reception. I get the "Usart polling example | Board will send back received charcaters" message, but the following part is not processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program gets stuck in the loop to check if there is any data to read ( base-&amp;gt;FIFOSTAT &amp;amp; USART_FIFOSTAT_RXNOTEMPTY_MASK ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PuTTY which I configured to 115200 baudrate, 8 data bits, 1 stop bit, no parity and no flow control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What bugs me is that I haven't changed anything to the example program, and don't really see where could the problem be coming from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any ideas or solutions, I would gladly welcome any help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDE : MCUXpresso IDE&lt;/P&gt;&lt;P&gt;SDK : SDK_2.x_LPCXpresso55S16 version 2.6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the usart_polling.c to the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 12:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063875#M41077</guid>
      <dc:creator>can_pouliquen</dc:creator>
      <dc:date>2020-07-17T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 - SDK example program not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063876#M41078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="361166" data-username="can.pouliquen@etu.umontpellier.fr" href="https://community.nxp.com/people/can.pouliquen@etu.umontpellier.fr"&gt;Can Pouliquen,&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This is not bug, you need input some data in PC, then send to Board.&lt;/P&gt;&lt;P&gt;The board will send back the characters PC send.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 07:43:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063876#M41078</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-07-20T07:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 - SDK example program not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063877#M41079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Alice_Yang"&gt;Alice_Yang&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is, of course, what I did. I input characters through PuTTY but they are not processed. No character is sent back, and that is because, from what I've verified in debug mode, no character is received.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 09:32:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063877#M41079</guid>
      <dc:creator>can_pouliquen</dc:creator>
      <dc:date>2020-07-20T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 - SDK example program not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063878#M41080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Can,&lt;/P&gt;&lt;P&gt;I test it on my side, it can work well, please look at my video in attachment.&lt;/P&gt;&lt;P&gt;And choose the right COM port refer to "Device Manager" of your PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2020 06:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-SDK-example-program-not-working/m-p/1063878#M41080</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-07-21T06:16:13Z</dc:date>
    </item>
  </channel>
</rss>

