<?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>MCUXpresso IDEのトピックMCUXpresso and arm7 support</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729122#M1286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to:&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide-v10.0.2:MCUXpresso-IDE" title="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide-v10.0.2:MCUXpresso-IDE"&gt;MCUXpresso IDE|NXP&lt;/A&gt;&amp;nbsp; MCUXpresso is supposed to support arm7 MCUs such as the LPC21xx line. However the new project wizard does not offer support and neither does the "Architecture" listbox on the "Architecture" tab of the project settings inside the "C/C++ Build" settings. As far as I know, GCC still supports the arm7tdmi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something or is the list of supported devices incorrect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is relevant to me since I need to actively support these older devices and now do not know whether I need to stay on LPCXpresso indefinitely for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Oct 2017 13:39:35 GMT</pubDate>
    <dc:creator>oldmanvimes</dc:creator>
    <dc:date>2017-10-29T13:39:35Z</dc:date>
    <item>
      <title>MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729122#M1286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to:&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide-v10.0.2:MCUXpresso-IDE" title="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide-v10.0.2:MCUXpresso-IDE"&gt;MCUXpresso IDE|NXP&lt;/A&gt;&amp;nbsp; MCUXpresso is supposed to support arm7 MCUs such as the LPC21xx line. However the new project wizard does not offer support and neither does the "Architecture" listbox on the "Architecture" tab of the project settings inside the "C/C++ Build" settings. As far as I know, GCC still supports the arm7tdmi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something or is the list of supported devices incorrect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is relevant to me since I need to actively support these older devices and now do not know whether I need to stay on LPCXpresso indefinitely for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 13:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729122#M1286</guid>
      <dc:creator>oldmanvimes</dc:creator>
      <dc:date>2017-10-29T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729123#M1287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, MCUXpresso IDE is very explicitly Cortex-M based systems only.&amp;nbsp;If you need to target the old ARM7 or ARM9 based LPC2000 and LPC3000 parts, then you will need to stay with&amp;nbsp;LPCXpresso IDE, or look at one of the various third party toolchains, such as Keil, IAR, Rowley etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a brief overview of differences from LPCXpresso IDE, as well as some suggestions on porting existing projects, in the supplied MCUXpresso IDE v10.0.2 Installation Guide that you might want to take a look at (also downloadable from &lt;A href="http://www.nxp.com/mcuxpresso/ide/documentation"&gt;http://www.nxp.com/mcuxpresso/ide/documentation&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 08:22:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729123#M1287</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-10-30T08:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729124#M1288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue.&lt;BR /&gt;Please check the supported MCUs list of MCUXpresso!&lt;BR /&gt;"LPC2100/200/300/400 Series: Arm7&lt;SUP&gt;™&lt;/SUP&gt;-based MCUs"&amp;nbsp; are listed on it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Nov 2017 11:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729124#M1288</guid>
      <dc:creator>saschafueller</dc:creator>
      <dc:date>2017-11-26T11:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729125#M1289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you tell us exactly where you see ARM7 devices listed as supported in MCUXpresso IDE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCUXpresso IDE explicitly supports only Cortex-M based MCUs (as stated on the IDE product page and in the IDE documentation). It does not support the old ARM7 and ARM9 based parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729125#M1289</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-12-01T13:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729126#M1290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow this link and expand the "Supported Devices"&lt;BR /&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE" title="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE"&gt;MCUXpresso IDE|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Auswahl_034.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52349i50785B3D6C0A2F25/image-size/large?v=v2&amp;amp;px=999" role="button" title="Auswahl_034.png" alt="Auswahl_034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 16:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729126#M1290</guid>
      <dc:creator>saschafueller</dc:creator>
      <dc:date>2017-12-01T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso and arm7 support</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729127#M1291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sascha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reporting this, the page has been updated accordingly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE?&amp;amp;tid=vanMCUXPRESSO/IDE" title="https://www.nxp.com/support/developer-resources/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE?&amp;amp;tid=vanMCUXPRESSO/IDE"&gt;MCUXpresso IDE|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 22:18:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-and-arm7-support/m-p/729127#M1291</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-12-01T22:18:00Z</dc:date>
    </item>
  </channel>
</rss>

