<?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>Kinetis MicrocontrollersのトピックRe: Confusion using Component I2C_LDD Kinetis L</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284801#M10892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured that out after posting but couldn't find how to retract my post.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 16:54:20 GMT</pubDate>
    <dc:creator>steve_fae</dc:creator>
    <dc:date>2013-03-06T16:54:20Z</dc:date>
    <item>
      <title>Confusion using Component I2C_LDD Kinetis L</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284799#M10890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at typical usage for the component, you see this example below and then the prototype of the real component.&amp;nbsp; Why are they different?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3455_3455.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119138iA6534BEBBC7A30D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="3455_3455.png" alt="3455_3455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my CW 10.3 it seems the component is different, in fact there are only 3 parameters to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;byte I2C2_SendBlock(void* Ptr, word Siz, word *Snt);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; -Return value: Error code, possible codes:&lt;/P&gt;&lt;P&gt; ERR_OK - OK&lt;/P&gt;&lt;P&gt; ERR_SPEED - This device does not work in the active speed mode&lt;/P&gt;&lt;P&gt; ERR_DISABLED - Device is disabled&lt;/P&gt;&lt;P&gt; ERR_BUSY - The slave device is busy, it does not respond by the acknowledge (only in master mode and when interrupt service is disabled)&lt;/P&gt;&lt;P&gt; ERR_BUSOFF - Clock timeout elapsed or device cannot transmit data&lt;/P&gt;&lt;P&gt; ERR_TXFULL - Transmitter is full. Some data has not been sent. (slave mode only)&lt;/P&gt;&lt;P&gt; ERR_ARBITR - Arbitration lost (only when interrupt service is disabled and in master mode)&lt;/P&gt;&lt;P&gt; -1. parameter: Pointer to the block of data to send.&lt;/P&gt;&lt;P&gt; -2. parameter: Size of the block.&lt;/P&gt;&lt;P&gt; -3. parameter: Amount of data sent (moved to a buffer). In master mode, if interrupt support is enabled, the parameter always returns the same value as the parameter 'Siz' of this method.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 22:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284799#M10890</guid>
      <dc:creator>steve_fae</dc:creator>
      <dc:date>2013-03-05T22:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion using Component I2C_LDD Kinetis L</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284800#M10891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;I think you compare methods of two different components: Internal2C component which implements SendBlock method and I2C_LDD which has MasterSendBlock. Am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 16:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284800#M10891</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2013-03-06T16:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion using Component I2C_LDD Kinetis L</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284801#M10892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured that out after posting but couldn't find how to retract my post.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 16:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284801#M10892</guid>
      <dc:creator>steve_fae</dc:creator>
      <dc:date>2013-03-06T16:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion using Component I2C_LDD Kinetis L</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284802#M10893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, you can delete your post....&lt;/P&gt;&lt;P&gt;Posters regret. Too bad you can't take back emails...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 22:06:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confusion-using-Component-I2C-LDD-Kinetis-L/m-p/284802#M10893</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-03-06T22:06:56Z</dc:date>
    </item>
  </channel>
</rss>

