<?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: IAP question</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560291#M15809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Thom314 on Tue Aug 07 01:40:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Killua !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please share the code that works ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:10:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:10:27Z</dc:date>
    <item>
      <title>IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560277#M15795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Tue Feb 28 16:48:45 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I know which address can I write when I am doing IAP (writing RAM to flash memory)? I am working on LPC 1343.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560277#M15795</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560278#M15796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Wed Feb 29 03:24:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the size of your ROM image - it is reported by the linker (the last build step). In LPC134x Flash is divided into 4 KiB blocks (sectors). If there is at least one whole free block left in the uC Flash - you may use it for your nonvolatile data storage.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560278#M15796</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560279#M15797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yanvasilij on Wed Feb 29 05:26:50 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Look in .map file which sector is free&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560279#M15797</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560280#M15798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Wed Feb 29 13:39:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: gbm&lt;/STRONG&gt;&lt;BR /&gt;Check the size of your ROM image - it is reported by the linker (the last build step). In LPC134x Flash is divided into 4 KiB blocks (sectors). If there is at least one whole free block left in the uC Flash - you may use it for your nonvolatile data storage.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My ROM image is 18 kB, but if I understand this correctly it doesn't mean that only first 18kB of 32 kb of flash memory is filled, but that is filled "randomly".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: yanvasilij&lt;/STRONG&gt;&lt;BR /&gt;Look in .map file which sector is free&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My .map file is HUGE... is there any easier way to look for filled and free part of my flash memory or am I supposed to do it manualy (that will take a while)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way that I can tell my builder to not fill the last 4 kB of memory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560280#M15798</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560281#M15799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Wed Feb 29 13:46:28 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Not "randomly", contiguous area starting from 0 unless you were fiddling with linker control files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the section of .map file reporting memory usage - check the last address of ROM used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560281#M15799</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560282#M15800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Sun Mar 04 16:59:22 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After a few days of trying to get writing and reading to memory to work, I concluded I need help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So these are the functions I am using for preparing and writing data to flash memory (I am using code I found in zip posted on this site called an11071.zip):&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;/*****************************************************************************
** Function name:u32IAP_PrepareSectors
**
** Description:Prepares sector(s) for erasing or write operations. This
** command must be executed before executing the "Copy RAM to
** Flash" or "Erase Sector(s)" commands.
**
** Parameters:u32StartSector - Number of first sector to prepare.
** u32EndSector - Number of last sector to prepare.
**
** Returned value:Status code returned by IAP ROM function.
**
******************************************************************************/
uint32_t u32IAP_PrepareSectors(uint32_t u32StartSector, uint32_t u32EndSector)
{
uint32_t u32Status;
uint32_t au32Result[5];
uint32_t au32Command[5];

if (u32EndSector &amp;lt; u32StartSector)
{
u32Status = IAP_STA_INVALD_PARAM;
}
else
{
au32Command[0] = IAP_CMD_PREPARE_SECTORS;
au32Command[1] = u32StartSector;
au32Command[2] = u32EndSector;

IAP_EXECUTE_CMD(au32Command, au32Result);

u32Status = au32Result[0];
}
return u32Status;
}

