<?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のトピックSimulated Eeprom in LPC111x. How to??</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulated-Eeprom-in-LPC111x-How-to/m-p/583170#M20813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rosfudum on Tue Jun 09 07:21:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to read and write internal EEprom in LPC1517 very quickly, simply using &lt;/SPAN&gt;&lt;STRONG&gt;Chip_EEPROM_Write&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Chip_EEPROM_Read&lt;/STRONG&gt;&lt;SPAN&gt; how are using IAP functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Before use such a peripheral I needed to initialise it, using&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_EEPROM);
Chip_SYSCTL_PeriphReset(RESET_EEPROM);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is.. is is possibile to use the same library with LPC1115?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According to LPCOpen peripherals, EEprom is not in list, so parameter &lt;/SPAN&gt;&lt;STRONG&gt;SYSCTL_CLOCK_EEPROM&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;RESET_EEPROM&lt;/STRONG&gt;&lt;SPAN&gt; do not exist and I cannot initialize it and obviously work with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any solution to store data in non-volatile internal memory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If IAP is supported, why eeprom library is not written?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:22:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:22:33Z</dc:date>
    <item>
      <title>Simulated Eeprom in LPC111x. How to??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulated-Eeprom-in-LPC111x-How-to/m-p/583170#M20813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rosfudum on Tue Jun 09 07:21:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to read and write internal EEprom in LPC1517 very quickly, simply using &lt;/SPAN&gt;&lt;STRONG&gt;Chip_EEPROM_Write&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Chip_EEPROM_Read&lt;/STRONG&gt;&lt;SPAN&gt; how are using IAP functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Before use such a peripheral I needed to initialise it, using&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_EEPROM);
Chip_SYSCTL_PeriphReset(RESET_EEPROM);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is.. is is possibile to use the same library with LPC1115?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According to LPCOpen peripherals, EEprom is not in list, so parameter &lt;/SPAN&gt;&lt;STRONG&gt;SYSCTL_CLOCK_EEPROM&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;RESET_EEPROM&lt;/STRONG&gt;&lt;SPAN&gt; do not exist and I cannot initialize it and obviously work with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any solution to store data in non-volatile internal memory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If IAP is supported, why eeprom library is not written?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simulated-Eeprom-in-LPC111x-How-to/m-p/583170#M20813</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simulated Eeprom in LPC111x. How to??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulated-Eeprom-in-LPC111x-How-to/m-p/583171#M20814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hparracho on Wed Jun 10 08:44:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Rosfudum&lt;/STRONG&gt;&lt;BR /&gt;Is there any solution to store data in non-volatile internal memory?&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Yes, in flash using IAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Rosfudum&lt;/STRONG&gt;&lt;BR /&gt;If IAP is supported, why eeprom library is not written?&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Because the LPC1115 doesn't have an EEPROM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simulated-Eeprom-in-LPC111x-How-to/m-p/583171#M20814</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:22:34Z</dc:date>
    </item>
  </channel>
</rss>

