<?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 bit banging component in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460073#M4785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a GenericSWI2C component available for bit banging but it is not compatible with KSDK 1.2.0 and KDS 3.0.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there any such component available for use with processor expert on KDS 3.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 19:04:59 GMT</pubDate>
    <dc:creator>Kewal</dc:creator>
    <dc:date>2016-01-25T19:04:59Z</dc:date>
    <item>
      <title>I2C bit banging component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460073#M4785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a GenericSWI2C component available for bit banging but it is not compatible with KSDK 1.2.0 and KDS 3.0.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there any such component available for use with processor expert on KDS 3.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460073#M4785</guid>
      <dc:creator>Kewal</dc:creator>
      <dc:date>2016-01-25T19:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: I2C bit banging component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460074#M4786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kewal,&lt;/P&gt;&lt;P&gt;you could create a project for Processor Expert without the SDK, then add the GenericSWI2C component and copy over the sources.&lt;/P&gt;&lt;P&gt;In the .c file there are the following macros&lt;/P&gt;&lt;P&gt;#define SCL_SetDir(dir) SCL1_SetDir(dir)&lt;/P&gt;&lt;P&gt;#define SCL_ClrVal()&amp;nbsp;&amp;nbsp;&amp;nbsp; SCL1_ClrVal()&lt;/P&gt;&lt;P&gt;#define SCL_GetVal()&amp;nbsp;&amp;nbsp;&amp;nbsp; SCL1_GetVal()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define SDA_SetDir(dir) SDA1_SetDir(dir)&lt;/P&gt;&lt;P&gt;#define SDA_ClrVal()&amp;nbsp;&amp;nbsp;&amp;nbsp; SDA1_ClrVal()&lt;/P&gt;&lt;P&gt;#define SDA_GetVal()&amp;nbsp;&amp;nbsp;&amp;nbsp; SDA1_GetVal()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would need to call the SDK functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460074#M4786</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-01-25T19:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: I2C bit banging component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460075#M4787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, actually I tried before posting this question. I got an error with below description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error during adding referenced component/template "Unsupported/Wait-UNSUPPORTED".&lt;/P&gt;&lt;P&gt;Component is either missing or corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was just a project with processor expert and KSDK option as none. Also tried with codewarrior and found same issue.&lt;/P&gt;&lt;P&gt;Do i need to add any other component?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="GenericSWI2C.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23218i53D481474772517A/image-size/large?v=v2&amp;amp;px=999" role="button" title="GenericSWI2C.JPG" alt="GenericSWI2C.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460075#M4787</guid>
      <dc:creator>Kewal</dc:creator>
      <dc:date>2016-01-26T13:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: I2C bit banging component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460076#M4788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyways I achieved it through code warrior ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:42:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C-bit-banging-component/m-p/460076#M4788</guid>
      <dc:creator>Kewal</dc:creator>
      <dc:date>2016-01-26T16:42:41Z</dc:date>
    </item>
  </channel>
</rss>

