<?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: M4 Core1 debug uart customalization in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1295593#M175801</link>
    <description>&lt;P&gt;It is working after configure debug uart in&amp;nbsp; board.h.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 18:04:36 GMT</pubDate>
    <dc:creator>vinothkumars</dc:creator>
    <dc:date>2021-06-21T18:04:36Z</dc:date>
    <item>
      <title>M4 Core1 debug uart customalization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1286970#M174996</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am working on IMX8QM Custom board which is don't have M4 debug UART (&lt;STRONG&gt;UART0_RTS_B&lt;/STRONG&gt; and &lt;STRONG&gt;UART0_CTS_B&lt;/STRONG&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I take it external connection from the Hardware lines (M41_I2C0_SDA, M41_I2C0_SCL) and configures those line as UART in Software&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I configured &lt;STRONG&gt;M41_I2C0_SDA&lt;/STRONG&gt; and &lt;STRONG&gt;M41_I2C0_SCL&lt;/STRONG&gt; as debug UART (M41_UART0_TX, M41_UART0_RX) for DMA__LPUART2, But, debug uart is not working&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;&lt;SPAN&gt;sc_pad_set_all(ipc, SC_P_M41_I2C0_SCL, 1U, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x0 ,SC_PAD_WAKEUP_OFF);/* 1 - M41_UART0_RX*/&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;&lt;SPAN&gt;sc_pad_set_all(ipc, SC_P_M41_I2C0_SDA, 1U, SC_PAD_CONFIG_NORMAL, SC_PAD_ISO_OFF, 0x0 ,SC_PAD_WAKEUP_OFF);/* 1 - M41_UART0_TX */&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what are the things have to configure in &lt;STRONG&gt;board.h&lt;/STRONG&gt; file for M41_I2C0_SCL/ M41_I2C0_SDA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_DEBUG_UART_BASEADDR (uint32_t) DMA__LPUART2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_DEBUG_UART_INSTANCE 4U&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_DEBUG_UART_SC_RSRC SC_R_UART_2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_DEBUG_UART_CLKSRC kCLOCK_DMA_Lpuart2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_UART_IRQ DMA_UART2_INT_IRQn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define BOARD_UART_IRQ_HANDLER DMA_UART2_INT_IRQHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Make these pad as movable already&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;&lt;SPAN&gt;rm_set_pad_movable(pt_boot, SC_P_M41_I2C0_SCL, SC_P_M41_I2C0_SCL, SC_TRUE));&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;&lt;SPAN&gt;rm_set_pad_movable(pt_boot, SC_P_M41_I2C0_SDA, SC_P_M41_I2C0_SDA, SC_TRUE));&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know what are the things I have to configure in &lt;STRONG&gt;board.h&lt;/STRONG&gt; for new debug uart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 16:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1286970#M174996</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-03T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: M4 Core1 debug uart customalization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1288768#M175158</link>
      <description>&lt;P&gt;Hi Vinothkumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for changing debug uart one can look at example on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Use-UART0-RX-TX-as-SCU-UART-debug-port-on-iMX8QXP-boards/ta-p/1119371" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Use-UART0-RX-TX-as-SCU-UART-debug-port-on-iMX8QXP-boards/ta-p/1119371&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 06:26:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1288768#M175158</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-06-08T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: M4 Core1 debug uart customalization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1291277#M175408</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is for SCU debug UART. I am looking for &lt;STRONG&gt;M4 Core1 UART&lt;/STRONG&gt; to use in &lt;STRONG&gt;Free RTOS SDK&lt;/STRONG&gt; application ( Rear View Camera). So, that link will not help to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 09:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1291277#M175408</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-11T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: M4 Core1 debug uart customalization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1291309#M175413</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Vinothkumar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry, "Rear View Camera" as part of Android Automotive is supported through&lt;/P&gt;
&lt;P&gt;NXP Professional Services as described on below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/software-technology-for-android-auto:ANDROID-AUTO" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/software-technology-for-android-auto:ANDROID-AUTO&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/146920i2810CAFBD828ADF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 10:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1291309#M175413</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-06-11T10:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: M4 Core1 debug uart customalization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1295593#M175801</link>
      <description>&lt;P&gt;It is working after configure debug uart in&amp;nbsp; board.h.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 18:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-Core1-debug-uart-customalization/m-p/1295593#M175801</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-06-21T18:04:36Z</dc:date>
    </item>
  </channel>
</rss>

