<?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: target CPU does not support ARM mode in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593990#M30722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ksvenkat on Fri Dec 14 11:50:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the problem could be because of&amp;nbsp;&amp;nbsp; the options to arm-none-eabi-gcc ..command while we build. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The options are automatically build as follows "-D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC13Uxx -I"/home/krupa/workspace/CMSISv2p10_LPC13Uxx/inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3" [We need to select the appropriate mcu arch explicitly]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the options -mthumb is not seen. -mthumb options is automatically included in LPC expresso version 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I include this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:30:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:30:33Z</dc:date>
    <item>
      <title>target CPU does not support ARM mode</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593989#M30721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ksvenkat on Fri Dec 14 07:29:01 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPC-Link LPC expresso lpc1347 to debug&amp;nbsp; and I get the following message.I am using LPC expresso Version: LPCXpresso v5.0.12 [Build 1038] [2012-11-22] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;****************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/cr_startup_lpc13u.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC13Uxx -I"/home/krupa/workspace/CMSISv2p10_LPC13Uxx/inc" -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -MMD -MP -MF"src/cr_startup_lpc13u.d" -MT"src/cr_startup_lpc13u.d" -o "src/cr_startup_lpc13u.o" "../src/cr_startup_lpc13u.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/cr_startup_lpc13u.c:1:0: error: target CPU does not support ARM mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/cr_startup_lpc13u.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I fix this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593989#M30721</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: target CPU does not support ARM mode</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593990#M30722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ksvenkat on Fri Dec 14 11:50:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the problem could be because of&amp;nbsp;&amp;nbsp; the options to arm-none-eabi-gcc ..command while we build. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The options are automatically build as follows "-D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC13Uxx -I"/home/krupa/workspace/CMSISv2p10_LPC13Uxx/inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3" [We need to select the appropriate mcu arch explicitly]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the options -mthumb is not seen. -mthumb options is automatically included in LPC expresso version 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I include this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593990#M30722</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: target CPU does not support ARM mode</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593991#M30723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Sat Dec 15 04:18:55 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried both building some of the supplied LPC1347 example projects and also creating new LPC1347 projects using the "LPC13xx (12bit ADC)" project wizard and don't see any problems building code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards to the project that you cannot build - have you created it yourself, is it one of the supplied examples, is it an example for another MCU that you have modified, or have you obtained from somewhere else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you build the LPC1347 examples that ship with LPCXpresso IDE - which can be found within the examples directory of your installation at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;\Examples\NXP\LPC1000\LPC13xx_12bitADC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ The "12bitADC" being how NXP wished us to distinguish the 'new' LPC13's from the originals. ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you create a new project using the Project Wizard on the Quickstart Panel for "LPC13xx (12bit ADC)", do these build correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593991#M30723</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: target CPU does not support ARM mode</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593992#M30724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by masterboy on Sat Mar 09 11:36:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where can I download library "CMSISv2p10_LPC13Uxx"? I bought new LPCXpresso board with LPC1347 and installed the lastest version LPCXpresso. When I create new project for LPC13xx (12-bit ADC) LPCXPresso wants to "CMSISv2p10_LPC13Uxx".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593992#M30724</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: target CPU does not support ARM mode</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593993#M30725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wrighflyer on Sun Mar 10 13:27:55 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You should read the getting started guide.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File-Import-General-"Existing Projects into workspace"-Next&amp;gt;-archive-Browse-[something like: "C:\nxp\LPCXpresso_5.0.14_1109\lpcxpresso\Examples\NXP\LPC1000\LPC13xx\CMSISv2p00_LPC13xx.zip"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: oh great, just found out the above is a cross-post - sorry for the noise folks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/target-CPU-does-not-support-ARM-mode/m-p/593993#M30725</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:30:35Z</dc:date>
    </item>
  </channel>
</rss>

