<?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>topic peripheral tools issue setting up adc  in MCUXpresso Config Tools</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758169#M391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've used the&amp;nbsp;peripheral tools to setup an adc channel however the code it generates produces a mismatch between the source &amp;amp; header files. In the source file peripherials.c it generates&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;adc16_channel_config_t ADC0_channelsConfig[1] = {&lt;BR /&gt; {&lt;BR /&gt; .channelNumber = 26U,&lt;BR /&gt; .enableDifferentialConversion = false,&lt;BR /&gt; .enableInterruptOnConversionCompleted = false&lt;BR /&gt; }&lt;BR /&gt;};&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;while the header peripherials.h has&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;SPAN&gt;extern adc16_channel_config_t ADC16_1_channelsConfig[1];&lt;BR /&gt;changing this manually to&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;extern adc16_channel_config_t ADC0_channelsConfig[1];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;fixes the compile errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Here is a screenshot of how this was generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="adcissue.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28530i55C8CAE5BE369039/image-size/large?v=v2&amp;amp;px=999" role="button" title="adcissue.jpg" alt="adcissue.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;This is for a MK64FN1M0VLQ12 using mcuxpresso 10.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Hope this helps fix this issue for the next release of the tools&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Ian&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 15:01:25 GMT</pubDate>
    <dc:creator>inorman</dc:creator>
    <dc:date>2018-01-25T15:01:25Z</dc:date>
    <item>
      <title>peripheral tools issue setting up adc</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758169#M391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've used the&amp;nbsp;peripheral tools to setup an adc channel however the code it generates produces a mismatch between the source &amp;amp; header files. In the source file peripherials.c it generates&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;adc16_channel_config_t ADC0_channelsConfig[1] = {&lt;BR /&gt; {&lt;BR /&gt; .channelNumber = 26U,&lt;BR /&gt; .enableDifferentialConversion = false,&lt;BR /&gt; .enableInterruptOnConversionCompleted = false&lt;BR /&gt; }&lt;BR /&gt;};&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;while the header peripherials.h has&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;SPAN&gt;extern adc16_channel_config_t ADC16_1_channelsConfig[1];&lt;BR /&gt;changing this manually to&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;extern adc16_channel_config_t ADC0_channelsConfig[1];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;fixes the compile errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Here is a screenshot of how this was generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="adcissue.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28530i55C8CAE5BE369039/image-size/large?v=v2&amp;amp;px=999" role="button" title="adcissue.jpg" alt="adcissue.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;This is for a MK64FN1M0VLQ12 using mcuxpresso 10.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Hope this helps fix this issue for the next release of the tools&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Ian&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 15:01:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758169#M391</guid>
      <dc:creator>inorman</dc:creator>
      <dc:date>2018-01-25T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: peripheral tools issue setting up adc</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758170#M392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for reporting this issue,&amp;nbsp;it will be fixed in next release of data&amp;nbsp;for MCUXpresso Configuration Tools.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758170#M392</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2018-01-29T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: peripheral tools issue setting up adc</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758171#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update of data for MCUXpresso Configuration Tools including fix of the problem with mismatched ADC prefix is now available for &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCUXpresso Configuration Tools v4.0 and MCUXpresso IDE 10.1.x&lt;/SPAN&gt;. Updated data&amp;nbsp;are downloaded automatically by&amp;nbsp;the tools&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;To fix this issue in an existing&amp;nbsp;project, you need to open the project in the Configuration Tool and regenerate&amp;nbsp;peripherals.c and&amp;nbsp;&lt;SPAN&gt;peripherals.h&lt;/SPAN&gt;&amp;nbsp;files using Update Project Code button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Lukas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 13:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/peripheral-tools-issue-setting-up-adc/m-p/758171#M393</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2018-02-02T13:43:10Z</dc:date>
    </item>
  </channel>
</rss>

