<?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>8-bit MicrocontrollersのトピックRe: How to define the stop mode command? (S08DZ96)</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1595724#M23650</link>
    <description>&lt;P&gt;There are some applications note about CAN and LIN using the S08DZ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please check&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/8-bit-Microcontrollers/LIN-Bus-support-for-the-MC9S08PL-series/m-p/924175" target="_blank"&gt;https://community.nxp.com/t5/8-bit-Microcontrollers/LIN-Bus-support-for-the-MC9S08PL-series/m-p/924175&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and you can download the CAN stack from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=MSCAN_S08&amp;amp;appType=license" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=MSCAN_S08&amp;amp;appType=license&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will help you&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 15:48:38 GMT</pubDate>
    <dc:creator>vicentegomez</dc:creator>
    <dc:date>2023-02-08T15:48:38Z</dc:date>
    <item>
      <title>How to define the stop mode command? (S08DZ96)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1593744#M23644</link>
      <description>&lt;P&gt;I am using MC9S08DZ96 microcontroller and I using code warrior version 11. I want to put the MCU to sleep mode(STOP3). In the CPU settings, I have changed the sleep mode setting and the relevant registers have been activated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 446px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/209685i992C11077B8A0566/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I know with the &lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;asm stop;&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt; command MCU goes to sleep mode. But it doesn't work. I think this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#define StopMode {asm STOP;}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;should be defined somewhere.&amp;nbsp;Does anyone know how to define stop mode?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 08:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1593744#M23644</guid>
      <dc:creator>mehdializadeh</dc:creator>
      <dc:date>2023-02-06T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the stop mode command? (S08DZ96)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1594888#M23647</link>
      <description>&lt;P&gt;I believe that you already solved the problem from your other thread&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Vicente&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 16:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1594888#M23647</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2023-02-07T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the stop mode command? (S08DZ96)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1595320#M23649</link>
      <description>&lt;P&gt;Thanks a lot.&lt;BR /&gt;I am now in the process of trying to wake it up using&amp;nbsp; pin interrupt, LIN and CAN protocol.&amp;nbsp;&lt;BR /&gt;Do you have any comments for this item?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1595320#M23649</guid>
      <dc:creator>mehdializadeh</dc:creator>
      <dc:date>2023-02-08T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the stop mode command? (S08DZ96)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1595724#M23650</link>
      <description>&lt;P&gt;There are some applications note about CAN and LIN using the S08DZ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please check&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/8-bit-Microcontrollers/LIN-Bus-support-for-the-MC9S08PL-series/m-p/924175" target="_blank"&gt;https://community.nxp.com/t5/8-bit-Microcontrollers/LIN-Bus-support-for-the-MC9S08PL-series/m-p/924175&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and you can download the CAN stack from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=MSCAN_S08&amp;amp;appType=license" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=MSCAN_S08&amp;amp;appType=license&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will help you&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-define-the-stop-mode-command-S08DZ96/m-p/1595724#M23650</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2023-02-08T15:48:38Z</dc:date>
    </item>
  </channel>
</rss>

