<?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: i2c with gp32 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144528#M6887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;If you mean address of the slave i2c device, then you can set&amp;nbsp;it following way:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. Using just one slave device - Bean&amp;nbsp;Inspector -&amp;gt; Properties -&amp;gt; Slave address init. The address will be used automatically with each call of SendBlock, RecvBlock, etc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Using more than one i2c slave devices. Use&amp;nbsp;"SelectSlave" method&amp;nbsp;to change the address of the slave device in your application. Address passed to SelectSlave method will be again used automatically with&amp;nbsp;each call of SendBlock, RecvBlock, ....&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Address will always be sent first when&amp;nbsp;calling&amp;nbsp;SendBlock method. After that&amp;nbsp;data&amp;nbsp;passed as parameter&amp;nbsp;of SendBlock method will be sent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this&amp;nbsp;will help you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Martin&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 23:22:37 GMT</pubDate>
    <dc:creator>mstrocka</dc:creator>
    <dc:date>2007-09-06T23:22:37Z</dc:date>
    <item>
      <title>i2c with gp32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144527#M6886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m developing a system using a GP32 microcontroller, and I need to use an external flash memory (24C04).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m triyng to use the software implemented i2c bean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading the documentation of the SendBlock method, I noticed there is no parameter in the function call for the word address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Maybe I need to send the word address as an additional byte of data. Is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance (and sorry for my poor english)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 22:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144527#M6886</guid>
      <dc:creator>Edusra</dc:creator>
      <dc:date>2007-09-06T22:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: i2c with gp32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144528#M6887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;If you mean address of the slave i2c device, then you can set&amp;nbsp;it following way:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. Using just one slave device - Bean&amp;nbsp;Inspector -&amp;gt; Properties -&amp;gt; Slave address init. The address will be used automatically with each call of SendBlock, RecvBlock, etc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Using more than one i2c slave devices. Use&amp;nbsp;"SelectSlave" method&amp;nbsp;to change the address of the slave device in your application. Address passed to SelectSlave method will be again used automatically with&amp;nbsp;each call of SendBlock, RecvBlock, ....&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Address will always be sent first when&amp;nbsp;calling&amp;nbsp;SendBlock method. After that&amp;nbsp;data&amp;nbsp;passed as parameter&amp;nbsp;of SendBlock method will be sent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this&amp;nbsp;will help you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Martin&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 23:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144528#M6887</guid>
      <dc:creator>mstrocka</dc:creator>
      <dc:date>2007-09-06T23:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: i2c with gp32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144529#M6888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you for your answer Martin.&lt;BR /&gt;I wasn't talking about the device address, I was talking about the address of memory where the data is actually stored.&lt;BR /&gt;I also noted this in the RcvBlock method.&lt;BR /&gt;Thank you again&lt;BR /&gt;Eduardo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 00:35:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/i2c-with-gp32/m-p/144529#M6888</guid>
      <dc:creator>Edusra</dc:creator>
      <dc:date>2007-09-07T00:35:06Z</dc:date>
    </item>
  </channel>
</rss>

