<?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: Debug for M4 in imx8 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740295#M214098</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1871"&gt;@Txaflin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Yes, It is possible to debug i.MX8 using&amp;nbsp;J-Link Plus.&lt;/P&gt;
&lt;P&gt;One can use&amp;nbsp;IAR Embedded Workbench ® for Arm and SEGGER J-Link software.&lt;/P&gt;
&lt;P&gt;The IAR Embedded Workbench is an IDE&lt;BR /&gt;integrated with editor, compiler, debugger, and other components. The SEGGER J-Link software provides the driver for&amp;nbsp;the J-Link Plus debugger probe and supports the device to attach, debug, and download.&lt;/P&gt;
&lt;P&gt;Please specify the exact processor used for further info.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 09:32:25 GMT</pubDate>
    <dc:creator>Dhruvit</dc:creator>
    <dc:date>2023-10-16T09:32:25Z</dc:date>
    <item>
      <title>Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1739969#M214069</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to "debug" an application for the M4 on an imX8. Is this possible? Can it be done using an IDE, such as MCUXpresso?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 04:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1739969#M214069</guid>
      <dc:creator>Txaflin</dc:creator>
      <dc:date>2023-10-16T04:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740295#M214098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1871"&gt;@Txaflin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Yes, It is possible to debug i.MX8 using&amp;nbsp;J-Link Plus.&lt;/P&gt;
&lt;P&gt;One can use&amp;nbsp;IAR Embedded Workbench ® for Arm and SEGGER J-Link software.&lt;/P&gt;
&lt;P&gt;The IAR Embedded Workbench is an IDE&lt;BR /&gt;integrated with editor, compiler, debugger, and other components. The SEGGER J-Link software provides the driver for&amp;nbsp;the J-Link Plus debugger probe and supports the device to attach, debug, and download.&lt;/P&gt;
&lt;P&gt;Please specify the exact processor used for further info.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 09:32:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740295#M214098</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-16T09:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740314#M214101</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using the i.mx8MM and I need to deploy an application for M4 Core.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is that it is not possible for me to use IAR since I do not have a license. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to configure any other IDE without a license?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 09:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740314#M214101</guid>
      <dc:creator>Txaflin</dc:creator>
      <dc:date>2023-10-16T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740492#M214109</link>
      <description>&lt;P&gt;M4 app can be written with all open tools, mainly gcc for cortex M and the ide you prefer, compiling by a simple makefile.&lt;BR /&gt;For startup .S files and linker scripts you can use those provided from the sdk, or write your own.&lt;/P&gt;&lt;P&gt;Also, i would not setup all jtag debugging if not really needed. Use some printf here and there to debug through the M4 uart console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740492#M214109</guid>
      <dc:creator>_angelo_</dc:creator>
      <dc:date>2023-10-16T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740960#M214160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1871"&gt;@Txaflin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Yes, It is possible to debug without IDE.&lt;/P&gt;
&lt;P&gt;One can use&amp;nbsp;J-Link GDB Server application to debug M4 core in i.MX8MM in the command line interface.&lt;/P&gt;
&lt;P&gt;One can download it from&amp;nbsp;&lt;A href="https://www.segger.com/downloads/jlink/" target="_self"&gt;https://www.segger.com/downloads/jlink/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Please refer to&amp;nbsp;&lt;STRONG&gt;5.1 Linux OS host &lt;/STRONG&gt;in&amp;nbsp;Getting Started with MCUXpresso SDK for EVK-MIMX8 (Provided with SDK)&amp;nbsp;to install the gcc toolchain, build, run &amp;amp; debug M4 core application.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 06:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1740960#M214160</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-17T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debug for M4 in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1741006#M214163</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I'll read and test this solution.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 06:42:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debug-for-M4-in-imx8/m-p/1741006#M214163</guid>
      <dc:creator>Txaflin</dc:creator>
      <dc:date>2023-10-17T06:42:54Z</dc:date>
    </item>
  </channel>
</rss>

