<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: Low Power Operation on the MCF5213</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139149#M2131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Where did you find it? URL?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 06:43:08 GMT</pubDate>
    <dc:creator>Felix</dc:creator>
    <dc:date>2006-07-25T06:43:08Z</dc:date>
    <item>
      <title>Low Power Operation on the MCF5213</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139147#M2129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can anyone provide any assistance on&amp;nbsp;Low Power Operation on the MCF5213?&amp;nbsp; I believe I have the registers (LPCR, LPICR, PPMRH, and&amp;nbsp;PPMRL) set correctly, but I cannot find the "STOP instruction" mentioned in the "MCF5213 Reference Manual".&amp;nbsp; Is there sample code available which illustrates Low Power Operation?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;gcoakley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 01:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139147#M2129</guid>
      <dc:creator>Gcoakley</dc:creator>
      <dc:date>2006-06-10T01:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power Operation on the MCF5213</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139148#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Ok.&amp;nbsp; I have found the solution myself.&amp;nbsp; Thank you Freescale, it only took three days of searching through your confusing website with your poor search engine to find sample code and documentation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;gcoakley&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 03:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139148#M2130</guid>
      <dc:creator>Gcoakley</dc:creator>
      <dc:date>2006-06-15T03:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power Operation on the MCF5213</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139149#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Where did you find it? URL?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 06:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139149#M2131</guid>
      <dc:creator>Felix</dc:creator>
      <dc:date>2006-07-25T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power Operation on the MCF5213</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139150#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Here are the links, I found.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/32bit/doc/app_note/AN3236.pdf" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/32bit/doc/app_note/AN3236.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/netcomm/software/app_software/code_examples/MCF5213SC.zip" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/netcomm/software/app_software/code_examples/MCF5213SC.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The code example (power)&amp;nbsp;also requires the following definitions.&lt;/P&gt;&lt;P&gt;#define stop_2700() asm(" stop #0x2700")&lt;BR /&gt;#define stop_2600() asm(" stop #0x2600")&lt;BR /&gt;#define stop_2500() asm(" stop #0x2500")&lt;BR /&gt;#define stop_2400() asm(" stop #0x2400")&lt;BR /&gt;#define stop_2300() asm(" stop #0x2300")&lt;BR /&gt;#define stop_2200() asm(" stop #0x2200")&lt;BR /&gt;#define stop_2100() asm(" stop #0x2100")&lt;BR /&gt;#define stop_2000() asm(" stop #0x2000")&lt;/P&gt;&lt;P&gt;-gcoakley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 23:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Low-Power-Operation-on-the-MCF5213/m-p/139150#M2132</guid>
      <dc:creator>Gcoakley</dc:creator>
      <dc:date>2006-07-25T23:08:45Z</dc:date>
    </item>
  </channel>
</rss>

