<?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: RT1170-EVK how enable PRINTF for use on secondary M4 core ? in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431186#M18841</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192485"&gt;@EdOfTheMountain&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can use M4 to print via UART only. The LPUART1 is used to print information. M4 can also access LPUART4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 09:19:45 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2022-03-21T09:19:45Z</dc:date>
    <item>
      <title>RT1170-EVK how enable PRINTF for use on secondary M4 core ?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1430830#M18825</link>
      <description>&lt;P&gt;On bare-metal and / or FreeRTOS SDK examples for cm4/cm7 running on a evkmimxrt1170, the PRINTF output from M7 displays on serial terminal.&amp;nbsp; However, M4 calls to PRINTF are not sent to serial port. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Must I ensure &lt;STRONG&gt;BOARD_InitDebugConsole&lt;/STRONG&gt; is called only from the M4 ?&lt;/P&gt;&lt;P&gt;1) How can make M4 access the serial port using PRINTF and NOT the M7 ?&lt;/P&gt;&lt;P&gt;2) Can both M4 and M7 access the same serial port using PRINTF if both call &lt;STRONG&gt;BOARD_InitDebugConsole&lt;/STRONG&gt; ?&lt;BR /&gt;I understand this may be problem with un-synchronized combined output.&lt;BR /&gt;&lt;BR /&gt;3) Are there any examples for RT1170-EVK,&amp;nbsp; that both M4 and M7, can have their own dedicated serial port for printing debug statements?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any debug console tips,&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 20:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1430830#M18825</guid>
      <dc:creator>EdOfTheMountain</dc:creator>
      <dc:date>2022-03-18T20:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: RT1170-EVK how enable PRINTF for use on secondary M4 core ?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431186#M18841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192485"&gt;@EdOfTheMountain&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can use M4 to print via UART only. The LPUART1 is used to print information. M4 can also access LPUART4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431186#M18841</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-03-21T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: RT1170-EVK how enable PRINTF for use on secondary M4 core ?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431421#M18848</link>
      <description>&lt;P&gt;This seems to work&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Comment-out C7 call to &lt;STRONG&gt;BOARD_InitDebugConsole&lt;/STRONG&gt; in evkmimxrt1170_hello_world_cm4&lt;/LI&gt;&lt;LI&gt;On C4, add #include "fsl_debug_console.h" and call to BOARD_InitDebugConsole&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PRINTF using float "%f" does not printing anything?&lt;/P&gt;&lt;P&gt;Removing "CR_INTEGER_PRINTF" from the preprocessor did not fix?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 17:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431421#M18848</guid>
      <dc:creator>EdOfTheMountain</dc:creator>
      <dc:date>2022-03-21T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: RT1170-EVK how enable PRINTF for use on secondary M4 core ?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431566#M18858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It seems you've solved this problem.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/RT1170-EVK-how-enable-PRINTF-float-Removing-CR-INTEGER-PRINTF/m-p/1431426" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/RT1170-EVK-how-enable-PRINTF-float-Removing-CR-INTEGER-PRINTF/m-p/1431426&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for sharing.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 02:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondary-M4-core/m-p/1431566#M18858</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-03-22T02:29:44Z</dc:date>
    </item>
  </channel>
</rss>

