<?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: sdmmc infinite write mode in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677273#M27232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 18:47:01 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2017-05-24T18:47:01Z</dc:date>
    <item>
      <title>sdmmc infinite write mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677271#M27230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using an LPC 43s67 for data logger application.&lt;/P&gt;&lt;P&gt;I have to collect data at 1000hz frequency and i am able to do it.&lt;/P&gt;&lt;P&gt;I write the data to sd card sector wise, without file system and it takes about 4ms for 512 bytes using .PFA my code snippet&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the sd write takes 4 ms I will be missing 4 sensor read cycles.&lt;/P&gt;&lt;P&gt;So i wanted to open the sd card once in infinite write mode and then just pass data to the fifo, thereby consuming least time.&lt;/P&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-338081"&gt;sd-snippet.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 09:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677271#M27230</guid>
      <dc:creator>arvindprasad</dc:creator>
      <dc:date>2017-05-12T09:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: sdmmc infinite write mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677272#M27231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found the solution to this problem.&lt;/P&gt;&lt;P&gt;Once the single block write or multiple block write command is executed, then the sd controller takes care of writing the data to the sd card in a non blocking way. So our core can carry on with its execution and not wait for sd card write to complete. In this way,I am only taking about 70us to initiate the write process and move on. Compared to 4ms time taken for write to complete.&lt;/P&gt;&lt;P&gt;To do this, just comment the wait for response function in sdmmc_execute_command() function. I have attached the code snippet&lt;span class="lia-inline-image-display-wrapper" image-alt="sdmmc 1.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21542i2DEB221C93E7CA37/image-size/large?v=v2&amp;amp;px=999" role="button" title="sdmmc 1.JPG" alt="sdmmc 1.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sdmmc2.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21597i996806678A881331/image-size/large?v=v2&amp;amp;px=999" role="button" title="sdmmc2.JPG" alt="sdmmc2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677272#M27231</guid>
      <dc:creator>arvindprasad</dc:creator>
      <dc:date>2017-05-24T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: sdmmc infinite write mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677273#M27232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 18:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677273#M27232</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-05-24T18:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: sdmmc infinite write mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677274#M27233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 08:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/sdmmc-infinite-write-mode/m-p/677274#M27233</guid>
      <dc:creator>arvindprasad</dc:creator>
      <dc:date>2017-05-30T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

