<?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 Re: LWADC sample in MAC57D (Halo) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/1477204#M18741</link>
    <description>&lt;P&gt;Hi Carlos and Oliver,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you guys solved the problem? I had same experience with the M4 but the A5 works well. A5 core reads the potentiometer on the eval board well and other Potentiometer attached to other channels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the M4 cannot go idle and satisfy the conditon above so it stays on loop regardless on which ADC channels it reads.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 06:32:18 GMT</pubDate>
    <dc:creator>johnkevintoral</dc:creator>
    <dc:date>2022-06-21T06:32:18Z</dc:date>
    <item>
      <title>LWADC sample in MAC57D (Halo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685656#M17429</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;&amp;nbsp; &amp;nbsp;I tried the LWADC project under MAC57D(Halo) BSP, based on MQX4.2 which is released on website.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It could be compiled and downloaded. After run, the code is stalled at&lt;/P&gt;&lt;P&gt;&amp;nbsp; '&amp;nbsp; &amp;nbsp; &amp;nbsp;while ((adc_ptr-&amp;gt;MSR &amp;amp; ADC_MSR_ADCSTATUS_MASK) != ADC_MSR_ADCSTATUS_IDLE) {};'&lt;/P&gt;&lt;P&gt;&amp;nbsp;in 'static void _lwadc_restart(ADC_CONTEXT_PTR context_ptr)' function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19300i9A2F2E9D8F279E1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the MSR and it's 0x5 which is out of specification.&lt;/P&gt;&lt;P&gt;Can you check which should be modified in the BSP to run it correctly?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 02:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685656#M17429</guid>
      <dc:creator>OliverTian</dc:creator>
      <dc:date>2017-05-19T02:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: LWADC sample in MAC57D (Halo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685657#M17430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you running the example with A5 or M4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 18:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685657#M17430</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-06-14T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: LWADC sample in MAC57D (Halo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685658#M17431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Carlos&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It's on M4.&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 09:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/685658#M17431</guid>
      <dc:creator>OliverTian</dc:creator>
      <dc:date>2017-07-14T09:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: LWADC sample in MAC57D (Halo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/1477204#M18741</link>
      <description>&lt;P&gt;Hi Carlos and Oliver,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you guys solved the problem? I had same experience with the M4 but the A5 works well. A5 core reads the potentiometer on the eval board well and other Potentiometer attached to other channels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the M4 cannot go idle and satisfy the conditon above so it stays on loop regardless on which ADC channels it reads.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 06:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LWADC-sample-in-MAC57D-Halo/m-p/1477204#M18741</guid>
      <dc:creator>johnkevintoral</dc:creator>
      <dc:date>2022-06-21T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

