<?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>S32KのトピックRe: S32K118 UART over FlexIO IDLE time between bytes</title>
    <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1621547#M21593</link>
    <description>&lt;P&gt;Which version of SDK are you using?&amp;nbsp;Have you tested the (SDK RTM 4.0.3) project I sent you privately? I also choose the FlexIO source as FIRC in that project.&amp;nbsp;From the screenshot of your configuration, only the FlexIO pins are different from mine.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 09:03:15 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2023-03-24T09:03:15Z</dc:date>
    <item>
      <title>S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1615888#M21404</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm having some communication issues while trying to use UART over FlexIO. Everything seems to work just fine while communicating at 1Mbps. However, my application needs to send multiple messages to multiple devices and sadly, a broadcast does not comply with my application needs. This leads to bus overload and eventually, messages start colliding and I start having communication issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current workaround for this issue involves having my communications scheduler trigger less frequently. This way there is more space for my messages to be sent. I also thought I'd to increase my communication baud rate as well and check how it behaves. From what I see in the communication bus, it's not quite doing so: I can see that, whenever there is a data transmission, it is transmitted at the new, higher baud rate. However, there is a noticeable gap between each byte transmitted which takes even more time than the transmitted byte, hence, making the communication frame take the same amount of time to be transmitted at 1Mbps and at 2Mbps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evidence:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Communication frame at 1Mbps:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joseponc_0-1678893571717.png" style="width: 711px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214755i9EC0DB3890511A2F/image-dimensions/711x79?v=v2" width="711" height="79" role="button" title="joseponc_0-1678893571717.png" alt="joseponc_0-1678893571717.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Same Communication frame at 2Mbps:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joseponc_1-1678894405907.png" style="width: 716px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214756iCB51414265941C21/image-dimensions/716x77?v=v2" width="716" height="77" role="button" title="joseponc_1-1678894405907.png" alt="joseponc_1-1678894405907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion for this behavior? I'm currently using the FlexIO driver provided in the S32DS SDK and using the blocking function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:34:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1615888#M21404</guid>
      <dc:creator>joseponc</dc:creator>
      <dc:date>2023-03-15T15:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1616564#M21423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Jose,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please refer to the flexio_uart_s32k118 example in S32DS v3.4+SDK RTM4.0.3.&lt;BR /&gt;FLEXIO_UART_DRV_SendDataBlocking should be able to send several bytes. If you configure txSize=6, it can send these 6 bytes together.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLEXIO_UART_DRV_SendDataBlocking txSize.png" style="width: 838px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214886i013956A3FFF45E0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLEXIO_UART_DRV_SendDataBlocking txSize.png" alt="FLEXIO_UART_DRV_SendDataBlocking txSize.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&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&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;</description>
      <pubDate>Thu, 16 Mar 2023 08:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1616564#M21423</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-03-16T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1619926#M21539</link>
      <description>&lt;P&gt;Hello Robin.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the reply and sorry for the delay on my side.&lt;/P&gt;&lt;P&gt;My parameters sent to the function are the exact same in both screenshots. In both cases my txsize is 6. The only thing I'm changing is the baud rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1619926#M21539</guid>
      <dc:creator>joseponc</dc:creator>
      <dc:date>2023-03-22T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1620412#M21552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Jose,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Baud rate in hertz 2000000 S32CT.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215882i9DD779F84F160AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Baud rate in hertz 2000000 S32CT.png" alt="Baud rate in hertz 2000000 S32CT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Communication frame at 1Mbps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1MHz 60us.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215888iCE76D78C4786E8EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1MHz 60us.png" alt="1MHz 60us.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Same Communication frame at 2Mbps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2MHz 34us.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215889i4FF8EB4F941C1BDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2MHz 34us.png" alt="2MHz 34us.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 03:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1620412#M21552</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-03-23T03:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1620979#M21575</link>
      <description>&lt;P&gt;Hello Robin.&lt;/P&gt;&lt;P&gt;That's what I'm doing and that's the behavior I want. However, that's not what I'm getting.&lt;/P&gt;&lt;P&gt;See screenshot of my configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joseponc_0-1679583743798.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216017iBEEDB0AC15E6AB5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joseponc_0-1679583743798.png" alt="joseponc_0-1679583743798.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I selected my FlexIO source to be the FIRC.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:03:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1620979#M21575</guid>
      <dc:creator>joseponc</dc:creator>
      <dc:date>2023-03-23T15:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 UART over FlexIO IDLE time between bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1621547#M21593</link>
      <description>&lt;P&gt;Which version of SDK are you using?&amp;nbsp;Have you tested the (SDK RTM 4.0.3) project I sent you privately? I also choose the FlexIO source as FIRC in that project.&amp;nbsp;From the screenshot of your configuration, only the FlexIO pins are different from mine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 09:03:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K118-UART-over-FlexIO-IDLE-time-between-bytes/m-p/1621547#M21593</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-03-24T09:03:15Z</dc:date>
    </item>
  </channel>
</rss>

