<?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: Dual Core Insanity! in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545131#M9062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Oct 29 23:56:45 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use a more recent version of LPCXpresso. v6.1.2 was first released nearly 12 months ago, in November 2013. Our latest version is v7.4 and there have been dozens of fixes and new features compared with v6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do not support the Keil non-standard feature. Please read this FAQ on how to place data at specific addresses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fplacing-data-address" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/placing-data-address&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The cores are set to use different banks of flash, and are not executing from RAM the way I have set it up.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are going to have to explain what you want, what you have done, and what is not working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:33:29 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:33:29Z</dc:date>
    <item>
      <title>Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545128#M9059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hetech on Tue Oct 28 20:27:28 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP4337JBD144:-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly the LPCxpresso wizard for creating dual core applications creates projects that do not compile.&amp;nbsp; I had to manually edit one of the files it creates just to get a blank file to compile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(in the startup file for the m0, // 12 Debug monitor handler IRQ causes the compiler to stop with an error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, I made a tiny routine that just toggles an output with a counter delay in between, put the similar routine in both cores (running at 204MHz) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(well changed the routine to use a different output etc), and there is a speed difference!&amp;nbsp; The m0 was actually quicker by 10% (by measuring output square wave with 2 channel CRO)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thirdly, I created a timer interrupt on the M4, and noticed the M0 now pauses on occasion!&amp;nbsp; That doesn’t make any sense, as they have separate interrupt controllers!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sam&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545128#M9059</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545129#M9060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Oct 29 01:51:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Could you please tell us what you did to create this project that then failed to build? We run extensive tests on all of the wizards and do not know of any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You need to take care of bus contention and be very careful in partitioning your application. Running out of the same flash bank and/or accessing the same memory or peripherals is certainly not recommended as it will cause bus contention and will seriously harm the performance. Please review the User Manual to see how the buses are organised.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I don't understand what you mean by 'pause', but again it could be caused by contention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please post your example so we can investigate what is wrong with your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. Which version of LPCXpresso are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545129#M9060</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545130#M9061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hetech on Wed Oct 29 15:51:25 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 6.1.2.177&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Screen caps of project creation and errors at:-&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.pcbperfection.com/Temp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GCC used by LPCexpresso does not seam to allow me to assign direct RAM locations for variables (unlike Keil)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The cores are set to use different banks of flash, and are not executing from RAM the way I have set it up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545130#M9061</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545131#M9062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Oct 29 23:56:45 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use a more recent version of LPCXpresso. v6.1.2 was first released nearly 12 months ago, in November 2013. Our latest version is v7.4 and there have been dozens of fixes and new features compared with v6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do not support the Keil non-standard feature. Please read this FAQ on how to place data at specific addresses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fplacing-data-address" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/placing-data-address&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The cores are set to use different banks of flash, and are not executing from RAM the way I have set it up.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are going to have to explain what you want, what you have done, and what is not working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545131#M9062</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545132#M9063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hetech on Thu Nov 13 16:39:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That turned out to be a lot of fun!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed v7.4, and now none of my projects are valid (cannot build them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a new project for one of them, and now it doesnt compile!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont know what alloc.c and fseek.c are, I am not using them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make -r all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: HE696.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU Linker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -L"F:\NXP\LPCxpresso\CMSISv2p00_LPC17xx\Debug" -L"F:\NXP\LPCxpresso\CMSISv2p00_LPC17xx" -Xlinker -Map="HE696.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "HE696_Debug.ld" -o "HE696.axf"&amp;nbsp; ./src/HE696.o ./src/cr_startup_lpc175x_6x.o ./src/crp.o ./src/ethmac.o ./src/ew_systick.o ./src/serial.o ./src/tcpip.o&amp;nbsp;&amp;nbsp; -lCMSISv2p00_LPC17xx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_7.4.0_229/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o): In function `__flsbuf':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_deferredlazyseek.c:(.text.__flsbuf+0x84): undefined reference to `__sys_istty'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_7.4.0_229/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o): In function `_Cwritebuf':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_writebuf.c:(.text._Cwritebuf+0x14): undefined reference to `__sys_flen'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_writebuf.c:(.text._Cwritebuf+0x28): undefined reference to `__sys_seek'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_writebuf.c:(.text._Cwritebuf+0x40): undefined reference to `__sys_write'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_7.4.0_229/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o): In function `_Csys_alloc':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alloc.c:(.text._Csys_alloc+0xe): undefined reference to `__sys_write'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_7.4.0_229/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o): In function `fseek':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fseek.c:(.text.fseek+0x1a): undefined reference to `__sys_istty'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fseek.c:(.text.fseek+0x44): undefined reference to `__sys_flen'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2.exe: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [HE696.axf] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;09:34:45 Build Finished (took 906ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545132#M9063</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545133#M9064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LessThanZero on Thu Nov 13 17:23:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My first question is why this project links in CMSISv2p00_LPC17xx? You mentioned earlier you're using an LPC4337. Note also the 2.00 CMSIS version has been superseded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The referenced HE696_Debug.ld linker script likely includes memory definition symbols from a separate script, and libraries (i.e. GROUP) from another script. Something in your build references these (undefined) symbols. Unless you need semihost functionality through the debugger, I suggest you link in the nohost libraries. If you're using Managed Linker Scripts you can do this through the IDE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File-&amp;gt;Properties-&amp;gt;C/C++ Build-&amp;gt;Settings-&amp;gt;Tool Settings &amp;lt;tab&amp;gt;-&amp;gt;MCU Linker-&amp;gt;Managed Linker Script&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Library entry, you should probably select Redlib (nohost), and apply the change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your HE696_Debug_lib.ld script should now show:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; GROUP(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; libcr_nohost.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; libcr_c.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; libcr_eabihelpers.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will resolve the undefined symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LessThanZero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545133#M9064</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545134#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hetech on Thu Nov 13 18:19:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Different project.&amp;nbsp; After installing v7.4 and all my projects died, I tried to create a simple LPC1768 project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Didnt know 2.00 was superceded, I will look into that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will checkout the MCU linker settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545134#M9065</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Core Insanity!</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545135#M9066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 14 01:29:29 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;For your linker errors, please see this FAQ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flinker-undefined-reference" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/linker-undefined-reference&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Dual-Core-Insanity/m-p/545135#M9066</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:31Z</dc:date>
    </item>
  </channel>
</rss>

