<?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のトピックRe: Internal Flash utilization for External Memory</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618163#M51963</link>
    <description>&lt;P&gt;Please take a look at the Flash program and erase functions. the second parameter is the destination address you want to handle with.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 06:11:28 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2023-03-20T06:11:28Z</dc:date>
    <item>
      <title>Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1609179#M51797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; We are trying to utilize internal ROM Flash memory for the purpose of secondary memory (instead of EEPROM) in LPC 1768, LPC 55S16. Is it possible to utilize FLASH for secondary memory and if possible how we can use. Kindly guide us to achieve on this&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 11:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1609179#M51797</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-03T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1609786#M51805</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am not sure if I understand your question. Could you please be more specific?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 06:56:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1609786#M51805</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-06T06:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613085#M51877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; We are try to store the calibration&amp;nbsp; data in internal memory. We using LPC55S16 hence there is no EEPROM. We need almost 300 Bytes of storage. Hence we reviewed some websites to store those data in internal memory.&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/05/31/configuration-data-using-the-internal-flash-instead-of-an-external-eeprom/" target="_blank"&gt;https://mcuoneclipse.com/2014/05/31/configuration-data-using-the-internal-flash-instead-of-an-external-eeprom/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here we reviewed that use Internal FLASH memory instead of EEPROM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly guide that how to use internal FLASH memory as EEROM storage&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 09:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613085#M51877</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-10T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613122#M51879</link>
      <description>&lt;P&gt;Also Kindly update how to Read and write Flash during run time. Or it makes some issues on controller / life time ,etc,.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 11:21:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613122#M51879</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-10T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613136#M51881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Dhaya&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under MCUXpresso SDK folder, there is demo code iap_flash. I suggest you referring it.&lt;/P&gt;
&lt;P&gt;This demo code erases and programs a portion of on-chip flash memory. A message a printed on the UART terminal as various operations on flash memory are performed.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 12:14:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1613136#M51881</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-10T12:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1617654#M51944</link>
      <description>&lt;P&gt;Thanks for the support. I taken the driver file from fsl_iap.h and fsl_iap.h. I need to save a particular a data byte in internal Flash memory during run time and read data from this. But i could not able to find the difference. How i store data in run time and how to read in Flash. Also i didn't found any register to reconstruct it. hereby i attached images kindly guide to save external data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dhaya_0-1679056307348.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215184iC18FC150C2C1EBE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dhaya_0-1679056307348.png" alt="Dhaya_0-1679056307348.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dhaya_1-1679056457407.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215185i63E10BD326F9464E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dhaya_1-1679056457407.png" alt="Dhaya_1-1679056457407.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 12:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1617654#M51944</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-17T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618094#M51951</link>
      <description>&lt;P&gt;For Internal Flash, in fsl_iap, there is FLASH_Program(), we can use it to store date in run time.&lt;/P&gt;
&lt;P&gt;Please execute FLASH_Erase() then&amp;nbsp;&amp;nbsp;FLASH_Program()&lt;/P&gt;
&lt;P&gt;fsl_iap doesn't work for external Flash. What external Flash interface?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 03:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618094#M51951</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-20T03:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618117#M51956</link>
      <description>&lt;P&gt;No, we are using internal Flash only&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 05:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618117#M51956</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-20T05:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618118#M51957</link>
      <description>&lt;P&gt;Thanks for your reply. Also kindly guide, how we can assign address for the respective data since the program memory may take that address. How we can set the range for program memory?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 05:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618118#M51957</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-03-20T05:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618163#M51963</link>
      <description>&lt;P&gt;Please take a look at the Flash program and erase functions. the second parameter is the destination address you want to handle with.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 06:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1618163#M51963</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2023-03-20T06:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1626352#M52090</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13026"&gt;@ZhangJennie&lt;/a&gt;,&lt;BR /&gt;Thanks for your support. As per the data, its works well. Thanks a lot</description>
      <pubDate>Sat, 01 Apr 2023 06:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1626352#M52090</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-04-01T06:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Flash utilization for External Memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1626353#M52091</link>
      <description>&lt;P&gt;Currently we are analyzing of cycle of read/write on flash IAP. Can you tell about read/write life cycle of LPC55S16 flash&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 06:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Internal-Flash-utilization-for-External-Memory/m-p/1626353#M52091</guid>
      <dc:creator>Dhaya</dc:creator>
      <dc:date>2023-04-01T06:13:54Z</dc:date>
    </item>
  </channel>
</rss>

