<?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のトピックStoring file and the fopen() function</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550115#M11285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by netsupra on Mon Oct 15 15:18:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to open a file using fopen but I don't know how to store the file on the microcontroller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a LPC11C24 and the file I want to access is a bmp file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Netsupra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:27:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:27:55Z</dc:date>
    <item>
      <title>Storing file and the fopen() function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550115#M11285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by netsupra on Mon Oct 15 15:18:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to open a file using fopen but I don't know how to store the file on the microcontroller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a LPC11C24 and the file I want to access is a bmp file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Netsupra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550115#M11285</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Storing file and the fopen() function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550116#M11286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniel.widyanto on Mon Oct 15 21:20:49 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, unfortunately, you are running an embedded system, where abstraction concepts of file and memory are not defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually, people convert the BMP file into C array (See &lt;/SPAN&gt;&lt;A href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.deadnode.org/sw/bin2h/&lt;/A&gt;&lt;SPAN&gt;), then accessing the C-array directly, like &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;for (i = 0; i &amp;lt; mybmp_sz; i++) {
&amp;nbsp; *framebuffer = mybmp&lt;I&gt;;
}
&lt;/I&gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550116#M11286</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Storing file and the fopen() function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550117#M11287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by netsupra on Tue Oct 16 03:03:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Storing-file-and-the-fopen-function/m-p/550117#M11287</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:56Z</dc:date>
    </item>
  </channel>
</rss>

