<?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 does ur programmed mc work as a stand alone system when not connected to the PC?</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130008#M2289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;Once you have programmed the Flash, you microcontroller can run the program without being connected to the PC. You should not have any problem disconnecting the PC from yout target board, and letting it run to see.&lt;BR /&gt;&lt;BR /&gt;Let us know1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Mar 2006 02:45:47 GMT</pubDate>
    <dc:creator>alex_spotw</dc:creator>
    <dc:date>2006-03-25T02:45:47Z</dc:date>
    <item>
      <title>How does ur programmed mc work as a stand alone system when not connected to the PC?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130007#M2288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear all,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am a newbie to microcontrollers. So pardon me for being so dumb?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hav successfully programmed the flash(MC68HC908MR32), degugged my code, step ran my code.... Its absolutely perfect.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But I jus dont hav any idea on how my program will run when&amp;nbsp;my microcontroller is &amp;nbsp;not connecting&amp;nbsp;(communicating) to the pc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How does it work as a stand alone real time system?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Its a very embarrasing situation where without even knowing on how my scheme&amp;nbsp;would to work&amp;nbsp;, I hav almost completed programming and debugging.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Waiting for a reply&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and Regards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ViVek&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 14:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130007#M2288</guid>
      <dc:creator>vivek</dc:creator>
      <dc:date>2006-03-24T14:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: How does ur programmed mc work as a stand alone system when not connected to the PC?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130008#M2289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;Once you have programmed the Flash, you microcontroller can run the program without being connected to the PC. You should not have any problem disconnecting the PC from yout target board, and letting it run to see.&lt;BR /&gt;&lt;BR /&gt;Let us know1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2006 02:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130008#M2289</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2006-03-25T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: How does ur programmed mc work as a stand alone system when not connected to the PC?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130009#M2290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Vivek,&lt;/DIV&gt;&lt;DIV&gt;Once you disconnect the MON08 adapter from your target board the microcontroller should no longer see the conditions necessary for monitor mode entry at power up. Most notably the high voltage on the IRQ pin! Now when you power up the micro it will be in user mode and start running from the address in the reset vector. Indeed if you have been doing a full chip simulation or an in-circuit-simulation while connected to the device it has almost been doing this already.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Peg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 07:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-does-ur-programmed-mc-work-as-a-stand-alone-system-when-not/m-p/130009#M2290</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-03-26T07:02:29Z</dc:date>
    </item>
  </channel>
</rss>

