<?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: TFTP server example on LPC54608?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887887#M35577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any example about TFTP server in the mean time ?&lt;/P&gt;&lt;P&gt;Thanks in advantage for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2020 09:43:51 GMT</pubDate>
    <dc:creator>mpazzi</dc:creator>
    <dc:date>2020-06-17T09:43:51Z</dc:date>
    <item>
      <title>TFTP server example on LPC54608?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887883#M35573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I want to build the application on LPC54608 with freeRTOS, ethernet connection and SD card. That is why, &amp;nbsp;I am looking for the example project on MCUXpresso with TFTP server. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I need to manage the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;file system on sdcard via ethernet connection. Can anybody help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rafal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 12:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887883#M35573</guid>
      <dc:creator>r_romanek</dc:creator>
      <dc:date>2019-01-21T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP server example on LPC54608?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887884#M35574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rafal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to download the SDK from&amp;nbsp;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/builder" title="https://mcuxpresso.nxp.com/en/builder"&gt;https://mcuxpresso.nxp.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some examples using SD card, UDP that you can use as reference for what you are trying to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 18:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887884#M35574</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-01-22T18:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP server example on LPC54608?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887885#M35575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;BR /&gt;I have already implemented the SDK examples with SDcard and UDP stack in my application. That were very useful firmwares for me, but I as mentioned I am looking for something with FTP server.&lt;BR /&gt;If theres is no way to use something already written for LPC, I will try to do something based on UDP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly regards&lt;/P&gt;&lt;P&gt;Rafal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 09:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887885#M35575</guid>
      <dc:creator>r_romanek</dc:creator>
      <dc:date>2019-01-23T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP server example on LPC54608?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887886#M35576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rafal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no demo already written with FTP server. Sorry for the inconvenience&amp;nbsp;this may cause you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 21:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887886#M35576</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-01-23T21:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP server example on LPC54608?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887887#M35577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any example about TFTP server in the mean time ?&lt;/P&gt;&lt;P&gt;Thanks in advantage for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 09:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TFTP-server-example-on-LPC54608/m-p/887887#M35577</guid>
      <dc:creator>mpazzi</dc:creator>
      <dc:date>2020-06-17T09:43:51Z</dc:date>
    </item>
  </channel>
</rss>

