<?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: K82F and  simultaneos FLEXIO_UART and FLEXIO_I2C in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547333#M5613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Luis,&lt;/P&gt;&lt;P&gt;Regarding your issue, I think you have to debug in the FlexIO register level to track the issue.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 07:42:13 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2016-06-23T07:42:13Z</dc:date>
    <item>
      <title>K82F and  simultaneos FLEXIO_UART and FLEXIO_I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547330#M5610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dears,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a FRDM-K82F and I'm trying to use a FLEXIO_UART and a FLEXIO_I2C simultaneously. &lt;/P&gt;&lt;P&gt;I'm using the sdk 2.0 examples as start point:&lt;/P&gt;&lt;P&gt;I2C is using SHIFTER0, BUFFER0, SHIFTER1 and BUFFER1.&lt;/P&gt;&lt;P&gt;UART is using SHIFTER2, BUFFER2, SHIFTER3 and BUFFER3.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, after redirecting UART's&amp;nbsp; SHIFTERs and BUFFERs to another resources the program does not work. There is not I2C communication neither UART communication. &lt;/P&gt;&lt;P&gt;What could I do to put those implementation to work properly?&lt;/P&gt;&lt;P&gt;What else is necessary to reconfigure?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 03:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547330#M5610</guid>
      <dc:creator>Heron</dc:creator>
      <dc:date>2016-06-20T03:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: K82F and  simultaneos FLEXIO_UART and FLEXIO_I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547331#M5611</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;i think it is okay to implement both UART and IIC for the FlexIO module, regarding your issue, maybe you code has issue. Pls refer to the doc about FlexIO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto; text-align: justify;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif; color: black;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fcommunity.freescale.com%2Fdocs%2FDOC-105640" rel="nofollow" target="_blank"&gt;https://community.freescale.com/docs/DOC-105640&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 08:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547331#M5611</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-06-21T08:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: K82F and  simultaneos FLEXIO_UART and FLEXIO_I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547332#M5612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear XiangJun Rong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already know that doc. It refers&amp;nbsp; about&amp;nbsp; of use of FLEXIO_DRIVER but not include information about &lt;STRONG&gt;FLEXIO_I2C DRIVER &lt;/STRONG&gt; or &lt;STRONG&gt;FLEXIO_UART&lt;/STRONG&gt; &lt;STRONG&gt;DRIVER&lt;/STRONG&gt; and my questions it's about of those two last mentioned drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just copied two kds2.0 driver examples (FLEXIO_I2C and FLEXIO_UART) and include both in one project.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I use #ifdef compiler directive to compile each one separately in the same project. Separately, each one works nicely, but together does not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some details of reconfiguration for using FLEXIO_UART INTERRUP TRANSFER example:&lt;/P&gt;&lt;P&gt;IFLEXIO_UART_Type &lt;STRONG&gt;uartDev&lt;/STRONG&gt; variable was reconfigured:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uartDev.shifterIndex[0] = 2U;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //original value was 0U&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uartDev.shifterIndex[1] = 3U;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //original value was 1U&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uartDev.timerIndex[0] = 2U;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //original value was 0U&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uartDev.timerIndex[1] = 3U;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //original value was 1U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could I do to put those implementation to work properly?&lt;/P&gt;&lt;P&gt;What else is necessary to reconfigure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 23:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547332#M5612</guid>
      <dc:creator>Heron</dc:creator>
      <dc:date>2016-06-21T23:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: K82F and  simultaneos FLEXIO_UART and FLEXIO_I2C</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547333#M5613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Luis,&lt;/P&gt;&lt;P&gt;Regarding your issue, I think you have to debug in the FlexIO register level to track the issue.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K82F-and-simultaneos-FLEXIO-UART-and-FLEXIO-I2C/m-p/547333#M5613</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-06-23T07:42:13Z</dc:date>
    </item>
  </channel>
</rss>

