<?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 MCXN947 problems with multicore application development in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN947-problems-with-multicore-application-development/m-p/2200905#M4332</link>
    <description>&lt;P&gt;Can anyone over any guidance on developing a multicore application for the MCXN947. More specifically I would like a multicore application that allows both cores to run from FLASH. I have been working with the example program "frdmmcxn947_rpmsg_lite_pingpong_rtos_primary_core". I have attempted multiple&amp;nbsp; changes to the linker files and core boot addresses but cannot get the second core running. I have verified the second core code and ISR vector are at the correct place but as soon as the code tries to release the second core from reset the system crashes. I am trying to run core 0 from the first 512k of flash and the second core from the second 512k of flash with now luck. I am looking for the secret if any has one.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Nov 2025 14:48:21 GMT</pubDate>
    <dc:creator>embedbytes</dc:creator>
    <dc:date>2025-11-07T14:48:21Z</dc:date>
    <item>
      <title>MCXN947 problems with multicore application development</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN947-problems-with-multicore-application-development/m-p/2200905#M4332</link>
      <description>&lt;P&gt;Can anyone over any guidance on developing a multicore application for the MCXN947. More specifically I would like a multicore application that allows both cores to run from FLASH. I have been working with the example program "frdmmcxn947_rpmsg_lite_pingpong_rtos_primary_core". I have attempted multiple&amp;nbsp; changes to the linker files and core boot addresses but cannot get the second core running. I have verified the second core code and ISR vector are at the correct place but as soon as the code tries to release the second core from reset the system crashes. I am trying to run core 0 from the first 512k of flash and the second core from the second 512k of flash with now luck. I am looking for the secret if any has one.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 14:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN947-problems-with-multicore-application-development/m-p/2200905#M4332</guid>
      <dc:creator>embedbytes</dc:creator>
      <dc:date>2025-11-07T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: MCXN947 problems with multicore application development</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN947-problems-with-multicore-application-development/m-p/2200962#M4334</link>
      <description>&lt;P&gt;I Believe have resolved the issue. The key was adding (1) to the start address of the secondary core code when calling MCMGR_StartCore(), as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MCMGR_StartCore(kMCMGR_Core1, 0x00080001U, NULL, kMCMGR_Start_Synchronous);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The +1 ensures the Thumb bit is set.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 16:59:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXN947-problems-with-multicore-application-development/m-p/2200962#M4334</guid>
      <dc:creator>embedbytes</dc:creator>
      <dc:date>2025-11-07T16:59:09Z</dc:date>
    </item>
  </channel>
</rss>

