<?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: MCU Linker Issue for Multicore project in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862115#M34331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done as per your instructions and shares the link as well . Also refer if not recieved shared link&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/495962"&gt;https://community.nxp.com/thread/495962&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2019 08:39:38 GMT</pubDate>
    <dc:creator>gauravmore</dc:creator>
    <dc:date>2019-02-19T08:39:38Z</dc:date>
    <item>
      <title>MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862095#M34311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC4367. I was using LPC Xpresso but now i want to switch to MCU Xpresso so i have installed &lt;STRONG&gt;MCUXpresso IDE v10.1.0&amp;nbsp;&lt;/STRONG&gt;and created the multicore project for LPC4367. While compiling the project&amp;nbsp; (M4 Prj) i got follwoing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building target: M4_Prj.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"D:\RELAY DEVLOPMENT\NEW FEEDER RELAY\ESE\Team\Gaurav\Code\MCU\MCU_TestPrj\lpc_chip_43xx\Debug" -Xlinker -Map="M4_Prj.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -T "M4_Prj_Debug.ld" -o "M4_Prj.axf" ./src/M4_Prj.o ./src/cr_start_m0.o ./src/cr_startup_lpc43xx.o ./src/crp.o ./src/sysinit.o -llpc_chip_43xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* This is consle window Output*/&lt;BR /&gt;&lt;STRONG&gt;c:/nxp/mcuxpressoide_10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/ld.exe: No slave code for _core_m0app&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;M4_Prj_Debug.ld:173: undefined symbol `__vectors_start___core_m0app' referenced in expression&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;collect2.exe: error: ld returned 1 exit status&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** [M4_Prj.axf] Error 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* This is in problem window*/&lt;STRONG&gt;&lt;BR /&gt;make: *** [M4_Prj.axf] Error 1 M4_Prj C/C++ Problem&lt;BR /&gt;No slave code for _core_m0app M4_Prj C/C++ Problem&lt;BR /&gt;undefined symbol `__vectors_start___core_m0app' referenced in expression M4_Prj_Debug.ld /M4_Prj/Debug line 173 C/C++ Problem&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please find attached code for which is giving this error of linker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinldy provide the solution or let me know if any modification is required in the project created since it is created for M0Sub,M0App, M4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let me know whether MCU xpresso supports LPC4367 tricore or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This similar issue is there in the LPC Xpresso 8.2.2 Version&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 10:57:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862095#M34311</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-08T10:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862096#M34312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="313949" data-username="gauravmore" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;To provide the fastest possible support, I'd highly recommend you to refer to the multicore demos in the LPC4376's LPCOpen library as the template.&lt;BR /&gt;The download link of the LPC4376's LPCOpen library is below.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;LPCOpen Software for LPC43XX|NXP&lt;/A&gt; &lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 02:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862096#M34312</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-01-09T02:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862097#M34313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hev you check the project tha i have created in MCU expresson? Please check an let me know is there anything that ia have missed. Also i am attaching the LPC xpresso project which also has the same issue. Request you to please chect the project and let me kwno mean while i will go through the link that you have shared and also chec with that if it is possible to creat milticore project using the share data. but it seems all the project of multicore is for 2 cores not for 3 cores.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still&amp;nbsp; i will check and let you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 04:53:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862097#M34313</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-09T04:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862098#M34314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;I have created the project now and it is created properly. Fund the issue. It was related to the procudure. i was creating&amp;nbsp; M4 creo project first and then slave core project. Instead i did it in reeverse manner and then it is resolved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to creste project in MCU xpresso and&amp;nbsp; LPC Xpresso. Validation of both is still pending . need to check whether it can debug or not.&lt;/P&gt;&lt;P&gt;Will let you know if there is any issue regarding the same.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 07:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862098#M34314</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-09T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862099#M34315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy&lt;/P&gt;&lt;P&gt;I Am able to create th multicore project and compile the same but when i am tring to debug this project then i am not able debug it since it is not booting the M0App and M0Sub core and when trying the do, it is terminating the&amp;nbsp; M0 cores.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even thoguh the project is a multicore project but still it is only running M4 core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attacting the project for your reference. Request you to please check and let me know whether the same behaviouri is at you end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LPC Xpresso 8.2.2_695 and MCU Xprsso&amp;nbsp; 10.2.2_795&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Kindly check botht e project since both are having similar behaviour.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862099#M34315</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-22T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862100#M34316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="313949" data-username="gauravmore" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;As the &lt;A _jive_internal="true" data-avatarid="29594" data-externalid="" data-online="false" data-presence="null" data-userid="290358" data-username="converse" href="https://community.nxp.com/people/converse"&gt;Con Verse&lt;/A&gt; mentioned, I made a mistake before.&lt;BR /&gt;Whether you want to debug the multi-core simultaneously.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862100#M34316</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-01-23T07:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862101#M34317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCUXpresso DOES support multi core debug. It is described in chapter 18 of the user guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:57:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862101#M34317</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-01-23T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862102#M34318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;I did not get what you want to say. It is mentioned in LPC Expresso while creating a project that it supports for multicore project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you checked the project attached. Request you to please check LPC&amp;nbsp; xpresso Project (LPC4367_Multicore.zip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of the MCU xpresso as per the guide&amp;nbsp;Rev. 10.1.0 — 14 November, 2017 no chapter 18 is there and neither in LPC xpresso usier guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug the code one by one means first m4 Core wil l be loaded then the m0app core will be loaded. whiel runnning m4 core should be starting the m0App core and&amp;nbsp;&lt;/P&gt;&lt;P&gt;then it m0App core shall be running.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 10:19:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862102#M34318</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-23T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862103#M34319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCUXpresso 10.3.0 User guide - 27 November 2018. Chapter 18.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf" title="https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf"&gt;https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But , as far as I remember, it has worked this way since LPCXpresso days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862103#M34319</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-01-23T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862104#M34320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi Jeremy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If&amp;nbsp; it has worked this way since LPCXpresso days. Then please check for the LPC Xpresso project and provide the solution for the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Gaurav More&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862104#M34320</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-01-23T12:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862105#M34321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a developer and I have my own projects. Why don't you do what I did, and that is read the documentation, carefully, and use the provided sample applications to understand how to make it work. I'm not in the business of fixing other peoples problems (unless I am paid for it!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 13:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862105#M34321</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-01-23T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862106#M34322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="313949" data-username="gauravmore" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;To provide the fastest possible support， I‘d like to suggest you refer to the thread to learn how to debug the LPC43xx's multicore projects.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/390661"&gt;LPC43xx Cortex-M4 / M0 Multicore Applications&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 06:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862106#M34322</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-01-24T06:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862107#M34323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the reply from you qand&amp;nbsp;Con Verse, I read the document and created the project. As i mentioned earlier that i was able to create the project but when i lauch for debugging i am able to launch both m0App and M4 but when i am running the code it is not going from m4 main() to m0App main () function as per the document and forums .&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i click on the main () of m0App the debug session gets terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be the reason for this behaviour?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:43:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862107#M34323</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-02-11T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862108#M34324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="313949" data-objecttype="3" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;Whether you encounter a similar issue when you try to debug dual-core demo which is from the LPCOpen library.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 06:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862108#M34324</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-14T06:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862109#M34325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is resolved . I created the project with three cores refering the&amp;nbsp; NXP vedio in&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.nxp.com/video/lpcxpresso-jumpstarting-your-nxp-mcu-project-development:LPCXPRESSO-TO-YOUR-MCU-PROJECT"&gt;https://www.nxp.com/video/lpcxpresso-jumpstarting-your-nxp-mcu-project-development:LPCXPRESSO-TO-YOUR-MCU-PROJECT&lt;/A&gt;&amp;nbsp;link&amp;nbsp;&lt;/SPAN&gt;in both LPC xpresso and MCU xpresso. I am able to debug the code and the debugger is switching properly between the cores.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The only part i faces is, when i am using MCU expresso 10.2 795 Version it does not debug for the first time. I need to terminated it and then reconnect . please check this from your side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I found that there was a mistake from my side where i was not selecting the core properly.&amp;nbsp;May be that is the reason. I also checked the code which crashes your board but it is working fine at my and&amp;nbsp;the code which i recived from the LPCexpresso team is not working,&amp;nbsp;Moving ahead if there is any issue i face i will ley you now immediately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more request,&amp;nbsp; i need the code or the procedure for accessing the SDRAM. I have interfaced the SDRAM&amp;nbsp; i one of my project and i want to test it. i am refering the forums but not getting the proper Idea as to how to interface w.r.t code.&lt;/P&gt;&lt;P&gt;request you please share the sample code as there is no such sample code for the SDRAM interface and NOR FLash interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862109#M34325</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-02-14T07:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862110#M34326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="313949" data-objecttype="3" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;It's good news.&lt;BR /&gt;And the lpcopen_3_02_lpcxpresso_mcb4357 has provided the sample code for the SDRAM and Nor Flash interface, they're the periph_memtest and misc_spifi_tst demos.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;LPCOpen Software for LPC43XX | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:26:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862110#M34326</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-14T09:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862111#M34327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response. I m using MCU Expresso Ver 10.2.1_795. While launching the multi core project i am getting follwing error&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/72307iECFF0F4B5966F2CA/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;Whic is comming wheni am debugging M0App . I am not able to get the actual issue. only once it was able to launch all the cores properly. Same when i am doing with LPCxpresso 8.2.2 it is working fine and proper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another observation is that when i restart the PC and reload the new project it is getting reloaded and able to debug properly . Then i terminate the debugging session and then again tried to relaunch the debug session. Then i found that i was able to launch M4 and M0App but when it comes to M0Sub follwing is the error pop out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72292iDE0AC1F05DC948A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the resaon. This is happeing with MCU xpresso 10.201_795 version consistently. To conclude it launch the debugging session only for the first time and for the next time it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know of any moficiation required in my project whihc i may be missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 10:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862111#M34327</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-02-15T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862112#M34328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="313949" data-objecttype="3" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Actually, I also have no idea with it now.&lt;BR /&gt;Maybe you can give a try to clean all projects, then recompile them to eliminate the error.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 07:23:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862112#M34328</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-18T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862113#M34329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I refered the code as per your given link, But there is no EMC init routine avialable. Is there any sample code or a reference code for SDRAM with proper intitiatilization routine. I am using SDRAM and nor flash both interfaced in EMC lines.&lt;/P&gt;&lt;P&gt;Also i want to allocate one of my Buffer to SDRAM address, i got the information related to it i MCU expresso User guied but still i want to know than as we user&amp;nbsp;&lt;/P&gt;&lt;P&gt;__At(Address) attribute in Keil to allocate the array or a buffer like&lt;/P&gt;&lt;P&gt;uint16_t Buffer[1024]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;__at(0x28000000)&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the similar manner how we can use it in MCU Expresso . I have&amp;nbsp; downloaded MCUxpresso 10.3.0 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;To conclude i want the sample or areference code for SDRAM and NOR flash with proper EMC init routine which not provided in existing reference code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 08:19:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862113#M34329</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-02-18T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: MCU Linker Issue for Multicore project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862114#M34330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="313949" data-objecttype="3" href="https://community.nxp.com/people/gauravmore"&gt;Gaurav More&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I'd highly recommend you to create a new thread for the question about the SDRAM and Nor flash, then share the link.&lt;BR /&gt;Thanks for your understanding.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 09:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCU-Linker-Issue-for-Multicore-project/m-p/862114#M34330</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-18T09:27:34Z</dc:date>
    </item>
  </channel>
</rss>

