<?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: MC9S08GT60A - I2C arbitration lost</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177470#M12531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;There can also be problem in I2Cinit() function, because after setting IIC1C_IICEN bit, there is no changeon SDA and SCL lines (they stay low - I guess they should go high after enabling I2C module).&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 May 2009 02:40:38 GMT</pubDate>
    <dc:creator>gaminn</dc:creator>
    <dc:date>2009-05-02T02:40:38Z</dc:date>
    <item>
      <title>MC9S08GT60A - I2C arbitration lost</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177469#M12530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to write data to I2C bus, but everytime immediately after&amp;nbsp;I set IIC1C_MST bit&amp;nbsp;in I2CWrite() function, IIC1S_ARBL bit is set so I2C interrupt routine is executed. What can cause that it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;
void I2CInit() {&amp;nbsp; IIC1C_IICEN = 1;&amp;nbsp; IIC1A = 0x00;&amp;nbsp; IIC1F = 0x8D;&amp;nbsp;&amp;nbsp;&amp;nbsp; IIC1C_IICIE = 1;}void I2CWrite() {&amp;nbsp; IIC1S;&amp;nbsp; IIC1S_IICIF=1;&amp;nbsp; IIC1C_TX = 1;&amp;nbsp; IIC1C_MST = 1;&amp;nbsp; wait_5us();&amp;nbsp; IIC1D = 0x10;}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:26:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177469#M12530</guid>
      <dc:creator>gaminn</dc:creator>
      <dc:date>2020-10-29T09:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60A - I2C arbitration lost</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177470#M12531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;There can also be problem in I2Cinit() function, because after setting IIC1C_IICEN bit, there is no changeon SDA and SCL lines (they stay low - I guess they should go high after enabling I2C module).&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 02:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177470#M12531</guid>
      <dc:creator>gaminn</dc:creator>
      <dc:date>2009-05-02T02:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60A - I2C arbitration lost</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177471#M12532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What should happen if I run only IIC1C_IICEN = 1 in the main function? I2C pins don't go high after this command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I drive PTC2 and PTC3 pins throud parallel input/output module (PTCD_PTCD2 = 1....) everything is ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 14:58:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177471#M12532</guid>
      <dc:creator>gaminn</dc:creator>
      <dc:date>2009-05-02T14:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08GT60A - I2C arbitration lost</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177472#M12533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Stupid - I had no pullup resistors on the bus.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 18:29:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08GT60A-I2C-arbitration-lost/m-p/177472#M12533</guid>
      <dc:creator>gaminn</dc:creator>
      <dc:date>2009-05-02T18:29:35Z</dc:date>
    </item>
  </channel>
</rss>

