<?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: LPC1549 (or LPC1500), How to use SDCard to program the LPC1549 when inserted. in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513627#M262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpc_bloke on Tue Jun 16 03:02:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can control an SPI interface you can read and write to and SD card but it is not a simple task.&amp;nbsp; I did this a year or so back on another much simpler NXP micro controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I suggest you look here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Felm-chan.org%2Ffsw%2Fff%2F00index_p.html" rel="nofollow" target="_blank"&gt;http://elm-chan.org/fsw/ff/00index_p.html&lt;/A&gt;&lt;SPAN&gt; this is not a simple receipt for an NXP process but more a generic way with a very simple file system interface.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a number of layers in the file system interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* FS top level open / read / write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* block mode interface to disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SD card interface to send commands and read responses from SD card&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SPI interface to SD card&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* GPIO control for insert detect / power control for SD / and SPI routing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, there is a lot of debugging in your future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:07:37 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:07:37Z</dc:date>
    <item>
      <title>LPC1549 (or LPC1500), How to use SDCard to program the LPC1549 when inserted.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513626#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by riscy00 on Mon Jun 15 22:17:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for a way in using SDCard which contain binary file, when inserted automatically kick start the bootloader, take file from SDCard and program the LPC1549.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is how, is there demo code that done that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What right material I should make a start? I have read on AN11555 so far.&amp;nbsp; My impression so far I have to write up custom bootloader that copy from FLASH into RAM and then load file from SDCard and write content into FLASH, possibly using IAP code.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I seen article on LPC1700 and LPC2000, but could not find article for LPC15xx device. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there reason it cannot be done on LPC15xx lack something from LPC1700 or LP2000? (I can see ISP lack SPI interface). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513626#M261</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 (or LPC1500), How to use SDCard to program the LPC1549 when inserted.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513627#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpc_bloke on Tue Jun 16 03:02:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can control an SPI interface you can read and write to and SD card but it is not a simple task.&amp;nbsp; I did this a year or so back on another much simpler NXP micro controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I suggest you look here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Felm-chan.org%2Ffsw%2Fff%2F00index_p.html" rel="nofollow" target="_blank"&gt;http://elm-chan.org/fsw/ff/00index_p.html&lt;/A&gt;&lt;SPAN&gt; this is not a simple receipt for an NXP process but more a generic way with a very simple file system interface.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a number of layers in the file system interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* FS top level open / read / write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* block mode interface to disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SD card interface to send commands and read responses from SD card&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SPI interface to SD card&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* GPIO control for insert detect / power control for SD / and SPI routing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, there is a lot of debugging in your future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513627#M262</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 (or LPC1500), How to use SDCard to program the LPC1549 when inserted.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513628#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Thu Jun 25 10:24:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below example code may be helpful to interface SDCard using SPI/SSP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fan11070-accessing-sdcmmc-card-using-spissp-lpc1700" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an11070-accessing-sdcmmc-card-using-spissp-lpc1700&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can use IAP functions to flash image in the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-or-LPC1500-How-to-use-SDCard-to-program-the-LPC1549-when/m-p/513628#M263</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:07:38Z</dc:date>
    </item>
  </channel>
</rss>

