<?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: software reset in MC9S08AW60</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248630#M19786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have previously used the illegal opcode reset method, making use of the following macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#define ILOP_RESET&amp;nbsp; asm dcb 0x8D&amp;nbsp;&amp;nbsp; // Illegal opcode reset macro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 19:17:19 GMT</pubDate>
    <dc:creator>bigmac</dc:creator>
    <dc:date>2013-04-03T19:17:19Z</dc:date>
    <item>
      <title>software reset in MC9S08AW60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248628#M19784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to reset MC9S08AW60 from C code.I am using CW 6.3 with PE.I am checking falling edge of an external signal using input capture method.Low edge of the external signal will trigger the timer and timer will check the state of external signal for 10ms.If the signal is low for more than 10ms I have to reset the controller.So please help me to reset the controller using software code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 13:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248628#M19784</guid>
      <dc:creator>ninomathew</dc:creator>
      <dc:date>2013-04-02T13:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: software reset in MC9S08AW60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248629#M19785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should look here : &lt;A href="https://community.nxp.com/thread/23964"&gt;HCS08: There is no "reset" instruction?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has been discussed before.&lt;/P&gt;&lt;P&gt;Best way is to use the ILOP reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eckhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 07:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248629#M19785</guid>
      <dc:creator>eckhard</dc:creator>
      <dc:date>2013-04-03T07:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: software reset in MC9S08AW60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248630#M19786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have previously used the illegal opcode reset method, making use of the following macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#define ILOP_RESET&amp;nbsp; asm dcb 0x8D&amp;nbsp;&amp;nbsp; // Illegal opcode reset macro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248630#M19786</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2013-04-03T19:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: software reset in MC9S08AW60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248631#M19787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eckhard and bigmac.....I tried with illegal opcode and it worked....:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 03:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/software-reset-in-MC9S08AW60/m-p/248631#M19787</guid>
      <dc:creator>ninomathew</dc:creator>
      <dc:date>2013-04-05T03:48:04Z</dc:date>
    </item>
  </channel>
</rss>

