<?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>S32 Design Studio中的主题 Re: How to configure S32 project for debugging with OpenSDA on all cores?</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-configure-S32-project-for-debugging-with-OpenSDA-on-all/m-p/965169#M5399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may find helpful this&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-335367"&gt;HOWTO: debug multi-core project in S32 Design studio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically - Boot core - Z4 - starts GDB server and OpenSDA connection, other Z7 cores are attaching to this server:&lt;/P&gt;&lt;P&gt;Boot core:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85811i96A4427A60F44CEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other cores:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85814i288EFB4B5C138B83/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2019 12:35:10 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2019-06-10T12:35:10Z</dc:date>
    <item>
      <title>How to configure S32 project for debugging with OpenSDA on all cores?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-configure-S32-project-for-debugging-with-OpenSDA-on-all/m-p/965168#M5398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We created a project for the mpc5748g in S32 DS and followed the instructions in &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335526"&gt;this thread&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked fine for a single core as described in the guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we created a similar project, this time for the three cores of the processor.&amp;nbsp; This resulted in one project per core.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85805iC5071D2EB92A46E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that we can only define the debugger for the ..._Z4_0 project.&amp;nbsp; For the _Z2 and Z4_1 projects the necessary combo box is disabled&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85753iD1C2DD9EA91AE641/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our first thought was that the debugger setting is inherited from the Z4_0 project. But while we can debug core Z4_0 using OpenSDA, this does &lt;EM&gt;not&lt;/EM&gt; work for Z2. A debugging attempt ends with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85806iB3275584C4A84334/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What has to be done to be able to debug on all cores using OpenSDA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2019 10:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-configure-S32-project-for-debugging-with-OpenSDA-on-all/m-p/965168#M5398</guid>
      <dc:creator>michaelbinz</dc:creator>
      <dc:date>2019-06-10T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure S32 project for debugging with OpenSDA on all cores?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-configure-S32-project-for-debugging-with-OpenSDA-on-all/m-p/965169#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may find helpful this&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-335367"&gt;HOWTO: debug multi-core project in S32 Design studio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically - Boot core - Z4 - starts GDB server and OpenSDA connection, other Z7 cores are attaching to this server:&lt;/P&gt;&lt;P&gt;Boot core:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85811i96A4427A60F44CEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other cores:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85814i288EFB4B5C138B83/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-configure-S32-project-for-debugging-with-OpenSDA-on-all/m-p/965169#M5399</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-10T12:35:10Z</dc:date>
    </item>
  </channel>
</rss>

