<?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 GeneralのトピックRe: Config Tools not working for MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816807#M880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;just for your info - the SDK package has a problem in a template for the clean board project. In the next SDK release it will be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Libor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 21:40:00 GMT</pubDate>
    <dc:creator>liborukropec</dc:creator>
    <dc:date>2018-11-08T21:40:00Z</dc:date>
    <item>
      <title>Config Tools not working for MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816804#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently got a hold of an LPCXpresso804 dev board and have started a project built off of the SDK for this kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project is generated properly and everything seems to be working as expected except for the Config Tools plugin. Whenever I try to access the tools to check my peripheral layout I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63416i1AB614461FBBED77/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note: The package I am using is the LPC804M101JDH24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I thought this might be due to some error with the SDK that I had downloaded. So when I went back to the SDK dashboard and searched for the same kit, I reviewed the default clocks/pin setups and both indicated the -JDH24&amp;nbsp; package(TSSOP-24) was being used. I then re-downloaded and replaced the SDK that I had previously imported, and built a new project; yet I am still seeing this same error come up when I try to access "Config Tools"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:44:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816804#M877</guid>
      <dc:creator>david_mclaurin</dc:creator>
      <dc:date>2018-11-08T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Config Tools not working for MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816805#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;at this moment I'm not able to say where exactly is the problem (will forward to the team), but for now the workaround should be by opening the "board\clock_config.c" file and in the YAML code (lines around 40-50) there is line with "package_id".&lt;/P&gt;&lt;P&gt;Please change this line to the correct package like this:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;package_id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; LPC804M101JDH24‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you did not do any changes in the configuration, delete the &amp;lt;projectname&amp;gt;.mex file inside the root of the eclipse project.&lt;/P&gt;&lt;P&gt;After that open the tools again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Libor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 15:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816805#M878</guid>
      <dc:creator>liborukropec</dc:creator>
      <dc:date>2018-11-08T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Config Tools not working for MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816806#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that did it! I'm curious as to how that other ID got there in the first place, but I'm happy with this fix!&lt;BR /&gt;Thank you so much for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816806#M879</guid>
      <dc:creator>david_mclaurin</dc:creator>
      <dc:date>2018-11-08T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Config Tools not working for MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816807#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;just for your info - the SDK package has a problem in a template for the clean board project. In the next SDK release it will be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Libor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 21:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Config-Tools-not-working-for-MCUXpresso-IDE/m-p/816807#M880</guid>
      <dc:creator>liborukropec</dc:creator>
      <dc:date>2018-11-08T21:40:00Z</dc:date>
    </item>
  </channel>
</rss>

