<?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のトピックMCUXpresso Config Tools issue</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCUXpresso-Config-Tools-issue/m-p/1523839#M50181</link>
    <description>&lt;P&gt;Hi, I'm working with MCUXpresso and LPC54102 dual core microcontroller. I used the MCUXpresso Config Tools in order to set the PINOUT,&amp;nbsp; PWM module and the ADC converter. GPIO and PWM seems to work propertly but I think there is a bug in the Config Tools ADC Converter configuration.&lt;/P&gt;&lt;P&gt;I have configured the ADC Converter by MCUXpresso Config Tools and I have generate the peripherals.c and .h files. After that I tried the ADC configuration in Debug mode but the ADC seems to be dead.... After several tests I found that the following parameters: VDDA, VREFP and ADC0 are in power down mode and the ADC0 has not clocked.&lt;/P&gt;&lt;P&gt;In order to fix the bug I had to add manually the following code before the&amp;nbsp;BOARD_InitBootPeripherals():&lt;/P&gt;&lt;P&gt;POWER_DisablePD(kPDRUNCFG_PD_ADC0);&amp;nbsp;&lt;BR /&gt;POWER_DisablePD(kPDRUNCFG_PD_VDDA);&amp;nbsp;&lt;BR /&gt;POWER_DisablePD(kPDRUNCFG_PD_VREFP);&lt;/P&gt;&lt;P&gt;CLOCK_EnableClock(kCLOCK_Adc0);&lt;/P&gt;&lt;P&gt;After that the ADC converter starts to work.&lt;/P&gt;&lt;P&gt;Since the Config Tools let to configure the peripheral of the microcontroller I thought it was handled by him. Is this my misteke or there is a bug in the Config Tools?&lt;/P&gt;&lt;P&gt;Congratulation anyway for the convenience of this tool.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Sep 2022 15:57:50 GMT</pubDate>
    <dc:creator>eu_mtaverna</dc:creator>
    <dc:date>2022-09-17T15:57:50Z</dc:date>
    <item>
      <title>MCUXpresso Config Tools issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCUXpresso-Config-Tools-issue/m-p/1523839#M50181</link>
      <description>&lt;P&gt;Hi, I'm working with MCUXpresso and LPC54102 dual core microcontroller. I used the MCUXpresso Config Tools in order to set the PINOUT,&amp;nbsp; PWM module and the ADC converter. GPIO and PWM seems to work propertly but I think there is a bug in the Config Tools ADC Converter configuration.&lt;/P&gt;&lt;P&gt;I have configured the ADC Converter by MCUXpresso Config Tools and I have generate the peripherals.c and .h files. After that I tried the ADC configuration in Debug mode but the ADC seems to be dead.... After several tests I found that the following parameters: VDDA, VREFP and ADC0 are in power down mode and the ADC0 has not clocked.&lt;/P&gt;&lt;P&gt;In order to fix the bug I had to add manually the following code before the&amp;nbsp;BOARD_InitBootPeripherals():&lt;/P&gt;&lt;P&gt;POWER_DisablePD(kPDRUNCFG_PD_ADC0);&amp;nbsp;&lt;BR /&gt;POWER_DisablePD(kPDRUNCFG_PD_VDDA);&amp;nbsp;&lt;BR /&gt;POWER_DisablePD(kPDRUNCFG_PD_VREFP);&lt;/P&gt;&lt;P&gt;CLOCK_EnableClock(kCLOCK_Adc0);&lt;/P&gt;&lt;P&gt;After that the ADC converter starts to work.&lt;/P&gt;&lt;P&gt;Since the Config Tools let to configure the peripheral of the microcontroller I thought it was handled by him. Is this my misteke or there is a bug in the Config Tools?&lt;/P&gt;&lt;P&gt;Congratulation anyway for the convenience of this tool.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 15:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCUXpresso-Config-Tools-issue/m-p/1523839#M50181</guid>
      <dc:creator>eu_mtaverna</dc:creator>
      <dc:date>2022-09-17T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MCUXpresso-Config-Tools-issue/m-p/1524149#M50190</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;eu_mtaverna,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, we need add these code manually, configure tool can not generate these code so far.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 08:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MCUXpresso-Config-Tools-issue/m-p/1524149#M50190</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-09-19T08:48:40Z</dc:date>
    </item>
  </channel>
</rss>

