<?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: I2C Clock issue on HCs08 in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622896#M5333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What part are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I b elieve that all the HCS08 device has a IIC module on in, I do not remember if the smallest one does not have it, but for intace the S08SH has it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2017 16:19:08 GMT</pubDate>
    <dc:creator>vicentegomez</dc:creator>
    <dc:date>2017-04-28T16:19:08Z</dc:date>
    <item>
      <title>I2C Clock issue on HCs08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622893#M5330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing I2C bit banging with &lt;STRONG&gt;HCs08&lt;/STRONG&gt; as a master and external accelerometer as a slave.&lt;/P&gt;&lt;P&gt;As internal crystal is of 4 Mhz. We want clock cycle of 100 MHz&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Aim-&lt;/SPAN&gt; To generate 5usec ON and 5usec OFF clock cycle on SCL pin.&lt;/P&gt;&lt;P&gt;Observations and Problems-&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Calling timer routine from main (see 1.1.).&lt;/LI&gt;&lt;LI&gt;Timer for 5usec is configured (1.2.).&lt;/LI&gt;&lt;LI&gt;Enable interrupt and start timer by giving clock (1.2.).&lt;/LI&gt;&lt;LI&gt;Checked whether timer overflow flag (TOF) set, TOF value is 1, But ISR routine is not executed (1.3.).\&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Code is attached.&lt;BR /&gt;Please tell me anyone.&lt;BR /&gt;where i m going wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 11:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622893#M5330</guid>
      <dc:creator>prajaktakakade</dc:creator>
      <dc:date>2017-04-19T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Clock issue on HCs08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622894#M5331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got lost, your problem is with the timer? or with the IIC module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vicente Gomez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622894#M5331</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2017-04-24T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Clock issue on HCs08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622895#M5332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HCs08 doesn't have in-built IIC module. SO need to do iic bit banging.&lt;BR /&gt;Problem is with clock generating for IIC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 05:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622895#M5332</guid>
      <dc:creator>prajaktakakade</dc:creator>
      <dc:date>2017-04-27T05:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Clock issue on HCs08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622896#M5333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What part are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I b elieve that all the HCS08 device has a IIC module on in, I do not remember if the smallest one does not have it, but for intace the S08SH has it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:19:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622896#M5333</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2017-04-28T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Clock issue on HCs08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622897#M5334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Part no. is&amp;nbsp;FXTH871x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 04:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/I2C-Clock-issue-on-HCs08/m-p/622897#M5334</guid>
      <dc:creator>prajaktakakade</dc:creator>
      <dc:date>2017-05-05T04:53:03Z</dc:date>
    </item>
  </channel>
</rss>

