<?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: s32k148 FlexIO UART Example Code</title>
    <link>https://community.nxp.com/t5/S32K/s32k148-FlexIO-UART-Example-Code/m-p/2205423#M54514</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256892"&gt;@Turtledove&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;From your other community post, I assume you are using S32DS for ARM with the SDK, is this correct?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the example descriptions under your S32DS installation (C:/NXP/S32DS_ARMv2.2/S32DS/software/S32SDK_S32K1xx_RTM_3.0.0/doc/html_S32K148/flexio_uart_s32k148_group.html).&lt;/P&gt;
&lt;P&gt;The example uses two instances of the FlexIO UART driver are used to echo the data received from host. Here are the connections and steps to run:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_a4dc662.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365755iE69F2FF55DDF0963/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snag_a4dc662.png" alt="Snag_a4dc662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The example&amp;nbsp;configures the terminal with these settings:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;115200 baud&lt;/LI&gt;
&lt;LI&gt;One stop bit&lt;/LI&gt;
&lt;LI&gt;No parity&lt;/LI&gt;
&lt;LI&gt;No flow control&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Lastly, as I've mentioned in your other post, for Real-Time Expressions, please refer to this thread:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/How-do-I-enable-Live-View-for-variables-when-debugging/m-p/669271#:~:text=Simply%20Go%20to%20menu%20Window%20-%3E%20%22Show%20View%22,You%20should%20observe%20the%20variable%20is%20being%20updated." target="_blank"&gt;Solved: How do I enable Live View for variables when debugging? - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 21:24:20 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2025-11-14T21:24:20Z</dc:date>
    <item>
      <title>s32k148 FlexIO UART Example Code</title>
      <link>https://community.nxp.com/t5/S32K/s32k148-FlexIO-UART-Example-Code/m-p/2205140#M54484</link>
      <description>&lt;P&gt;Currently working on S32k148evb board,&amp;nbsp; Can anyone tell e steps to verify the output of the program&amp;nbsp;FlexIO UART Example Code. How to verify it on development board and by using serial monitor TTL converter? In real tie expression also. Please provide steps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 10:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k148-FlexIO-UART-Example-Code/m-p/2205140#M54484</guid>
      <dc:creator>Turtledove</dc:creator>
      <dc:date>2025-11-14T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: s32k148 FlexIO UART Example Code</title>
      <link>https://community.nxp.com/t5/S32K/s32k148-FlexIO-UART-Example-Code/m-p/2205423#M54514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256892"&gt;@Turtledove&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;From your other community post, I assume you are using S32DS for ARM with the SDK, is this correct?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the example descriptions under your S32DS installation (C:/NXP/S32DS_ARMv2.2/S32DS/software/S32SDK_S32K1xx_RTM_3.0.0/doc/html_S32K148/flexio_uart_s32k148_group.html).&lt;/P&gt;
&lt;P&gt;The example uses two instances of the FlexIO UART driver are used to echo the data received from host. Here are the connections and steps to run:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_a4dc662.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365755iE69F2FF55DDF0963/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snag_a4dc662.png" alt="Snag_a4dc662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The example&amp;nbsp;configures the terminal with these settings:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;115200 baud&lt;/LI&gt;
&lt;LI&gt;One stop bit&lt;/LI&gt;
&lt;LI&gt;No parity&lt;/LI&gt;
&lt;LI&gt;No flow control&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Lastly, as I've mentioned in your other post, for Real-Time Expressions, please refer to this thread:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/How-do-I-enable-Live-View-for-variables-when-debugging/m-p/669271#:~:text=Simply%20Go%20to%20menu%20Window%20-%3E%20%22Show%20View%22,You%20should%20observe%20the%20variable%20is%20being%20updated." target="_blank"&gt;Solved: How do I enable Live View for variables when debugging? - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 21:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k148-FlexIO-UART-Example-Code/m-p/2205423#M54514</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-11-14T21:24:20Z</dc:date>
    </item>
  </channel>
</rss>

