<?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のトピックPorting from LPC214X to LPC1768</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-from-LPC214X-to-LPC1768/m-p/519156#M3012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ennegi on Tue Jul 02 08:50:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi all! I need your help for my porting of a source.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I take a source code of LPC214x and I found this:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;void&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;EnterCriticalSection( &amp;nbsp;)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VIC_Temp = VICIntEnable; &amp;nbsp; &amp;nbsp;/* Save VICIntEnable */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;span class="Apple-tab-span" style="white-space: pre;"&amp;gt; &amp;lt;/span&amp;gt;VICIntEnClr = VIC_Temp; &amp;nbsp; &amp;nbsp; /* Disable Interruptions */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;void&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ExitCriticalSection( &amp;nbsp;)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; VICIntEnable = VIC_Temp; &amp;nbsp; &amp;nbsp;/* Restore VICIntEnable */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;How I "traslate" this for my LPC1768? Thanks a lot!&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:39:46 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:39:46Z</dc:date>
    <item>
      <title>Porting from LPC214X to LPC1768</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-from-LPC214X-to-LPC1768/m-p/519156#M3012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ennegi on Tue Jul 02 08:50:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi all! I need your help for my porting of a source.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I take a source code of LPC214x and I found this:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;void&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;EnterCriticalSection( &amp;nbsp;)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VIC_Temp = VICIntEnable; &amp;nbsp; &amp;nbsp;/* Save VICIntEnable */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;span class="Apple-tab-span" style="white-space: pre;"&amp;gt; &amp;lt;/span&amp;gt;VICIntEnClr = VIC_Temp; &amp;nbsp; &amp;nbsp; /* Disable Interruptions */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;void&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ExitCriticalSection( &amp;nbsp;)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; VICIntEnable = VIC_Temp; &amp;nbsp; &amp;nbsp;/* Restore VICIntEnable */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;How I "traslate" this for my LPC1768? Thanks a lot!&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-from-LPC214X-to-LPC1768/m-p/519156#M3012</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from LPC214X to LPC1768</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-from-LPC214X-to-LPC1768/m-p/519157#M3013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cfbsoftware on Tue Jul 02 15:23:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;See the reply from CodeRed support to an identical question on the LPCXpresso forum:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fknowledgebase.nxp.com%2Fshowthread.php%3Ft%3D4772" rel="nofollow" target="_blank"&gt;http://knowledgebase.nxp.com/showthread.php?t=4772&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-from-LPC214X-to-LPC1768/m-p/519157#M3013</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:39:47Z</dc:date>
    </item>
  </channel>
</rss>

