<?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のトピックMCUXpresso Pins tool functional groups not working as expected</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269409#M5757</link>
    <description>&lt;P&gt;I must be misunderstanding what the Functional Group option is for in the Pins tool, because how it's working doesn't make sense to me.&lt;/P&gt;&lt;P&gt;I've got one project that supports two significantly different boards. They have about 60% of the same pin assignments. My understanding was that the way to set up the two configurations in the Pins tool is to create a functional group for each. Each gets its own prefix and its own init function - that part makes sense and fits with what I need to do.&lt;/P&gt;&lt;P&gt;Where it's going wrong is that I can't actually assign different functions and identifiers to the pins in the differed groups. My initial configuration has the prefix EB6. I copied that to the secondary configuration, EB2. I spent half an hour entering all of my changes for the EB2 group, only to discover that they'd overwritten the EB6 group.&lt;/P&gt;&lt;P&gt;All of the changed identifiers wiped out the originals. I'm struggling to understand why the identifier prefix is even provided if it's not to deconflict identifiers between groups.&lt;/P&gt;&lt;P&gt;What's the correct way to do this with the Pins tool? How do I define two separate sets of pin configurations to go with the different build configurations?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Mon, 29 Dec 2025 00:08:49 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2025-12-29T00:08:49Z</dc:date>
    <item>
      <title>MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269409#M5757</link>
      <description>&lt;P&gt;I must be misunderstanding what the Functional Group option is for in the Pins tool, because how it's working doesn't make sense to me.&lt;/P&gt;&lt;P&gt;I've got one project that supports two significantly different boards. They have about 60% of the same pin assignments. My understanding was that the way to set up the two configurations in the Pins tool is to create a functional group for each. Each gets its own prefix and its own init function - that part makes sense and fits with what I need to do.&lt;/P&gt;&lt;P&gt;Where it's going wrong is that I can't actually assign different functions and identifiers to the pins in the differed groups. My initial configuration has the prefix EB6. I copied that to the secondary configuration, EB2. I spent half an hour entering all of my changes for the EB2 group, only to discover that they'd overwritten the EB6 group.&lt;/P&gt;&lt;P&gt;All of the changed identifiers wiped out the originals. I'm struggling to understand why the identifier prefix is even provided if it's not to deconflict identifiers between groups.&lt;/P&gt;&lt;P&gt;What's the correct way to do this with the Pins tool? How do I define two separate sets of pin configurations to go with the different build configurations?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 00:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269409#M5757</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2025-12-29T00:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269548#M5759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126981"&gt;@scottm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;I performed a test on my side using the P1_13 pin and configured it in two groups.&lt;/DIV&gt;
&lt;DIV&gt;In the generated code, there was no overwrite issue. You can use macro definitions to call the two functions as needed. Below are the two generated functions:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1766993145285.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371310i532EE4C4A32D337A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1766993145285.png" alt="Alice_Yang_0-1766993145285.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 07:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269548#M5759</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-12-29T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269730#M5760</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;It's not letting me see your images full-size, but I don't think that's addressing the issue anyway. Here's an illustration using an SDK example. In group PINS1, I assign PIO1_4 to be a GPIO called RED_LED.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_0-1767058537349.png" style="width: 1398px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371351i592DFD554D3E63D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_0-1767058537349.png" alt="scottm_0-1767058537349.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In group PINS2, I assign PIO1_4 to be GREEN_LED:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_1-1767058656306.png" style="width: 1394px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371352i276C249F856651E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_1-1767058656306.png" alt="scottm_1-1767058656306.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But that overwrites the PINS1 definition:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_2-1767058724696.png" style="width: 1382px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371353iBD8382BD48ADAB60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_2-1767058724696.png" alt="scottm_2-1767058724696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additionally, even though both groups are configured, I only seem to get macros for PINS1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_3-1767058917696.png" style="width: 1420px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371354iD8644355DF54F9E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_3-1767058917696.png" alt="scottm_3-1767058917696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is a minor quibble, but do you think we could get the colors changed for the functional group box so it's readable in dark mode?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 01:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269730#M5760</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2025-12-30T01:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269773#M5761</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126981"&gt;@scottm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;If both groups are called by the initialization function, yes, they will be overwritten. For the same pin, you should only call it once in one function. Therefore, configuring as shown below will not overwrite.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1767068386633.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371363i2598CB3CA91A8C0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1767068386633.png" alt="Alice_Yang_0-1767068386633.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1767068394485.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371364i487579F428AA6572/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1767068394485.png" alt="Alice_Yang_1-1767068394485.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_2-1767068402270.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371365iDD2B09ED1A2FA9B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_2-1767068402270.png" alt="Alice_Yang_2-1767068402270.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try it on your side, and feel free to contact me if you still have any issues. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 04:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2269773#M5761</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-12-30T04:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2270306#M5762</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I did some more testing and the default initialization option had no effect, but I think I did find something to report.&lt;/P&gt;&lt;P&gt;If you enter the identifiers in the Pins view, it doesn't work - it overwrites both functional groups and doesn't generate initialization for anything you entered there:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_1-1767143300483.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371552i5A7E3E977FCEA838/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_1-1767143300483.png" alt="scottm_1-1767143300483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But it looks like it works if you enter it here, in Routing Details:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_2-1767143380771.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/371553i183EEAC641DF9490/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_2-1767143380771.png" alt="scottm_2-1767143380771.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then it generates initialization code and macros, and combines the identifiers using a semicolon.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 01:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2270306#M5762</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2025-12-31T01:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Pins tool functional groups not working as expected</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2270314#M5763</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126981"&gt;@scottm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Yes, thanks for sharing.&lt;BR /&gt;In the pin view, we can add more identifiers, separated by semicolons (；).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;BR&lt;/DIV&gt;
&lt;DIV&gt;Alice&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 02:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/MCUXpresso-Pins-tool-functional-groups-not-working-as-expected/m-p/2270314#M5763</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-12-31T02:08:53Z</dc:date>
    </item>
  </channel>
</rss>

