<?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: IIC, RTI and STOP2 MC9S08QG8 Headache!</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168931#M11139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do re-initialize all peripherals after coming out of STOP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is very weird is that I am able to get an ACK after I write the address byte but unable to get an ACK after I write the first byte of data after waking up from SOTP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What state are the pins held in during stop2? And is there a way to change that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 02:17:36 GMT</pubDate>
    <dc:creator>Rhioponomous</dc:creator>
    <dc:date>2009-04-07T02:17:36Z</dc:date>
    <item>
      <title>IIC, RTI and STOP2 MC9S08QG8 Headache!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168929#M11137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use the RTI, set at a 1024 ms interval, to wake up out of STOP2.&amp;nbsp; When the MCU wakes up from STOP2 it sends out 2 bytes to a slave on the IIC bus and then go back to sleep in STOP2.&amp;nbsp; I have it working so that I can go to sleep and wake up from STOP2 using the RTI.&amp;nbsp; Separately (int another program) I have it so that I can send messages on the IIC as well as do other things in sequence (So I know it isn't stuck in the IIC write function).&amp;nbsp; When I combine the STOP2 code with the IIC code I am able to write to the IIC when the first time the CPU turns on, I am then able to go into STOP2 and then 1 second later the RTI fires and I wake up.&amp;nbsp; The problem then comes when I try to write to write to the IIC after waking up from STOP2.&amp;nbsp; When I try to STOP into STOP2, It just hangs out in STOP2 and my RTI never triggers...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be much appreciated! &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 07:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168929#M11137</guid>
      <dc:creator>Rhioponomous</dc:creator>
      <dc:date>2009-04-02T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: IIC, RTI and STOP2 MC9S08QG8 Headache!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168930#M11138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Coming out of STOP2 is similar to a reset, so all peripherals must be re-initialized before using.&amp;nbsp; Do you do that?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:33:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168930#M11138</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2009-04-02T16:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: IIC, RTI and STOP2 MC9S08QG8 Headache!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168931#M11139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do re-initialize all peripherals after coming out of STOP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is very weird is that I am able to get an ACK after I write the address byte but unable to get an ACK after I write the first byte of data after waking up from SOTP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What state are the pins held in during stop2? And is there a way to change that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 02:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-RTI-and-STOP2-MC9S08QG8-Headache/m-p/168931#M11139</guid>
      <dc:creator>Rhioponomous</dc:creator>
      <dc:date>2009-04-07T02:17:36Z</dc:date>
    </item>
  </channel>
</rss>

