<?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 I2C problem with hcs08gb60 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-problem-with-hcs08gb60/m-p/123812#M12</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Feb 08, 2005 1:40 pm&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt; I cant seem to get the I2C Module to interrupt my processor.&lt;BR /&gt; I setup th IIC1F register for 100kbps,&lt;BR /&gt; I put #%11111000 into the IIC1C register,&lt;BR /&gt; I clear the IIC1S register and then,&lt;BR /&gt; I put the address of the slave into the IIC1D register and RTS&lt;BR /&gt;&lt;BR /&gt; I was under the assumption that I should now get an interrupt from the I2C module when the transfer is complete, but this is not happening &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_cry.gif"&gt;&lt;IMG alt="Crying or Very sad" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_cry.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; Anyone?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;Posted: Thu Feb 24, 2005 6:54 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; Look at sei/cli, any other interrupt mask bits, do SW simulation first, check all the interupt mask chain and so on... Or send more info or code sample.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Posted: Tue Mar 01, 2005 11:12 am&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Thanks for the reply.&lt;BR /&gt; Problem solved, I was not sending a start signal. Supposed to toggle Master Mode Select Bit in the IIC1C register from 0-slave mode to 1-master mode in order to send a start signal.&lt;BR /&gt;&lt;BR /&gt; Didnt read the book properly.....&lt;BR /&gt; Live and learn I suppose.....&lt;/SPAN&gt;&lt;SPAN class="gensmall"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2006 06:28:31 GMT</pubDate>
    <dc:creator>RChapman</dc:creator>
    <dc:date>2006-01-20T06:28:31Z</dc:date>
    <item>
      <title>I2C problem with hcs08gb60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-problem-with-hcs08gb60/m-p/123812#M12</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Feb 08, 2005 1:40 pm&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt; I cant seem to get the I2C Module to interrupt my processor.&lt;BR /&gt; I setup th IIC1F register for 100kbps,&lt;BR /&gt; I put #%11111000 into the IIC1C register,&lt;BR /&gt; I clear the IIC1S register and then,&lt;BR /&gt; I put the address of the slave into the IIC1D register and RTS&lt;BR /&gt;&lt;BR /&gt; I was under the assumption that I should now get an interrupt from the I2C module when the transfer is complete, but this is not happening &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_cry.gif"&gt;&lt;IMG alt="Crying or Very sad" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_cry.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; Anyone?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;Posted: Thu Feb 24, 2005 6:54 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; Look at sei/cli, any other interrupt mask bits, do SW simulation first, check all the interupt mask chain and so on... Or send more info or code sample.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Posted: Tue Mar 01, 2005 11:12 am&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Thanks for the reply.&lt;BR /&gt; Problem solved, I was not sending a start signal. Supposed to toggle Master Mode Select Bit in the IIC1C register from 0-slave mode to 1-master mode in order to send a start signal.&lt;BR /&gt;&lt;BR /&gt; Didnt read the book properly.....&lt;BR /&gt; Live and learn I suppose.....&lt;/SPAN&gt;&lt;SPAN class="gensmall"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2006 06:28:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-problem-with-hcs08gb60/m-p/123812#M12</guid>
      <dc:creator>RChapman</dc:creator>
      <dc:date>2006-01-20T06:28:31Z</dc:date>
    </item>
  </channel>
</rss>

