<?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>i.MX ProcessorsのトピックHow to use UART8 on RT1176</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-UART8-on-RT1176/m-p/1521430#M195086</link>
    <description>&lt;P&gt;I have a custom board with an rt1176 processor.&amp;nbsp; Need to use UART8 for RS232/RS485 communication.&amp;nbsp; I have these parameters set in board.h -&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define DEBUG_CONSOLE_UART_INDEX 8//1 for normal debug//8 for rs232/rs485&lt;/P&gt;&lt;P&gt;#elif DEBUG_CONSOLE_UART_INDEX == 8&lt;BR /&gt;#define BOARD_DEBUG_UART_BASEADDR (uint32_t) LPUART8&lt;BR /&gt;#define BOARD_DEBUG_UART_INSTANCE 8U&lt;BR /&gt;#define BOARD_UART_IRQ LPUART8_IRQn&lt;BR /&gt;#define BOARD_UART_IRQ_HANDLER LPUART8_IRQHandler&lt;/P&gt;&lt;P&gt;I can see outbound data from the micro to the teraterm window.&lt;/P&gt;&lt;P&gt;I type commands in the teraterm window and see nothing.&amp;nbsp; The hardware checks out.&amp;nbsp; I can see correct data at the micro RX pin using a scope.&lt;/P&gt;&lt;P&gt;Pins are configured with the standard UART8 RX and TX convention.&lt;/P&gt;&lt;P&gt;I looked down in the driver software and did not see anything else to turn on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 19:52:39 GMT</pubDate>
    <dc:creator>lfost</dc:creator>
    <dc:date>2022-09-13T19:52:39Z</dc:date>
    <item>
      <title>How to use UART8 on RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-UART8-on-RT1176/m-p/1521430#M195086</link>
      <description>&lt;P&gt;I have a custom board with an rt1176 processor.&amp;nbsp; Need to use UART8 for RS232/RS485 communication.&amp;nbsp; I have these parameters set in board.h -&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define DEBUG_CONSOLE_UART_INDEX 8//1 for normal debug//8 for rs232/rs485&lt;/P&gt;&lt;P&gt;#elif DEBUG_CONSOLE_UART_INDEX == 8&lt;BR /&gt;#define BOARD_DEBUG_UART_BASEADDR (uint32_t) LPUART8&lt;BR /&gt;#define BOARD_DEBUG_UART_INSTANCE 8U&lt;BR /&gt;#define BOARD_UART_IRQ LPUART8_IRQn&lt;BR /&gt;#define BOARD_UART_IRQ_HANDLER LPUART8_IRQHandler&lt;/P&gt;&lt;P&gt;I can see outbound data from the micro to the teraterm window.&lt;/P&gt;&lt;P&gt;I type commands in the teraterm window and see nothing.&amp;nbsp; The hardware checks out.&amp;nbsp; I can see correct data at the micro RX pin using a scope.&lt;/P&gt;&lt;P&gt;Pins are configured with the standard UART8 RX and TX convention.&lt;/P&gt;&lt;P&gt;I looked down in the driver software and did not see anything else to turn on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 19:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-UART8-on-RT1176/m-p/1521430#M195086</guid>
      <dc:creator>lfost</dc:creator>
      <dc:date>2022-09-13T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use UART8 on RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-UART8-on-RT1176/m-p/1521580#M195097</link>
      <description>&lt;P&gt;You can use polling way to access LPUART8 under Cortex-M7, as LPUART8 IRQ is only available under Cortex-M4.&lt;/P&gt;
&lt;P&gt;Below blog may be helpful to you (it is in chinese):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cnblogs.com/henjay724/p/16580219.html" target="_blank"&gt;https://www.cnblogs.com/henjay724/p/16580219.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 02:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-UART8-on-RT1176/m-p/1521580#M195097</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-09-14T02:56:35Z</dc:date>
    </item>
  </channel>
</rss>

