<?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: FRDM-KL46Z : question on I2C slave adress automatic detection method in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269339#M8991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;Download and import the two *.PeUpd files as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/" title="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/"&gt;http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(points to &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/PEupd" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/PEupd"&gt;mcuoneclipse/PEupd at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example for the FRDM-KL25Z is here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_I2CSpy" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_I2CSpy"&gt;mcuoneclipse/Examples/FRDM-KL25Z/Freedom_I2CSpy at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(best if you download things in a zip file: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/archive/master.zip" title="https://github.com/ErichStyger/mcuoneclipse/archive/master.zip"&gt;https://github.com/ErichStyger/mcuoneclipse/archive/master.zip&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 16:22:24 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2013-12-18T16:22:24Z</dc:date>
    <item>
      <title>FRDM-KL46Z : question on I2C slave adress automatic detection method</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269336#M8988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a FRDM-KL46Z platform and I want to use I2C communication.&lt;/P&gt;&lt;P&gt;With processor expert , I set a I2C serial components as Master and I want to detect all the slave devices connected to this I2C bus.&lt;/P&gt;&lt;P&gt;I see a method named&amp;nbsp; "I2Cx-SelectSlaveDevice(MyI2Cptr, LDD_I2C_ADDRTYPE_GENERAL_CALL,devAddr)".&lt;/P&gt;&lt;P&gt;Could someone give me an example on how to use this method to detect&amp;nbsp; slave devices connected to the I2C bus.&lt;/P&gt;&lt;P&gt;I want to be able to select after this detection a device present on the bus and start communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 14:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269336#M8988</guid>
      <dc:creator>r58737</dc:creator>
      <dc:date>2013-12-18T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL46Z : question on I2C slave adress automatic detection method</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269337#M8989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;I'm scanning the I2C bus with a special I2C Processor Expert component (see &lt;A href="http://mcuoneclipse.com/2012/12/23/csi-crime-scene-investigation-with-i2cspy-and-freedom-board/" title="http://mcuoneclipse.com/2012/12/23/csi-crime-scene-investigation-with-i2cspy-and-freedom-board/"&gt;CSI Crime Scene Investigation with I2CSpy and Freedom Board | MCU on Eclipse&lt;/A&gt;). Selecting the slave is not enough: you need to read/write to the device, as only then the bus is accessed.&lt;/P&gt;&lt;P&gt;You can find the component code on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/blob/master/Drivers/sw/I2CSpy.drv" title="https://github.com/ErichStyger/mcuoneclipse/blob/master/Drivers/sw/I2CSpy.drv"&gt;mcuoneclipse/Drivers/sw/I2CSpy.drv at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&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>Wed, 18 Dec 2013 15:07:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269337#M8989</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-12-18T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL46Z : question on I2C slave adress automatic detection method</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269338#M8990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems interesting, I will try it.&lt;/P&gt;&lt;P&gt;I will download the I2CSpy.Peupd file. Could you tell me were I have to save it?&lt;/P&gt;&lt;P&gt;Do&amp;nbsp; you have any kinetis&amp;nbsp; example of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 16:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269338#M8990</guid>
      <dc:creator>r58737</dc:creator>
      <dc:date>2013-12-18T16:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL46Z : question on I2C slave adress automatic detection method</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269339#M8991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;Download and import the two *.PeUpd files as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/" title="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/"&gt;http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(points to &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/PEupd" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/PEupd"&gt;mcuoneclipse/PEupd at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example for the FRDM-KL25Z is here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_I2CSpy" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_I2CSpy"&gt;mcuoneclipse/Examples/FRDM-KL25Z/Freedom_I2CSpy at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(best if you download things in a zip file: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/archive/master.zip" title="https://github.com/ErichStyger/mcuoneclipse/archive/master.zip"&gt;https://github.com/ErichStyger/mcuoneclipse/archive/master.zip&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 16:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL46Z-question-on-I2C-slave-adress-automatic-detection/m-p/269339#M8991</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-12-18T16:22:24Z</dc:date>
    </item>
  </channel>
</rss>