/*****************************************************************************
** Function name:u32IAP_CopyRAMToFlash
**
** Description:Program the flash memory with data stored in RAM.
**
** Parameters:&amp;nbsp;&amp;nbsp; u32DstAddr - Destination Flash address, should be a 256
**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte boundary.
** u32SrcAddr - Source RAM address, should be a word boundary
** u32Len&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Number of 8-bit bytes to write, must be 256
** 512, 1024, or 4096.
*
** Returned value:Status code returned by IAP ROM function.
**
******************************************************************************/
uint32_t u32IAP_CopyRAMToFlash(uint32_t u32DstAddr, uint32_t u32SrcAddr, uint32_t u32Len)
{
uint32_t au32Result[5];
uint32_t au32Command[5];

au32Command[0] = IAP_CMD_COPY_RAM_TO_FLASH;
au32Command[1] = u32DstAddr;
au32Command[2] = u32SrcAddr;
au32Command[3] = u32Len;
au32Command[4] = SystemFrequency / 1000UL;/* Core clock frequency in kHz */

IAP_EXECUTE_CMD(au32Command, au32Result);

return au32Result[0];
}&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, and here is a part of my main program I am using to write data:&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;if(u32IAP_PrepareSectors(6,7)==IAP_STA_CMD_SUCCESS)
LCDPutStr("Prepared", 17, 30, 2, COLOR_FORE , COLOR_BACKROUND);
else
LCDPutStr("PrepFail", 17, 30, 2, COLOR_FORE , COLOR_BACKROUND);
Delay(260);
LCDSetRect(16, 40, 80, 92, 1, COLOR_BACKROUND);
if(u32IAP_CopyRAMToFlash(START_SECTOR,&amp;amp;timer1,256)==IAP_STA_CMD_SUCCESS)
LCDPutStr("Written", 17, 30, 2, COLOR_FORE , COLOR_BACKROUND);
else
LCDPutStr("WriteFail", 17, 30, 2, COLOR_FORE , COLOR_BACKROUND);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The program tells me the sectors are prepared and that I have written succesfully in them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So here is the last part of my program, where I am trying to read written data (at the start of the program I defined "int *point"):&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;point=START_SECTOR;
get_timer[0]=*point;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and when I try to write get_timer[0] it doesnt print anything???? Why??? (note that the code for printing works just fine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560282#M15800</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560283#M15801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Mon Mar 05 01:51:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. How many Flash sectors are present in your device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. What is the definition of START_SECTOR?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. How is "point" declared?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560283#M15801</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560284#M15802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Mon Mar 05 01:54:20 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: gbm&lt;/STRONG&gt;&lt;BR /&gt;1. How many Flash sectors are present in your device?&lt;BR /&gt;2. What is the definition of START_SECTOR?&lt;BR /&gt;3. How is "point" declared?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. #DEFINE START_SECTOR 0x00007000 //sector 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#DEFINE END_SECTOR 0x00007FFF //sector 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.int *point;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;point=START_SECTOR;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560284#M15802</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560285#M15803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Mon Mar 05 04:56:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually LPC1343 has 8 sectors. Sector 6 starts at 0x6000, sector 7 at&amp;nbsp; 0x7000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that 32 bytes are reserved at end of RAM and that interrupts are blocked during IAP calls - place the proper instructions around IAP calls in your routines (presumably __irq_disable(); and __irq_enable();)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How about:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define FLASH_DATA_ADDR 0x7000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;int test;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// prepare sector 7 for write/erase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// erase sector 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// prepare sector 7 for write again, then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;u32IAP_CopyRAMToFlash(FLASH_DATA_ADDR,&amp;amp;timer1,256);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;test = *((int *) FLASH_DATA_ADDR);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560285#M15803</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560286#M15804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Mon Mar 05 12:59:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, it doesn't print anything. It looks like a code for writing/preparing/erasing is not working..???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560286#M15804</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560287#M15805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Mon Mar 05 13:30:00 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It must be a miracle then, as the code written, observing the rules I outlined works for me on LPC17xx and 11xx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We cannot help you any better until we see the whole code. Also, you haven't confirmed the reservation of 32 bytes at the end of RAM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560287#M15805</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560288#M15806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Mon Mar 05 14:11:12 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: gbm&lt;/STRONG&gt;&lt;BR /&gt;It must be a miracle then, as the code written, observing the rules I outlined works for me on LPC17xx and 11xx.&lt;BR /&gt;We cannot help you any better until we see the whole code. Also, you haven't confirmed the reservation of 32 bytes at the end of RAM.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, how do I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mean this : &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/ReserveIAPRam&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560288#M15806</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560289#M15807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Mon Mar 05 14:22:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I reserved top 32 bytes but I getthis error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined reference to `__irq_disable'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and for enable too...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I tried writing at lower sectors (1 and 2) and now I can print some random number...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560289#M15807</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560290#M15808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by killua on Tue Mar 06 14:30:58 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's working... thanks for your help :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560290#M15808</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: IAP question</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560291#M15809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Thom314 on Tue Aug 07 01:40:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Killua !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please share the code that works ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:10:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IAP-question/m-p/560291#M15809</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:10:27Z</dc:date>
    </item>
  </channel>
</rss>

