<?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 Design StudioのトピックI2C</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C/m-p/612757#M7771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on I2C (as well as UART)&lt;/P&gt;&lt;P&gt;however I cannot get it to work. Non of the example projects work.&lt;/P&gt;&lt;P&gt;I'll attach my project in case that is needed&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I send data this is what I see on the data line&lt;/P&gt;&lt;P&gt;Green is Data &amp;nbsp;Yellow is clock&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Ffiles.slack.com%2Ffiles-tmb%2FT032T1ADE-F3RE5HN8N-99aec7254e%2Fimg_20170112_104021_720.jpg" rel="nofollow" target="_blank"&gt;&lt;IMG src="https://files.slack.com/files-tmb/T032T1ADE-F3RE5HN8N-99aec7254e/img_20170112_104021_720.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data is not sending the write command..&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code block&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// I2C Variables and Buffers&lt;BR /&gt; uint8_t cmd_buff_write = 0x00;&lt;BR /&gt; uint8_t cmd_buff_read = 0x01;&lt;BR /&gt;#define DATA_LENGTH 64&lt;BR /&gt; uint8_t tx_buff[DATA_LENGTH] = {0};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; uint32_t cmd_size = sizeof(cmd_buff_write);&lt;BR /&gt; uint32_t tx_size = sizeof(tx_buff);&lt;BR /&gt; uint32_t count = 1;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I2C_DRV_MasterSendData(I2C_INSTANCE, &amp;amp;i2cCom1_MasterConfig0, &amp;amp;cmd_buff_write, cmd_size, &amp;amp;tx_buff, tx_size);&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;the I2C_Init() funtion is called already what do I do?&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-338865"&gt;worktrax.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 17:54:15 GMT</pubDate>
    <dc:creator>jacewalton</dc:creator>
    <dc:date>2017-01-12T17:54:15Z</dc:date>
    <item>
      <title>I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C/m-p/612757#M7771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on I2C (as well as UART)&lt;/P&gt;&lt;P&gt;however I cannot get it to work. Non of the example projects work.&lt;/P&gt;&lt;P&gt;I'll attach my project in case that is needed&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I send data this is what I see on the data line&lt;/P&gt;&lt;P&gt;Green is Data &amp;nbsp;Yellow is clock&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Ffiles.slack.com%2Ffiles-tmb%2FT032T1ADE-F3RE5HN8N-99aec7254e%2Fimg_20170112_104021_720.jpg" rel="nofollow" target="_blank"&gt;&lt;IMG src="https://files.slack.com/files-tmb/T032T1ADE-F3RE5HN8N-99aec7254e/img_20170112_104021_720.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data is not sending the write command..&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code block&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// I2C Variables and Buffers&lt;BR /&gt; uint8_t cmd_buff_write = 0x00;&lt;BR /&gt; uint8_t cmd_buff_read = 0x01;&lt;BR /&gt;#define DATA_LENGTH 64&lt;BR /&gt; uint8_t tx_buff[DATA_LENGTH] = {0};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; uint32_t cmd_size = sizeof(cmd_buff_write);&lt;BR /&gt; uint32_t tx_size = sizeof(tx_buff);&lt;BR /&gt; uint32_t count = 1;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I2C_DRV_MasterSendData(I2C_INSTANCE, &amp;amp;i2cCom1_MasterConfig0, &amp;amp;cmd_buff_write, cmd_size, &amp;amp;tx_buff, tx_size);&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;the I2C_Init() funtion is called already what do I do?&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-338865"&gt;worktrax.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C/m-p/612757#M7771</guid>
      <dc:creator>jacewalton</dc:creator>
      <dc:date>2017-01-12T17:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C/m-p/612758#M7772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Realized that I am not getting an ack bit.... my bad never mind please ignore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:58:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I2C/m-p/612758#M7772</guid>
      <dc:creator>jacewalton</dc:creator>
      <dc:date>2017-01-12T18:58:47Z</dc:date>
    </item>
  </channel>
</rss>

