<?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: Internal memory LPC1768 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567427#M18876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Wed May 29 12:41:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;someone has some example code of how to make a variable does not lose its value even when you turn off the circuit?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:20:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:20:13Z</dc:date>
    <item>
      <title>Internal memory LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567423#M18872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Wed May 29 07:57:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC1768 has internal memory to record data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC1768 has the possibility during the execution of the program I put a value in the variable and when reset the program the variable remain&amp;nbsp; with this value?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567423#M18872</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Internal memory LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567424#M18873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 08:24:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kevin&lt;/STRONG&gt;&lt;BR /&gt;The LPC1768 has the possibility during the execution of the program I put a value in the variable and when reset the program the variable remain&amp;nbsp; with this value?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=4166&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567424#M18873</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Internal memory LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567425#M18874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Wed May 29 08:33:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes - in different ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some scratchpad registers in the RTC, these even allow you to keep some data valid while the power is removed (you do need a backup battery).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also write some data into the flash memory, this is then always available after a power on or a reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change the memory regions and the startup code to have some part of the RAM not being cleared when the startup code runs - in that case global variables in this region will keep the value that is in memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that this also means that on an initial startup you must make sure there are sensible values in here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first two solutions are described in the LPC17xx user manual, the last one is a bit more tricky; you will need to bypass the generated linked scripts from the LPCXpresso tools and check the Gnu documentation to understand how linker files work and dive a bit in the startup code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567425#M18874</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal memory LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567426#M18875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 08:43:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Rob65&lt;/STRONG&gt;&lt;BR /&gt;... the last one is a bit more tricky; you will need to bypass the generated linked scripts from the LPCXpresso tools and check the Gnu documentation to understand how linker files work and dive a bit in the startup code.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not if you use an actual LPCXpresso version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567426#M18875</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal memory LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567427#M18876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Wed May 29 12:41:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;someone has some example code of how to make a variable does not lose its value even when you turn off the circuit?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Internal-memory-LPC1768/m-p/567427#M18876</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:13Z</dc:date>
    </item>
  </channel>
</rss>

