<?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: &amp;quot;Reset vector not initialized&amp;quot; in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180368#M13047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;It turn out that the problem seems to be in our power up circuit. The code runs as expected when the reset pin is used, but fails to run when the micro is powered off and then back on.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does any one know where I should look for info on the power-up requirements for the micro? (filtering etc.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you for you help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Chris B.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Aug 2008 05:52:04 GMT</pubDate>
    <dc:creator>CBB</dc:creator>
    <dc:date>2008-08-16T05:52:04Z</dc:date>
    <item>
      <title>"Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180360#M13039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I run my code in the chip simulator, it gives me a warning of "Reset vector not initalized". In my code, I have the reset vector set to the start of the code, and If I look at the memory on the microcontroller, FFFE-FFFF is set to the start of the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some possible conflict somewhere that I should look at?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this also the reason that the code will execute correctly when a debugger is being used, but not when there is no debugger present?&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 01:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180360#M13039</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T01:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180361#M13040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;CBB wrote:&lt;BR /&gt;If I run my code in the chip simulator, it gives me a warning of "Reset vector not initalized". In my code, I have the reset vector set to the start of the code, and If I look at the memory on the microcontroller, FFFE-FFFF is set to the start of the code.&lt;BR /&gt;Is there some possible conflict somewhere that I should look at?&lt;BR /&gt;&lt;I&gt;The simulator has issues.&lt;BR /&gt;&lt;/I&gt;&lt;BR /&gt;Is this also the reason that the code will execute correctly when a debugger is being used, but not when there is no debugger present?&lt;BR /&gt;&lt;I&gt;No. The simulator is not the same as the debugger. Usually timing - in the debugger things run with different timing.&lt;/I&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;BR /&gt;What is it that works in the debugger but not without the debugger?&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 01:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180361#M13040</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-08-16T01:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180362#M13041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The code will run if I have a debugger attached to it. As in run perfectly fine and normal and exactly what I would see if I was using the software emulator.&lt;BR /&gt;&lt;BR /&gt;If I do not have the debugger connected, the program runs very oddly (outputs incorrect values, doesnt respond properly to input, or possibly is comletely unresponsive...).&lt;BR /&gt;&lt;BR /&gt;So, It is a case of everything works with a debugger, and nothing works without it.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 01:24:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180362#M13041</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T01:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180363#M13042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, it is hard to respond to that.&lt;BR /&gt;What mcu&amp;nbsp; part? What version of CW (not the ide do 'about' then 'installed products') ?&lt;BR /&gt;&lt;BR /&gt;If you create a default project does that run?&lt;BR /&gt;&lt;BR /&gt;What output are you referring to?&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 01:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180363#M13042</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-08-16T01:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180364#M13043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;CodeWarrior Dev. Studio V6.2 (is this what you wanted?)&lt;BR /&gt;&lt;BR /&gt;Yes. A default project will (or at least seems to) run, but it gives the same error message...&lt;BR /&gt;&lt;BR /&gt;There is a SCI interface that we are using to output variables from memory. These variables end up being garbage, but the same garbage each time.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 02:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180364#M13043</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T02:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180365#M13044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;CBB wrote:&lt;BR /&gt;CodeWarrior Dev. Studio V6.2 (is this what you wanted?)&lt;BR /&gt;&lt;I&gt;Yes.&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Yes. A default project will (or at least seems to) run, but it gives the same error message...&lt;BR /&gt;&lt;I&gt;You mean in the simulator? If so, again, the simulator has issues.&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;There is a SCI interface that we are using to output variables from memory. These variables end up being garbage, but the same garbage each time.&lt;BR /&gt;&lt;I&gt;So it sounds like a clock issue. What are you using for the clock? Which mcu chip is it? Is it a demo board or one of your own design?&lt;/I&gt; &lt;I&gt;Did you use PE or write the code or sample code?&lt;/I&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 02:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180365#M13044</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-08-16T02:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180366#M13045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;No, this is the debugger that interfaces with the chip (BDM), not the simulator. But suprisingly, it's somehow being helpful this time.&lt;BR /&gt;&lt;BR /&gt;And sorry, i should have included the information on this earlier. It is a MC9S08DZ60 (32 pin) processor attached to the EVB9S08DZ60 evaluation board (which doesnt support 32 pins, so the reset and BKG pins are connected via wires, and a seperate power supply is being used, and nothing else is connected).&lt;BR /&gt;&lt;BR /&gt;The clock is whatever is internal to the processor..&lt;BR /&gt;&lt;BR /&gt;I took the settings for the SCI from the SCI example code for the evaluation board, but changed the baud rate.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 03:16:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180366#M13045</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T03:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180367#M13046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I probably should include that the rest of the settings were made by PE.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 03:33:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180367#M13046</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T03:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180368#M13047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;It turn out that the problem seems to be in our power up circuit. The code runs as expected when the reset pin is used, but fails to run when the micro is powered off and then back on.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does any one know where I should look for info on the power-up requirements for the micro? (filtering etc.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you for you help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Chris B.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 05:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180368#M13047</guid>
      <dc:creator>CBB</dc:creator>
      <dc:date>2008-08-16T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180369#M13048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hello Chris,&lt;BR /&gt;&lt;BR /&gt;The first thing I would check for in this regard is that you have properly setup the LVI so it can hold off operation until power is good and stop it when it goes bad (off).&lt;BR /&gt;&lt;BR /&gt;[edit] actually called LVD in this device.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by peg on &lt;SPAN class="date_text"&gt;2008-08-16&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:32 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 06:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180369#M13048</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2008-08-16T06:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: "Reset vector not initialized"</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180370#M13049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, the data sheet is a good place to start. You can find it &lt;A href="http://www.freescale.com/files/microcontrollers/doc/data_sheet/MC9S08DZ60.pdf?fpsp=1&amp;amp;WT_TYPE=Data%20Sheets&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation" rel="nofollow" target="_blank"&gt;here.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This part does not require an external reset circuit, but since you have done some hacking, you might check the Reccomended Connections on page 30 and make sure things are properly connected and that your wires are connected as you think they are supposed to be. I say that from experience.&lt;BR /&gt;&lt;BR /&gt;Also, the power suuply may not be fully shutting of so you might try leaving it off with a volt meter on it to be sure it has truly powered down. It seems after using the BDM to program, this is sometimes required.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 07:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/quot-Reset-vector-not-initialized-quot/m-p/180370#M13049</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-08-16T07:13:26Z</dc:date>
    </item>
  </channel>
</rss>

