<?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中的主题 SD card interfacing with lpc2148</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552514#M14399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ankush on Sat Dec 20 05:12:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me in SD card programming with lpc2148(ARM7).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to detect the SD card but unable to read and write to SD card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have attached my code's .zip file please see o/p on UART0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me how to modify code or how to read SD card file which i've store as log.txt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reply friends&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338031"&gt;SD_CARD.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:51:41 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:51:41Z</dc:date>
    <item>
      <title>SD card interfacing with lpc2148</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552514#M14399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ankush on Sat Dec 20 05:12:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me in SD card programming with lpc2148(ARM7).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to detect the SD card but unable to read and write to SD card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have attached my code's .zip file please see o/p on UART0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me how to modify code or how to read SD card file which i've store as log.txt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reply friends&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338031"&gt;SD_CARD.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552514#M14399</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with lpc2148</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552515#M14400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Sat Dec 20 05:59:25 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which file system source code are you using? Elm Chan's? EFSL? Something self written?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;file_fopen(&amp;amp;File,,"LOG.txt",MODE_READ);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which I can't find (or perhaps have overseen) in your sources and which seems to have no second parameter. Is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally to debug and get it running, you must trace (and then understand) the communication between LPC2148 and SD card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do this e.g. by a hardware SPI analyzer or by sending the SPI communication to a debug port,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so you can see what the LPC2148 is sending over SPI and what is coming back from SD card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552515#M14400</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with lpc2148</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552516#M14401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ankush on Fri Dec 26 02:42:14 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it is something self written.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it is not correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you observe what i have to do in that program to read&amp;nbsp; log.txt file in SD card i have placed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or if you have sample code or efsl library and tell me how to use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have downloaded code from chan website but it is missing with header file and shows error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have any code kindly attach..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;help me sir&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552516#M14401</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with lpc2148</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552517#M14402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sonu_ on Sat Feb 27 01:33:02 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;i want to interface sd card with lpc2468 please help me . how to i start it. send me code for it on &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:prajapatsonu8@gmail.com"&gt;prajapatsonu8@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SD-card-interfacing-with-lpc2148/m-p/552517#M14402</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:43Z</dc:date>
    </item>
  </channel>
</rss>

