<?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>LPC Microcontrollers中的主题 Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017930#M39806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;BR /&gt;I downloaded and installed "MCUXpresso IDE v11.1.1 [Build 3241] [2020-03-02]" but unfortunately, again after fixing warnings, I got the &lt;EM&gt;exact&lt;/EM&gt; same behavior. &lt;BR /&gt;Is there something I can do my self to fix this?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2020 21:15:56 GMT</pubDate>
    <dc:creator>a_bet</dc:creator>
    <dc:date>2020-03-26T21:15:56Z</dc:date>
    <item>
      <title>LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017928#M39804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to you all,&lt;BR /&gt;my setup:&lt;BR /&gt;IDE: MCUXpresso IDE v11.0.1 [Build 2563] [2019-09-01]&lt;BR /&gt;Board: LPC-Link2 w/ LPC4370 mcu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm exploring multicore projects, but I wonder how is the mcuxpresso support for this rather old hw.&lt;/P&gt;&lt;P&gt;Here's what I did:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;downloaded latest &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;LPCOpen&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;imported projects from LPCOopen.zip archive in a fresh, newly created work space&lt;/LI&gt;&lt;LI&gt;Compiled projects&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What I notice is that simple M4 project &lt;STRONG&gt;periph_blinky&lt;/STRONG&gt; is working just fine: I can debug it and see the led flash in my lpclink2.&lt;/P&gt;&lt;P&gt;The problem comes whit multicore projects.&lt;BR /&gt;I imported &lt;STRONG&gt;multicore_blinky_m4&lt;/STRONG&gt;, &lt;STRONG&gt;multicore_blinky_m0app&lt;/STRONG&gt; and &lt;STRONG&gt;multicore_blinky_m0sub&lt;/STRONG&gt;. m0app and m0sub projects are giving me these warnings respectively:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Invalid project path: Include path not found (lpc_chip_43xx_m0/inc/config_m0app).&lt;BR /&gt;Invalid project path: Include path not found (lpc_chip_43xx_m0/inc/usbd).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Invalid project path: Include path not found (lpc_chip_43xx_m0/inc/config_m0app).&lt;BR /&gt;Invalid project path: Include path not found (lpc_chip_43xx_m0/inc/usbd).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;I solved them by changing the path under properties/C/C++ Build/Settings/Tool Settings/MCU Assembler/General from:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"${workspace_loc:/lpc_chip_43xx_m0/inc/usbd}"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;to&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"${workspace_loc:/lpc_chip_43xx_m0/inc/usbd_rom}"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And from&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"${workspace_loc:/lpc_chip_43xx_m0/inc/config_m0sub}"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;to&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"${workspace_loc:/lpc_chip_43xx_m0/inc/config_43xx_m0sub}"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Everything now compiles just fine, and I can start a debug session (I choose jtag for multicore).&lt;BR /&gt;As soon as I hit run after first breakpoint is reached i got an hard fault. PC point to M0Image_Boot() so I guess the problem is related to the boot of the core m0.&lt;BR /&gt;The code giving the error is:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Sanity check, see if base address and reset handler address resides in same region */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if ((m0_image_addr &amp;amp; 0xFFF00000) != ((*(unsigned long *) (m0_image_addr + 4)) &amp;amp; 0xFFF00000)) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return -2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Please find attached the screenshots of the faults tab and register tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 21:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017928#M39804</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-03-25T21:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017929#M39805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="274155" data-username="a_bet" href="https://community.nxp.com/people/a_bet"&gt;Andrea Bettati&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a known issue of MCUXpresso 11.0.1. This problem has been fixed in v11.1.1. Please download the new version from here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE?tab=Design_Tools_Tab" title="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE?tab=Design_Tools_Tab"&gt;MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE) | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 02:29:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017929#M39805</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-26T02:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017930#M39806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;BR /&gt;I downloaded and installed "MCUXpresso IDE v11.1.1 [Build 3241] [2020-03-02]" but unfortunately, again after fixing warnings, I got the &lt;EM&gt;exact&lt;/EM&gt; same behavior. &lt;BR /&gt;Is there something I can do my self to fix this?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 21:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017930#M39806</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-03-26T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017931#M39807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="274155" data-username="a_bet" href="https://community.nxp.com/people/a_bet"&gt;Andrea Bettati&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Have you already rebuild lpc_chip_xxx and lpc_board_xxx libs before building the blink demo?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If not, you need do it first.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If you already did so, but still have problem, please send me a video of your whole process, I will check it on my side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Have a nice day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 04:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017931#M39807</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-27T04:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017932#M39808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌&lt;BR /&gt;I tried to clean and rebuild the projects, but unfortunately it doesn't help.&lt;BR /&gt;I read the docs (mcuxpresso ide user guide) and from my understanding to execute a multicore project (slave code download + release) I just need to launch debug for the m$ master code right?&lt;/P&gt;&lt;P&gt;Here's the video: &lt;A class="link-titled" href="https://send.firefox.com/download/53b5496ed7f0ff14/#Fzb6XxFFeF48_JsOJx-9Gw" title="https://send.firefox.com/download/53b5496ed7f0ff14/#Fzb6XxFFeF48_JsOJx-9Gw"&gt;Firefox Send&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;(could not upload using the "insert video" button)&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 09:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017932#M39808</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-03-27T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017933#M39809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌,&lt;BR /&gt;any news on your side? Some other tests I could do or info I could provide?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017933#M39809</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-03-30T19:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017934#M39810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="" data-avatarid="-1" data-content-finding="Community" data-userid="274155" data-username="a_bet" href="https://community.nxp.com/people/a_bet"&gt;Andrea Bettati&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I build and run the demo on my side, i didn't reproduce your issue. see my video attached. I use MCUXpresso IDE v11.1.0&lt;/P&gt;&lt;P&gt;I build all the libs shown in my video.&lt;/P&gt;&lt;P&gt;I would suggest you testing it on another computer to verify if the problem is on one computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 07:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017934#M39810</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-31T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017935#M39811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌,&lt;BR /&gt;I tried on a windows 10 machine, MCUXpresso v11.1.1 and the problem stays the same.&lt;BR /&gt;&lt;A href="https://send.firefox.com/download/8d5e316c14643c8b/#Sh5WooHTPb4Wyxw7atcLng"&gt;Here&lt;/A&gt; you can find the video (laggish because I had to remote-connect).&lt;BR /&gt;&lt;BR /&gt;I tried to download mcuxpresso v 11.0.1 but was not able to find it. Could it be because we are using different releases (v11.0.1 and v11.1.1) that I have the problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 17:05:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017935#M39811</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-03-31T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017936#M39812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the code under MCUXpresso IDE 11.1.1, no issue. see attached video.&lt;/P&gt;&lt;P&gt;I also record how to download MCuxresso IDE old versions. I suggest you download 11.1.0 to test. 11.0.1 is not suggested, it's old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 07:30:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017936#M39812</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-04-01T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017937#M39813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌&lt;BR /&gt;Thanks a lot for your patience.&lt;BR /&gt;So I think MCUxpresso v11.1.1 should work for me also. I tried to delete the .launch as you did, but nothing changed.&lt;BR /&gt;One thing I noticed: your example is named "mc-sa_blinky_m4" while mine is "multicore_blinky_m4". Are we using the same LPCopen code? I downloaded mine from &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;here&lt;/A&gt; and I think this is the latest available.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 08:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017937#M39813</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-01T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017938#M39814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use demo under MCUXpresso IDE install folder:&lt;/P&gt;&lt;P&gt;C:\nxp\MCUXpressoIDE_11.1.1_3241\ide\Examples\LPCOpen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 02:31:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017938#M39814</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-04-02T02:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017939#M39815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌,&lt;BR /&gt;I tried it and I'm able to debug and step through code on the M4. &lt;BR /&gt;One problem left is that I don't see the led blinking, and I know for sure the led itself is working since the single core blinky example works.&lt;BR /&gt;I now wonder if the m0app core is running.&lt;BR /&gt;I will make a video later as soon as I can. Do you see the led blinking by the way?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017939#M39815</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-02T10:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017940#M39816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌&lt;BR /&gt;I made 2 videos, showing the errors I get as I try to debug m0sub or m0app: for the m0sub I can not halt execution, while for m0app I can not even launch the debug session. Isn't this example suppose to run from m0app? Maybe this is the reason I don't see the led blinking?&lt;BR /&gt;&lt;A href="https://send.firefox.com/download/68c583ea5c59e392/#byiuELekQf5WC_ypZY-95Q"&gt;Here&lt;/A&gt; m0sub video, &lt;A href="https://send.firefox.com/download/39a4c234feb6aa4b/#vKE6S6lGwGbmS-AV80wMRg"&gt;here&lt;/A&gt; m0app video.&lt;BR /&gt;I noticed that mc_sa_blinky_m4 is not configured for multicore? I'm a bit confused at this point :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Properties for mc_sa_blinky_m4 _297.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104530iDBB0451EC2C8A244/image-size/large?v=v2&amp;amp;px=999" role="button" title="Properties for mc_sa_blinky_m4 _297.png" alt="Properties for mc_sa_blinky_m4 _297.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the help! As I will figure out what is not working I will write down a post to explain everything:)&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017940#M39816</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-02T10:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017941#M39817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I imagine that you are encountering a long standing issue with the LPC43xx LPCOpen packages that their multicore examples are not proper MCUXpresso IDE multicore projects.&amp;nbsp;You can find more details&amp;nbsp;including&amp;nbsp;a proper IDE multicore example at:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/792775?commentID=792775#comment-792775" title="https://community.nxp.com/message/792775?commentID=792775#comment-792775"&gt;https://community.nxp.com/message/792775?commentID=792775#comment-792775&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 12:32:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017941#M39817</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-04-02T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017942#M39818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/lpcxpresso_support"&gt;lpcxpresso_support&lt;/A&gt;‌ for the link.&lt;BR /&gt;I'm now using examples projects that I found in `/usr/local/mcuxpressoide-11.1.1_3241/ide/Examples/LPCOpen` as suggested by Jennie.&lt;BR /&gt;Are they meant to be used with MCUxpresso? In the videos I attached you can see the issues I get while trying to debug.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 13:14:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017942#M39818</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-02T13:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017943#M39819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/lpcxpresso_support"&gt;lpcxpresso_support&lt;/A&gt;‌ I was able to run and debug the project hosted at the link you sent.&lt;BR /&gt;I needed to change the flash driver to&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;LPC18_43_SPIFI_GENERIC.cfx&lt;/BLOCKQUOTE&gt;&lt;P&gt;Because mcuxpresso was not able to find the other previously specified.&lt;/P&gt;&lt;P&gt;Now my goal is to define a procedure to build from scratch a multicore project in mcuxpresso than does the following:&lt;BR /&gt;- boots m0sub&lt;BR /&gt;- system timer periodically interrupts m4&lt;BR /&gt;- in the interrupt routine a signal is sent to m0sub, which is interrupted&lt;/P&gt;&lt;P&gt;- m0sub ISR toggles led 0 &lt;BR /&gt;After all of this is working, debug included, I will upload the code on a public repo on github as well as document the project creation with a video. I would really like to clarify the whole process in order to help other people which struggle with this.&lt;BR /&gt;Can you help me with this? &lt;BR /&gt;Also, why is mcuxpresso oncluding LPCOpen 2.12 when the latest release is LPCOpen 3?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:24:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017943#M39819</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-02T14:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017944#M39820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/lpcxpresso_support"&gt;lpcxpresso_support&lt;/A&gt;‌ &lt;BR /&gt;&lt;A href="https://send.firefox.com/download/6e9a1fc07cc44615/#-TH-sg_lG8KeG8SioqDrhQ"&gt;Here&lt;/A&gt;'s my take on multicore project creation. It would be great if you could check and tell if here's anything wrong at least at first sight.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks:)&lt;BR /&gt;&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017944#M39820</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-02T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017945#M39821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should have no issue to work with the multicore project provided by LPCXpresso Support. It can run on MCUXpresso IDE v11.1.1 without issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far as I know, there is no plan to have new version of lpcopen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 06:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017945#M39821</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-04-10T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017946#M39822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌&lt;BR /&gt;I figured out how to properly create multicore projects for LPC43XX under MCUXpresso thanks, maybe I will post here a guide in future.&lt;BR /&gt;Unfortunately I'm still stuck on having the USB working on the M0SUB core. There is practically no documentation, nor any useful post here in the community.&lt;BR /&gt;You can look at my question here: &lt;A href="https://community.nxp.com/thread/530166"&gt;https://community.nxp.com/thread/530166&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;it would be great if someone from the support could help with this.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 21:39:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017946#M39822</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-22T21:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen Multicore Example not working in MCUXpresso 11.1?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017947#M39823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I just checked , your other question&amp;nbsp;&lt;A _jive_internal="true" data-containerid="11497" data-containertype="14" data-content-finding="Community" data-objectid="530166" data-objecttype="1" href="https://community.nxp.com/thread/530166" style="color: #3d9ce7; background-color: #ffffff; border: 0px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;LPC43XX use m0sub with usb&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; is handled by my colleague, he is checking this and will answer you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 02:30:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-Multicore-Example-not-working-in-MCUXpresso-11-1/m-p/1017947#M39823</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-04-23T02:30:00Z</dc:date>
    </item>
  </channel>
</rss>

