<?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 Config ToolsのトピックDebug and Release config tool</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1782144#M1777</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am developing a project that uses the LPC55S28JDB100 microprocessor.&lt;BR /&gt;In my project, CPU pins 12 and 13 are shared between the SWDIO and SWCLK pins, and the ADC0:CH2B and ADC0:CH1B pins.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Of course in DEBUG mode the PIN12 andd PIN13 must be defined as SWDIO and SWCLK while in RELEASE mode I have to define the above pins as ADC0:CH2B amd ADC0:CH1B.&lt;BR /&gt;To configure the pins I'm using PIN tool of MCUXpresso IDE v11.8.1_1197.&lt;BR /&gt;Is there any possibility to have two different configurations of the PIN TOOL first for DEBUG and the second for RELEASE ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 08:09:46 GMT</pubDate>
    <dc:creator>_Ferrari_</dc:creator>
    <dc:date>2024-01-03T08:09:46Z</dc:date>
    <item>
      <title>Debug and Release config tool</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1782144#M1777</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am developing a project that uses the LPC55S28JDB100 microprocessor.&lt;BR /&gt;In my project, CPU pins 12 and 13 are shared between the SWDIO and SWCLK pins, and the ADC0:CH2B and ADC0:CH1B pins.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Of course in DEBUG mode the PIN12 andd PIN13 must be defined as SWDIO and SWCLK while in RELEASE mode I have to define the above pins as ADC0:CH2B amd ADC0:CH1B.&lt;BR /&gt;To configure the pins I'm using PIN tool of MCUXpresso IDE v11.8.1_1197.&lt;BR /&gt;Is there any possibility to have two different configurations of the PIN TOOL first for DEBUG and the second for RELEASE ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 08:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1782144#M1777</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2024-01-03T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug and Release config tool</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1782766#M1778</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202847"&gt;@_Ferrari_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put the configuration code in one file, then enable or disable for Debug and release.&lt;/P&gt;
&lt;P&gt;For example configure the pins as ADC function in adc_pin.c, only enable it in Release, exclude it in Debug,&amp;nbsp; this file only works on release . steps as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1704351451492.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256650iF54D727F31699028/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1704351451492.png" alt="Alice_Yang_0-1704351451492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1704351472924.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256651i0452D3ECEBE1EC57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1704351472924.png" alt="Alice_Yang_1-1704351472924.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&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 07:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1782766#M1778</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-01-04T07:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debug and Release config tool</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1783916#M1779</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you fro your answer&lt;/P&gt;&lt;P&gt;You wrote&lt;/P&gt;&lt;P&gt;&amp;gt;You can put the configuration code in one file, then enable or disable for Debug and release.&lt;/P&gt;&lt;P&gt;Ok, I understand. It means that, in my case, I have to have two files:&lt;/P&gt;&lt;P&gt;fisrst file named i.e. PIN_MUX_DEBUG.C excluded from build in Release mode&lt;/P&gt;&lt;P&gt;second file named i.e. PIN_MUX_RELEASE.C excluded from build in Debug mode&lt;/P&gt;&lt;P&gt;Of course in the file PIN_MUX_DEBUG.C CPU pins 12 and 13 are defined as SWDIO and SWCLK&lt;/P&gt;&lt;P&gt;In the file PIN_MUX_RELEASE.C CPU pins 12 and 13 are defined as ADC0:CH2B and ADC0:CH1B&lt;/P&gt;&lt;P&gt;Is it correct ?&lt;/P&gt;&lt;P&gt;thank you very much for your help and cooperation&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 18:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1783916#M1779</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2024-01-06T18:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debug and Release config tool</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1785098#M1780</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can use multiple functional groups in the Pins tool to define alternative pin routings and generate separate functions.&lt;/P&gt;
&lt;P&gt;Open the functional groups dialog using the icon on the toolbar (see the following picture) and &lt;BR /&gt;add two function groups. For example InitPins_Release and InitPins_Debug.&lt;BR /&gt;Ensure that you uncheck the "Called by the defaut initialization".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Petr_H_3-1704791646870.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257246iC23D427BC762ADA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Petr_H_3-1704791646870.png" alt="Petr_H_3-1704791646870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, select the InitPins_Debug functional group and add there routing needed at debug time and similar way for the release case.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Petr_H_2-1704791522404.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257245i2CC7115EB3CCC2CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Petr_H_2-1704791522404.png" alt="Petr_H_2-1704791522404.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After you update the generated code, you the call the generated functions in the main module like this:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;#ifdef DEBUG&lt;BR /&gt;InitPins_Debug();&lt;BR /&gt;#else&lt;BR /&gt;InitPins_Release();&lt;BR /&gt;#endif&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;Petr Hradsky&lt;/P&gt;
&lt;P&gt;Config Tools Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 09:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1785098#M1780</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2024-01-09T09:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debug and Release config tool</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1787611#M1784</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202847"&gt;@_Ferrari_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes.&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;</description>
      <pubDate>Fri, 12 Jan 2024 02:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Debug-and-Release-config-tool/m-p/1787611#M1784</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-01-12T02:14:59Z</dc:date>
    </item>
  </channel>
</rss>

