<?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>topic Re: pls..pls help,its urgent in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128523#M1722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;The HC08's have a monitor ROM built in that contains the routines to allow a programming and debugging tool to have access to the part. When the part is reset, the states of some of the pins are checked to see if the monitor ROM should be executed instead of the user's code in flash. You can see the details of this in the data sheet in the Monitor ROM chapter.&lt;/P&gt;&lt;P&gt;The montor ROM will always be selected if IRQ is tied to a high voltage called VTST. On the Axiom board this is MODE switch 3.&lt;/P&gt;&lt;P&gt;As the Axiom documentation says, MON08 mode is disabled and the program in flash memory (your program) is run in NORMAL MODE which is all MODE switches in the off position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2006 06:54:43 GMT</pubDate>
    <dc:creator>RockyRoad</dc:creator>
    <dc:date>2006-03-14T06:54:43Z</dc:date>
    <item>
      <title>pls..pls help,its urgent</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128520#M1719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hello all,&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;i am using axiom cms8gp32 board rev. e with mc68hc908gp32 processor installed . please tell me how to program the microcontroller . i am not able to configure how to do it ? &amp;nbsp;please tell me step by step instructions or any web resource .&amp;nbsp; pls help....its urgent really..&lt;/DIV&gt;&lt;DIV&gt;i hav the cd(s) of code warrior and from axiom .&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;i m programming in c&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;this is what i hav done&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;i wrote the code and it ran successfully&amp;nbsp; i changed the debgger mode to MON08 mode and flash was programmed . the output was displayed at the port but when i switched it off code was lost.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;i wanted to know how to permanently store code in uc memory&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 23:53:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128520#M1719</guid>
      <dc:creator>vibhorkhanna</dc:creator>
      <dc:date>2006-03-10T23:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: pls..pls help,its urgent</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128521#M1720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;When you tried to run your application without the debugger, did you set the board so that it was NOT in MON08 mode. You could just be stuck in monitor mode after reset wait for monitor commands.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2006 01:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128521#M1720</guid>
      <dc:creator>RockyRoad</dc:creator>
      <dc:date>2006-03-11T01:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: pls..pls help,its urgent</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128522#M1721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;"When you tried to run your application without the debugger, did you set the board so that it was NOT in MON08 mode."&lt;/P&gt;&lt;P&gt;do you mean i have to vhange the mode switches back to all off state without pressing reset button.&lt;/P&gt;&lt;P&gt;"&amp;nbsp;You could just be stuck in monitor mode after reset wait for monitor commands"&lt;/P&gt;&lt;P&gt;please explain as i new to freescale microcontrollers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2006 02:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128522#M1721</guid>
      <dc:creator>vibhorkhanna</dc:creator>
      <dc:date>2006-03-11T02:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: pls..pls help,its urgent</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128523#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;The HC08's have a monitor ROM built in that contains the routines to allow a programming and debugging tool to have access to the part. When the part is reset, the states of some of the pins are checked to see if the monitor ROM should be executed instead of the user's code in flash. You can see the details of this in the data sheet in the Monitor ROM chapter.&lt;/P&gt;&lt;P&gt;The montor ROM will always be selected if IRQ is tied to a high voltage called VTST. On the Axiom board this is MODE switch 3.&lt;/P&gt;&lt;P&gt;As the Axiom documentation says, MON08 mode is disabled and the program in flash memory (your program) is run in NORMAL MODE which is all MODE switches in the off position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 06:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pls-pls-help-its-urgent/m-p/128523#M1722</guid>
      <dc:creator>RockyRoad</dc:creator>
      <dc:date>2006-03-14T06:54:43Z</dc:date>
    </item>
  </channel>
</rss>

