<?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>LPCXpresso IDEのトピックRe: Reading from SD card</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592305#M29935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Jan 18 01:09:05 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: james&lt;/STRONG&gt;&lt;BR /&gt;...this is a C programming question...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, so google for "array pointer C" and you should find something readable like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://pw1.netcom.com/%7Etjensen/ptr/ch8x.htm"&gt;http://pw1.netcom.com/~tjensen/ptr/ch8x.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: james&lt;/STRONG&gt;&lt;BR /&gt;I have goggled for ways to 'return' array[] from functions but cant&amp;nbsp; really work it out, and some of the files (pictures) are too big.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then return a pointer :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:48:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:48:13Z</dc:date>
    <item>
      <title>Reading from SD card</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592304#M29934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by james on Tue Jan 17 19:32:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to read characters from the SD card and process them before copying them back into the SD card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the efsl demo provided from code red cmsis examples i am able to write/read from the SD card, but how can i store the buffer from reading of a SD card into an array[] and return it from a function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry that this is a C programming question and not very relevant in this forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have goggled for ways to 'return' array[] from functions but cant really work it out, and some of the files (pictures) are too big.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I am trying to read a picture file, do some processing, for example adding red filter and write a new file into the SD card. Anyone have any good method to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592304#M29934</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from SD card</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592305#M29935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Jan 18 01:09:05 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: james&lt;/STRONG&gt;&lt;BR /&gt;...this is a C programming question...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, so google for "array pointer C" and you should find something readable like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://pw1.netcom.com/%7Etjensen/ptr/ch8x.htm"&gt;http://pw1.netcom.com/~tjensen/ptr/ch8x.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: james&lt;/STRONG&gt;&lt;BR /&gt;I have goggled for ways to 'return' array[] from functions but cant&amp;nbsp; really work it out, and some of the files (pictures) are too big.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then return a pointer :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592305#M29935</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from SD card</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592306#M29936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liza on Sun Apr 08 05:13:04 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you use LPC1768 (as in the demo) or did you port it to another micro ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Reading-from-SD-card/m-p/592306#M29936</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:48:13Z</dc:date>
    </item>
  </channel>
</rss>

