<?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: Synchronous USART using FlexIO in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Synchronous-USART-using-FlexIO/m-p/946426#M4161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="325001" data-username="antoinezen" href="https://community.nxp.com/people/antoinezen"&gt;Antoine Zen-Ruffinen&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;BR /&gt;1） Do you think this is feasible?&lt;BR /&gt;-- Yes, the FlexIO is capable of simulating the Synchronous mode of UART. There're some FlexIO demo projects in the SDK library, maybe you can refer to them.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2019 02:10:04 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2019-09-20T02:10:04Z</dc:date>
    <item>
      <title>Synchronous USART using FlexIO</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Synchronous-USART-using-FlexIO/m-p/946425#M4160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason i need a clock signal along with the traditional UART signal. That clock must be in phase with the UART signal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, it&amp;nbsp;is possible to archive this&amp;nbsp; on LPC micro-controller with the following&amp;nbsp; configuration:&lt;/P&gt;&lt;PRE&gt;config.syncMode = kUSART_SyncModeMaster;&lt;/PRE&gt;&lt;P&gt;that sets the SYNCEN&amp;nbsp;bit in the CFG register of the USART.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly&amp;nbsp;the LPUART peripheral of the i.MX-RT does not have this feature. My idea was to use the FlexIO periferal some how between the UART configuration and SPI configuration. With the FlexIO outputting data signal with START and STOP bit on one pin along with the shifter clock on a second pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think this is feasible ? If someone has an option or experience on this, it can save me hours of work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Antoine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/flexio uart/tg-p" rel="nofollow noopener noreferrer" target="_blank"&gt;#flexio uart&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/flexio spi/tg-p" rel="nofollow noopener noreferrer" target="_blank"&gt;#flexio spi&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/imxrt1050/tg-p" rel="nofollow noopener noreferrer" target="_blank"&gt;#imxrt1050&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/imxrt/tg-p" rel="nofollow noopener noreferrer" target="_blank"&gt;#imxrt&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/uart mode/tg-p" rel="nofollow noopener noreferrer" target="_blank"&gt;#uart mode&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Synchronous-USART-using-FlexIO/m-p/946425#M4160</guid>
      <dc:creator>antoinezen</dc:creator>
      <dc:date>2019-09-19T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous USART using FlexIO</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Synchronous-USART-using-FlexIO/m-p/946426#M4161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="325001" data-username="antoinezen" href="https://community.nxp.com/people/antoinezen"&gt;Antoine Zen-Ruffinen&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;BR /&gt;1） Do you think this is feasible?&lt;BR /&gt;-- Yes, the FlexIO is capable of simulating the Synchronous mode of UART. There're some FlexIO demo projects in the SDK library, maybe you can refer to them.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 02:10:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Synchronous-USART-using-FlexIO/m-p/946426#M4161</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-09-20T02:10:04Z</dc:date>
    </item>
  </channel>
</rss>

