<?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 for VSCodeのトピックRe: Selecting a specific processor for a project</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140371#M438</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253072"&gt;@ddusty21&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Currently VSCode's project creation is currently board focused. Since the LPC55S06's features encompass LPC5506's (LPC55S06 = LPC5506 + security features). You can use LPC55s06's board without any issues. That said, I have already talked about this board-based limitation of VSCode with the internal team, and are currently working on it to expand its capabilities.&lt;/P&gt;
&lt;P&gt;If you don't want to risk any possible discrepancies that might block your development (although there shouldn't be any), you can use MCUXpresso IDE standalone, which allows you to develop MCU-specific projects using chip specific SDKs.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 20:43:07 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2025-07-24T20:43:07Z</dc:date>
    <item>
      <title>Selecting a specific processor for a project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140343#M437</link>
      <description>&lt;P&gt;This is my first foray into NXP chips, so there likely is some ridiculously obvious way to accomplish this--but I have yet to find it...&lt;/P&gt;&lt;P&gt;I've designed a PCB around an LPC5506 MCU:&amp;nbsp;&lt;A href="https://www.nxp.com/part/LPC5506JHI48" target="_blank"&gt;https://www.nxp.com/part/LPC5506JHI48&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Time to write code.&amp;nbsp; So I downloaded the VSCode MCUXpresso extension, and after downloading addons, toolchains, etc. via the MCUXpresso Installer, I have the complete MCUXpresso Repository version 24.x "main" downloaded, and can successfully compile an example "LED Blinky" for the LPC55S06.&amp;nbsp; (Yes, LPC55S06, not the LPC5506.)&lt;/P&gt;&lt;P&gt;However, when creating a &lt;EM&gt;new&lt;/EM&gt; project against the MCUXpresso SDK version 24.x, MCUXpresso will only allow me to select EVK/EVM boards.&amp;nbsp; The closest option that MCUXpresso allows me to choose is the LPC55S06--and no, I can't type in LPC5506: the "Create Project" button is disabled unless I click on an existing EVK option...which is only the LPC55S06 or 55S69:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddusty21_1-1753383206804.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349370iFE30DBAA2B15DC3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ddusty21_1-1753383206804.png" alt="ddusty21_1-1753383206804.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't think this is close enough to allow me to program an LPC5506, as it is quite different from the LPC55S06.&lt;/P&gt;&lt;P&gt;The only hint I've yet been able to find is in this thread where an LPC5506 is apparently successfully being leveraged:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/MCUXpresso-Config-Tools/LPC5506-platform-drivers-power-error/m-p/1239927/highlight/true#M1171" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-Config-Tools/LPC5506-platform-drivers-power-error/m-p/1239927/highlight/true#M1171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where I notice that the&amp;nbsp;SDK is "SDK_2.x_LPCXpresso5506 version 2.8.2", instead of the "SDK _24.x" version I downloaded.&amp;nbsp; (Likely also is not the VSCode extension.)&lt;/P&gt;&lt;P&gt;But this doesn't make sense, as folders for the LPC5506 (and all the other variants) are scattered all throughout the entire SDK 24.x version I already downloaded:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddusty21_0-1753382107860.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349366iCDF10F88CEE71FD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ddusty21_0-1753382107860.png" alt="ddusty21_0-1753382107860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Digging around, I found that I could download a "Remote Archive" specifically for the LPC5506:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddusty21_3-1753384915392.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349371i34FA860A70F22127/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ddusty21_3-1753384915392.png" alt="ddusty21_3-1753384915392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And then I could "Import Example from Repository", and select the LPC5506-specific repository I'd downloaded.&lt;/P&gt;&lt;P&gt;But once again, I was forced to select the LPC55S06 development board:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddusty21_4-1753385044025.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349372i6BFE9C6ECB5FC5C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ddusty21_4-1753385044025.png" alt="ddusty21_4-1753385044025.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the resulting project configuration clearly shows the CPU specification as LPC55S06, not the LPC5506 I had specifically targeted with the repository:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddusty21_5-1753385102470.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349373iE7C9D64C9A6E9A37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ddusty21_5-1753385102470.png" alt="ddusty21_5-1753385102470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is this: HOW do I create an empty (or even "Hello World") project specifically targeting the LPC5506 with the VSCode MCUXpresso setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is the VSCode MCUXpresso extension simply not ready for real life use?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 19:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140343#M437</guid>
      <dc:creator>ddusty21</dc:creator>
      <dc:date>2025-07-24T19:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a specific processor for a project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140371#M438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253072"&gt;@ddusty21&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Currently VSCode's project creation is currently board focused. Since the LPC55S06's features encompass LPC5506's (LPC55S06 = LPC5506 + security features). You can use LPC55s06's board without any issues. That said, I have already talked about this board-based limitation of VSCode with the internal team, and are currently working on it to expand its capabilities.&lt;/P&gt;
&lt;P&gt;If you don't want to risk any possible discrepancies that might block your development (although there shouldn't be any), you can use MCUXpresso IDE standalone, which allows you to develop MCU-specific projects using chip specific SDKs.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 20:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140371#M438</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2025-07-24T20:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a specific processor for a project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140386#M439</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I will try programming the LPC5506 MCU with an LPC55S06 project, and see if it works.&lt;/P&gt;&lt;P&gt;if not, I will drop to the standalone MCUXpresso IDE.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 21:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Selecting-a-specific-processor-for-a-project/m-p/2140386#M439</guid>
      <dc:creator>ddusty21</dc:creator>
      <dc:date>2025-07-24T21:42:24Z</dc:date>
    </item>
  </channel>
</rss>

