<?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: SMBUS Source code in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SMBUS-Source-code/m-p/390256#M21234</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;About the hardware design difference between I2C with SMBus, the pullup resistor values be different.&lt;/P&gt;&lt;P&gt;Customer could refer &lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4471.pdf"&gt;SMBus Quick Start Guide&lt;/A&gt; here, which with a chapter to description the difference between I2C and SMBus.&lt;/P&gt;&lt;P&gt;About the software aspect, customer could refer &lt;A href="http://cache.freescale.com/files/analog/doc/app_note/AN4342.pdf"&gt;AN4342&lt;/A&gt; related software, there provides a simple SMBus basic communication example.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/analog/doc/app_note/AN4342.rar"&gt;AN4342SW&lt;/A&gt; could be downloaded.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 05:48:47 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2015-03-18T05:48:47Z</dc:date>
    <item>
      <title>SMBUS Source code</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SMBUS-Source-code/m-p/390255#M21233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using KL46 controller with external RTC(DS1307-Slave address is 0x68). I am receiving date and time from that RTC through I2C Communication. Here I have attached example code for I2C communication. I am using the same source code for RTC communication. Now I have Multi-cell BMS (Battery Monitoring System) Platform. I need to receive/collect data from Battery pack to KL46 through SMBUS communication. But I am using the same code (Slave address is 0x0B), I given command but I am not receiving proper data. Kindly let me know that any changes I have to do for this communication in hardware as well as software.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337714"&gt;k40_i2c.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337714"&gt;isr.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337714"&gt;i2c_demo.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337714"&gt;k40_i2c.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SMBUS-Source-code/m-p/390255#M21233</guid>
      <dc:creator>yusupkhan</dc:creator>
      <dc:date>2015-03-17T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: SMBUS Source code</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SMBUS-Source-code/m-p/390256#M21234</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;About the hardware design difference between I2C with SMBus, the pullup resistor values be different.&lt;/P&gt;&lt;P&gt;Customer could refer &lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4471.pdf"&gt;SMBus Quick Start Guide&lt;/A&gt; here, which with a chapter to description the difference between I2C and SMBus.&lt;/P&gt;&lt;P&gt;About the software aspect, customer could refer &lt;A href="http://cache.freescale.com/files/analog/doc/app_note/AN4342.pdf"&gt;AN4342&lt;/A&gt; related software, there provides a simple SMBus basic communication example.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/analog/doc/app_note/AN4342.rar"&gt;AN4342SW&lt;/A&gt; could be downloaded.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 05:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SMBUS-Source-code/m-p/390256#M21234</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-03-18T05:48:47Z</dc:date>
    </item>
  </channel>
</rss>

