<?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>LPC MicrocontrollersのトピックRe: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978123#M38632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you are saying is not the issue that I have. Please read the description carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a compile error due to a missing define in the automaticly generated pin_mux.h file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: THIS ONLY HAPPENS WHEN A LABEL AND IDNETIFIER ARE ENTERED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without label/identifier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83772iB45612FB61094760/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With label/identifier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88779iBFA3847AA0C8EA06/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2020 11:54:20 GMT</pubDate>
    <dc:creator>dingelen</dc:creator>
    <dc:date>2020-03-19T11:54:20Z</dc:date>
    <item>
      <title>ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978119#M38628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with the ConfigTools integrated in MCUXpresso. It seems to genereate defective code for ADC pins for the LPC55S69.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, I am adding to the USB_VCOM_FREERTOS example an ADC on PIO0_23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97449iAE92B221A0773034/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The analog switch input control is set by the tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97481i4C275FA52364479E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on the build these errors are thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97548iB795899BC8B3E32E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Looking at the code shows me there is a define missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97593iF4AF65F1007DF97A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as visible in the pin_mux.h file it is really missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97631i6ED53EE9C713FA7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there should be an extra line like this (please correct me if this is wrong):&lt;/P&gt;&lt;P&gt;#define BOARD_INITPINS_AN0_GPIO GPIO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone verify this problem and let me know how to fix this correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v11.1.1 [Build 3241] [2020-03-02]&lt;/P&gt;&lt;P&gt;SDK_2.7.1_(322 2020-02-24) LPC55S69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2020 15:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978119#M38628</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2020-03-17T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978120#M38629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="339798" data-username="dingelen" href="https://community.nxp.com/people/dingelen" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;dingelen&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please send me your demo project? I will check this issue directly. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 10:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978120#M38629</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-18T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978121#M38630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is. This issue came up when I switched from SDK 2.6.x to 2.7.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 11:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978121#M38630</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2020-03-18T11:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978122#M38631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PIO0_23/ADC0_0 — General-purpose digital input/output pin. It's same pin.&lt;/P&gt;&lt;P&gt;so if you want to use it as&amp;nbsp; ADC0_0, don't define it as PIO0,23 again. they are conflict.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102906i2B049E4319FA013A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 07:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978122#M38631</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-19T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978123#M38632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you are saying is not the issue that I have. Please read the description carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a compile error due to a missing define in the automaticly generated pin_mux.h file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: THIS ONLY HAPPENS WHEN A LABEL AND IDNETIFIER ARE ENTERED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without label/identifier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83772iB45612FB61094760/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With label/identifier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88779iBFA3847AA0C8EA06/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 11:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978123#M38632</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2020-03-19T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978124#M38633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="339798" data-username="dingelen" href="https://community.nxp.com/people/dingelen"&gt;dingelen&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I reproduced your issue on my side. I will escalate to config tool team. I will keep you informed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jennie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 09:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978124#M38633</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-03-20T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: ConfigTools in MCUXpresso is generating defective code for the ADC pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978125#M38634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="339798" data-objecttype="3" href="https://community.nxp.com/people/dingelen" style="color: #3d9ce7; background-color: #ffffff; border: 0px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;dingelen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This defect will be fixed in next SDK release. Thank you for bringing the problem to our attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 09:32:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/ConfigTools-in-MCUXpresso-is-generating-defective-code-for-the/m-p/978125#M38634</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-04-21T09:32:52Z</dc:date>
    </item>
  </channel>
</rss>

