<?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: 9S08GB32 reset? in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134762#M3823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I've had a simular problem when I started using the hc05 and I'm now using it on the hc08 design that I'm working on, which is an external power-on reset. A dallus device, DS1233D, keeps the hc08 in reset for 100 milliseconds until the supply stabilizes.&lt;BR /&gt;&lt;BR /&gt;I'm now having a problem under power-supply spikes where the hc08 hangs (or appears to hang). I have the COP reset in the main loop and I'm thinking that this could be a problem. My software could be looping in the main loop, resetting the COP but not performing any tasks. I'm going to set flags in the various activities that are performed every interval and then reset the COP only and if only those activites are accomplished.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2006 09:53:49 GMT</pubDate>
    <dc:creator>byteybird9</dc:creator>
    <dc:date>2006-05-05T09:53:49Z</dc:date>
    <item>
      <title>9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134760#M3821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;MC9S08GB32CFU silicon&amp;nbsp;3L31R&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Project is having apparent problems with RESET. It's possible to get the device in a weird state via external power application where the processor appears dead. If I take a voltmeter or scope probe and just touch the RESET pin (pin 1), the processor will start normally.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For low current consumption, we currently have a 330K resistor pulling RESET to Vcc. However, in trying to debug this, we substituted a 5K6 resistor with no luck. We also tried connecting a 0.1uF capacitor between the RESET pin and ground, again with no luck.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When no external power is present a 3.6V battery powers the micro through a 3.0V linear regulator. In this mode, the micro firmware tidies up and then executes a STOP instruction putting it into a STOP3 sleep. Current consumption from the battery in this mode is about 12uA which is exactly what we expected. The system is awakened by pulling IRQ low which can happen due to several events including external power being applied. If the micro is woken from sleep with the external power and then the power is removed and then re-applied in short order, the problem appears (i.e. micro apparently dead; touch reset pin and it wakes up and runs.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've read the 3L31R errata sheet and note that there is a RESET-related issue tantalizingly close to what we're seeing. We can also, once in a blue moon, get the thing so messed up that not only does external power have to be removed but the battery as well: That is, simply touching the reset pin doesn't help; forcing the reset pin low doesn't help; only if the power is completely removed can we get it to start again. The low-value resistor and capacitor issue mentioned on that errata sheet do not seem to help with this "sensitive" RESET pin issue we're seeing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any ideas?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 04:36:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134760#M3821</guid>
      <dc:creator>BlkStang</dc:creator>
      <dc:date>2006-05-05T04:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134761#M3822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Blkstang:&lt;BR /&gt;&lt;BR /&gt;Here is a shot in the dark:&lt;BR /&gt;&lt;BR /&gt;In almost every processor I have used, I could cause those symptoms by having Vcc rise too slowly. If Vcc rises slow enough, the chip come out of reset before Vcc is within spec, and that is not a good thing. This is a situation where a capacitor is NOT your friend. When a processor gets in this state, tugging reset would always fix it.&lt;BR /&gt;&lt;BR /&gt;I have found the HC08 family to be very good at powering up, which I attribute to the LVI module. But I don't have much experience yet with the HCS08 family, so I can't really say how likely it is that this is your problem.&lt;P&gt;Message Edited by rocco on &lt;SPAN class="date_text"&gt;05-04-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;02:53 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 04:51:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134761#M3822</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-05-05T04:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134762#M3823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I've had a simular problem when I started using the hc05 and I'm now using it on the hc08 design that I'm working on, which is an external power-on reset. A dallus device, DS1233D, keeps the hc08 in reset for 100 milliseconds until the supply stabilizes.&lt;BR /&gt;&lt;BR /&gt;I'm now having a problem under power-supply spikes where the hc08 hangs (or appears to hang). I have the COP reset in the main loop and I'm thinking that this could be a problem. My software could be looping in the main loop, resetting the COP but not performing any tasks. I'm going to set flags in the various activities that are performed every interval and then reset the COP only and if only those activites are accomplished.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 09:53:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134762#M3823</guid>
      <dc:creator>byteybird9</dc:creator>
      <dc:date>2006-05-05T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134763#M3824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;I reported to &lt;EM&gt;&lt;STRONG&gt;FSL Factory Applications Engineering&lt;/STRONG&gt;&lt;/EM&gt; who hopefully will&amp;nbsp;give&amp;nbsp;us&amp;nbsp;time to look into this.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;I'll only let the board know if I get anything that helps !&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Cheers,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Alban.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 16:26:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134763#M3824</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-05-05T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134764#M3825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Alban wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;I reported to &lt;EM&gt;&lt;STRONG&gt;FSL Factory Applications Engineering&lt;/STRONG&gt;&lt;/EM&gt; who hopefully will&amp;nbsp;give&amp;nbsp;us&amp;nbsp;time to look into this.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;I'll only let the board know if I get anything that helps !&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Cheers,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="Comic Sans MS"&gt;Alban.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Was there any answer from the FSL Factory Applications Engineering about this problem?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jorge&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 20:54:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134764#M3825</guid>
      <dc:creator>joescott</dc:creator>
      <dc:date>2007-01-30T20:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134765#M3826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Nobody asked&amp;nbsp;ever again and it seems no Service Request was put in/escalated.&lt;/DIV&gt;&lt;DIV&gt;Therefore I cancelled my question not to interfere with higher priority matters.&lt;/DIV&gt;&lt;DIV&gt;Either &lt;SPAN class="title_big"&gt;&lt;SPAN style="COLOR: #017bba"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;BlkStang&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; found his mistake, either it wasn't a problem.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Alban.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 22:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134765#M3826</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-01-30T22:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: 9S08GB32 reset?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134766#M3827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Alban wrote:&lt;BR /&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Nobody asked ever again and it seems no Service Request was put in/escalated.&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Therefore I cancelled my question not to interfere with higher priority matters.&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Either &lt;SPAN class="title_big"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;BlkStang&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; found his mistake, either it wasn't a problem.&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Alban.&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;May be helfully to know, What was BlkStang's mistake?&lt;BR /&gt;We already reproduce the same behavior on GB60A and GT32. Even on a Freescale Development board.&lt;BR /&gt;&lt;BR /&gt;Our conclusion is that the reset PIN is extremely sensitive to EMI. So we can't make any measurement over reset's line without cause a restart. Processor manual avoid capacitors or pullup resistors so. It is a big problem for us.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Regards&lt;BR /&gt;Jorge&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 23:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/9S08GB32-reset/m-p/134766#M3827</guid>
      <dc:creator>joescott</dc:creator>
      <dc:date>2007-01-30T23:12:19Z</dc:date>
    </item>
  </channel>
</rss>

