<?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のトピックIAP in LPC</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-in-LPC/m-p/551823#M14256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by raguramangopal on Sat Dec 21 12:07:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#define IAP_LOCATION 0x7ffffff1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long command[5];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long result[3];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef void (*IAP)(unsigned int [],unsigned int[]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IAP iap_entry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry = (IAP) IAP_LOCATION;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry(command, result);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone explain how it works, especially below code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry = (IAP) IAP_LOCATION;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry(command, result)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:52:22 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:52:22Z</dc:date>
    <item>
      <title>IAP in LPC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-in-LPC/m-p/551823#M14256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by raguramangopal on Sat Dec 21 12:07:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#define IAP_LOCATION 0x7ffffff1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long command[5];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long result[3];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef void (*IAP)(unsigned int [],unsigned int[]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IAP iap_entry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry = (IAP) IAP_LOCATION;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry(command, result);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone explain how it works, especially below code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry = (IAP) IAP_LOCATION;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iap_entry(command, result)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-in-LPC/m-p/551823#M14256</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: IAP in LPC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-in-LPC/m-p/551824#M14257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sun Dec 22 03:30:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is calling a function at a specific address. Look up "function pointers" in the C language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:52:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-in-LPC/m-p/551824#M14257</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:52:23Z</dc:date>
    </item>
  </channel>
</rss>

