<?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>LPCXpresso IDEのトピックRe: Switching form one CPU to another</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591176#M29464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Mar 19 13:55:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing MCU should be enough :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/InvalidPart&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:50:07 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:50:07Z</dc:date>
    <item>
      <title>Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591175#M29463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by chucks13 on Tue Mar 19 13:46:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a project running on the 1769. I want to migrate it to the 1758. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I have had no success. I have tried copying the workspace, and opening it as a different project, and setting the CPU type under project properties. The download fails, because it seems to still be looking for a 1768 (It seems 1769 wants to build as 1768), but it is finding a chip ID of 1758.&amp;nbsp; So I have missed something and not properly changed the chip type completely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also tried making a new workspace under 1758, and importing my 1769 project into it. It builds, but when I try to debug, it wants me to create a new debug setup, and I am not setting something properly, because I get a problem with an error like "Error while launching command: gdb --version".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what is the magic Mojo I need to build and download the project to 1758?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591175#M29463</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591176#M29464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Mar 19 13:55:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing MCU should be enough :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/InvalidPart&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591176#M29464</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591177#M29465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by chucks13 on Tue Mar 19 14:25:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, I did it again and this time it worked and downloaded. I'm not sure what went wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now to figure out why I can't seem to set a working breakpoint on ResetISR. My build for the 1769 stops correctly, but this 1758 build doesn't and I get this in the stack when I pause:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thread [1] (Suspended: Signal 'SIGINT' received. Description: Interrupt.)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 &amp;lt;symbol is not available&amp;gt; 0x1fff0ba4&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;lt;symbol is not available&amp;gt; 0x1fff0cbe&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is new hardware, so I suspect that something is causing an interrupt even before it gets to reset, which seems strange, because they should not be enabled yet. This has been holding me up for several days now, and I know it seems desperate, but if anyone out there has seen this kind of thing before, I could really use some insight.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591177#M29465</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591178#M29466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Mar 19 14:37:35 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Congratulation, you're in BOOT ROM :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Boot ROM 0x1FFF 0000 - 0x1FFF 1FFF 8 kB Boot ROM with flash services.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Switching to ISP is working fine with your new hardware :D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/HardwareDebugConnections&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591178#M29466</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591179#M29467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by chucks13 on Tue Mar 19 14:48:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, that's funny. I if I'm in the boot loader, I assume that the boot jumper on P2:10 is grounded, and sure enough, it seems to be. Now I need to get a bench tech to track it down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, By the way, I'm really grateful that someone is reading these posts and helped me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591179#M29467</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591180#M29468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jnewell on Tue Aug 27 13:37:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Was a fix ever found for this specific error? I have run into the same situation and it's really got me stumped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any information would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591180#M29468</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591181#M29469</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 Aug 28 03:07:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What specific error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be really useful if you could explain what your problem is and what you have done to try to resolve it yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591181#M29469</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591182#M29470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jnewell on Thu Aug 29 07:07:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, the issue of the processor only running in the bootROM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" Thread [1] (Suspended: Signal 'SIGINT' received. Description: Interrupt.)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 &amp;lt;symbol is not available&amp;gt; 0x1fff0ba4&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;lt;symbol is not available&amp;gt; 0x1fff0cbe&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to replicate the issue on the eval board I have (RDB1768 v2) by holding down the ISP button while trying to upload code or while resetting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing is, the ISP pin on my board (custom board) was originally floating (I knew that it wasn't supposed to be LOW). I have tried using a 10K pullup on the ISP with the same outcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591182#M29470</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Switching form one CPU to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591183#M29471</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 Thu Aug 29 08:00:53 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The bootloader will not execute use code if:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the ISP or RESET pins are held in the wrong state&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the flash checksum is incorrect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you read the FAQ at:&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%2Fsupport.code-red-tech.com%2FCodeRedWiki%2FHardwareDebugConnections" rel="nofollow" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/HardwareDebugConnections&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:50:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Switching-form-one-CPU-to-another/m-p/591183#M29471</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:50:11Z</dc:date>
    </item>
  </channel>
</rss>

