<?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>MPC5xxx中的主题 Re: MPC5748 Muti_Core Debug</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054296#M15814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi petr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks for your response,&amp;nbsp; i see the hw_Init()&amp;nbsp; and the memory division , now i know how the muti_core works, thanks very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; To the multi core project, the question "error " means, when into the Pit function ,the IDE report the error below:&lt;/P&gt;&lt;P&gt;&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/114510iF777AD53DF9F2FFC/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;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114511i1A6FC6A1285353C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compare it with the other PIT project which can work normal , they are all the same. I feel strange very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you give me some advice?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2020 02:41:40 GMT</pubDate>
    <dc:creator>mengmeng_yuan</dc:creator>
    <dc:date>2020-07-03T02:41:40Z</dc:date>
    <item>
      <title>MPC5748 Muti_Core Debug</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054294#M15812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am debugging the Muti_core, but i only have one Demo as below . But it seems that the Project can't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i open the other two cores in the hw_init() function, then the project shows error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me some advice , or deliver a&amp;nbsp; muti_core that can work ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 01:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054294#M15812</guid>
      <dc:creator>mengmeng_yuan</dc:creator>
      <dc:date>2020-07-02T01:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 Muti_Core Debug</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054295#M15813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What do you mean by:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;then the project shows error.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To activate cores is really simple.&lt;/P&gt;&lt;P&gt;1. Enable core is selected mode&lt;/P&gt;&lt;P&gt;2. provide start address&lt;/P&gt;&lt;P&gt;3. do the mode transition to mode there the core is enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054295#M15813</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2020-07-02T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 Muti_Core Debug</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054296#M15814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi petr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks for your response,&amp;nbsp; i see the hw_Init()&amp;nbsp; and the memory division , now i know how the muti_core works, thanks very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; To the multi core project, the question "error " means, when into the Pit function ,the IDE report the error below:&lt;/P&gt;&lt;P&gt;&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/114510iF777AD53DF9F2FFC/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;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114511i1A6FC6A1285353C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compare it with the other PIT project which can work normal , they are all the same. I feel strange very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you give me some advice?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 02:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054296#M15814</guid>
      <dc:creator>mengmeng_yuan</dc:creator>
      <dc:date>2020-07-03T02:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 Muti_Core Debug</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054297#M15815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No source available usually is only debugger fault when he is not able to reach the correct path to the source file.&lt;/P&gt;&lt;P&gt;Check if the SW runs without debugger.&lt;/P&gt;&lt;P&gt;If yes, then fix the paths of files for debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 07:28:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-Muti-Core-Debug/m-p/1054297#M15815</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2020-07-07T07:28:37Z</dc:date>
    </item>
  </channel>
</rss>

