<?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 IIC... - HCS08DZ60 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180332#M13036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use IIC module on a HCS08DZ60 CPU. I look for many "examples" on the forum and on the website of Freescale, and I tried to create some simple functions IICWrite and IICRead. I don't success.&lt;/P&gt;&lt;P&gt;The examples I have seen are complicated, they all manage Master and Slave mode, and also arbitration...&lt;/P&gt;&lt;P&gt;I just want to make a simple application : my microcontroller is always the master, and the slave are a RTC and an EEPROM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does somebody have done&amp;nbsp;this before ?&lt;/P&gt;&lt;P&gt;Thank you very much for your help !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jOJo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added p/n to subject.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by NLFSJ on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-11&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;04:04 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 00:21:50 GMT</pubDate>
    <dc:creator>jOJo73</dc:creator>
    <dc:date>2009-05-12T00:21:50Z</dc:date>
    <item>
      <title>IIC... - HCS08DZ60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180332#M13036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use IIC module on a HCS08DZ60 CPU. I look for many "examples" on the forum and on the website of Freescale, and I tried to create some simple functions IICWrite and IICRead. I don't success.&lt;/P&gt;&lt;P&gt;The examples I have seen are complicated, they all manage Master and Slave mode, and also arbitration...&lt;/P&gt;&lt;P&gt;I just want to make a simple application : my microcontroller is always the master, and the slave are a RTC and an EEPROM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does somebody have done&amp;nbsp;this before ?&lt;/P&gt;&lt;P&gt;Thank you very much for your help !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jOJo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added p/n to subject.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by NLFSJ on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-11&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;04:04 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 00:21:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180332#M13036</guid>
      <dc:creator>jOJo73</dc:creator>
      <dc:date>2009-05-12T00:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: IIC... - HCS08DZ60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180333#M13037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put an example of a simple master/slave &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=9804&amp;amp;query.id=13797#M9804" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&amp;amp;message.id=9804&amp;amp;query.id=13797#M9804&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message lengths are preset. No restarts used. Used to send one trasnmit message and one receive message to 5 slaves every 20ms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you using an RTC and a Eprom i assume their protocol is preset and therefore you will need to send addresses etc then request data returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you're looking for an out of the box example, you'll probably be out of luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 22:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180333#M13037</guid>
      <dc:creator>mad_dad</dc:creator>
      <dc:date>2009-05-19T22:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: IIC... - HCS08DZ60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180334#M13038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="4"&gt;en,ha ha&lt;IMG alt=":womanlol:" class="emoticon emoticon-womanlol" id="womanlol" src="http://freescale.i.lithium.com/i/smilies/16x16_woman-lol.gif" title="Woman LOL" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 20:44:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/IIC-HCS08DZ60/m-p/180334#M13038</guid>
      <dc:creator>wenyabin</dc:creator>
      <dc:date>2012-05-24T20:44:41Z</dc:date>
    </item>
  </channel>
</rss>

