<?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>S12 / MagniV MicrocontrollersのトピックI have some problems in using XET256,About AD and debug</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429364#M11366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Sometimes the AD Module stop while the MCU is still running, and I can't find where the problem is, but I can make sure that in debug mode ,when I open the Mcuregester the Ad will surely stop and can't back to normal. I don't test in non debug mode.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The MCU may stop sometimes,&amp;nbsp; When it is in debug Mode ,the MCU stop unexpectly, then&amp;nbsp; I click the stop button stop the mcu, and then chlik the run button to run it ,and it will run normally.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(My english is bad for I am a chinese, If you have anything that I don't describe very well ,and I'll try to speak clearly&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 11:18:22 GMT</pubDate>
    <dc:creator>hongjianzhang</dc:creator>
    <dc:date>2015-10-26T11:18:22Z</dc:date>
    <item>
      <title>I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429364#M11366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Sometimes the AD Module stop while the MCU is still running, and I can't find where the problem is, but I can make sure that in debug mode ,when I open the Mcuregester the Ad will surely stop and can't back to normal. I don't test in non debug mode.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The MCU may stop sometimes,&amp;nbsp; When it is in debug Mode ,the MCU stop unexpectly, then&amp;nbsp; I click the stop button stop the mcu, and then chlik the run button to run it ,and it will run normally.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(My english is bad for I am a chinese, If you have anything that I don't describe very well ,and I'll try to speak clearly&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429364#M11366</guid>
      <dc:creator>hongjianzhang</dc:creator>
      <dc:date>2015-10-26T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429365#M11367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AD part code example is shortted as blow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;hidef.h&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* common defines and macros */&lt;/P&gt;&lt;P&gt;#include "derivative.h"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* derivative-specific definitions */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void&amp;nbsp; AutoEle_InitPLL (void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLKSEL &amp;amp;= ~(0x80); //Select OSCCLK as MCU clock&lt;/P&gt;&lt;P&gt;&amp;nbsp; REFDV = 0xC0; //FREF = Fosc / (REFDIV +1), FEFFRQ=11, REFDIV=0&lt;/P&gt;&lt;P&gt;&amp;nbsp; SYNR = 0xC2; //FVCO = 2 * Fref * (SYNR + 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; POSTDIV = 0; //FPLL = FVCO / (2 * POSTDIV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; while (!CRGFLG_LOCK) ; // Wait unitl PLL locked&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLKSEL |= 0x80; //Select PLLCLK as MCU clock&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void AutoEle_EP100_ADInit(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* AD0&amp;nbsp;&amp;nbsp; AN0-AN15 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL0 = 15; //回环通道&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL1 = 0x2F; //外部触发源，10位分辨率&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL2 = 0x40;&amp;nbsp;&amp;nbsp; //CCF位快速清除，及中断使能配置&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL3 = 0x80 | (0 &amp;lt;&amp;lt; 3); //右对齐，转换序列长度为3，非FIFO模式&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL4 = 0x57;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //采样时间8AD时钟周期，总线时钟分频 Fad= Fbus/(2*(Prs[4~0] + 1)) 1M ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CMPE = 0x0; //比较功能关闭&amp;nbsp; 2bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0DIEN = 0x0; //Disable digital input buffer to ANx pin 2bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD0CTL5 = 0x10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* AD1 AN16-AN23 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL0 = 7; //回环通道&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL1 = 0x2F; //外部触发源，10位分辨率&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL2 = 0x40;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL3 = 0x80 | (8 &amp;lt;&amp;lt; 3); //右对齐，转换序列长度为3，非FIFO模式&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL4 = 0x57;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //采样时间8AD时钟周期，总线时钟分频 Fad= Fbus/(2*(Prs[4~0] + 1)) 1M ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CMPE = 0x0; //比较功能关闭&amp;nbsp; 2bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1DIEN = 0x18; //Disable digital input buffer to ANx pin 2bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ATD1CTL5 = 0x10;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void main(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* put your own code here */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoEle_EP100_ADInit();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoEle_EP100_ADInit();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableInterrupts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(;;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((ATD0STAT0_SCF == 0) || (ATD1STAT0_SCF == 0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ATD0CTL5 = 0x10; //启动转换&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ATD1CTL5 = 0x10; //启动转换&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _FEED_COP(); /* feeds the dog */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } /* loop forever */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* please make sure that you never leave main */&lt;/P&gt;&lt;P&gt;} !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 03:28:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429365#M11367</guid>
      <dc:creator>hongjianzhang</dc:creator>
      <dc:date>2015-10-27T03:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429366#M11368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFFC=1 is not compatible with comment at write to ATD0CTL5 //启动转换&lt;/P&gt;&lt;P&gt;Start of conversion is different when AFFC=1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 10:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429366#M11368</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2015-10-27T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429367#M11369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hongjian,&lt;/P&gt;&lt;P&gt;I see problem in use AFFC bit - ATD Fast Flag Clear All. The read access to the result register will cause the associated CCF[n] flag and SCF flag to clear automatically.&lt;/P&gt;&lt;P&gt;So, if you open register window, debugger will automatically read register values, include result registers. That way debugger could also clear conversion complete flag and result of your branch “if ((ATD0STAT0_SCF == 0) || (ATD1STAT0_SCF == 0))” will be always true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to recommend do not use combination of AFFC feature with result register reading by debugger and Single conversion sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see any reading of result register in your code.&lt;/P&gt;&lt;P&gt;Please modify your code by any of these ways:&lt;/P&gt;&lt;P&gt;1. Disable AFFC bit and add commands for clearing SCF flags.&lt;/P&gt;&lt;P&gt;For example: ATD0STAT0 = ATD0STAT0_SCF_MASK;&lt;/P&gt;&lt;P&gt;2. Use program for reading ATD registers instead of debugger (you could use debugger for periodic reading of result variables).&lt;/P&gt;&lt;P&gt;For example: result0 = ATD0DR0;…&lt;/P&gt;&lt;P&gt;3. Use Continuous conversion sequences (scan mode) instead of Single conversion sequence. That will ensure that you will not enter into dead loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 10:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429367#M11369</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-10-27T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429368#M11370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 16.8px; font-family: inherit;"&gt;Radek Sestak:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't really notice the AFFC bit, and lately after when I post this question I also found that our mechanism is not so stable ,it will stop and not back to normal once got a fault. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code don't read the result register because our project have a lot of codes, and I copy a part of it to test AD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, Thank you all ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 01:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429368#M11370</guid>
      <dc:creator>hongjianzhang</dc:creator>
      <dc:date>2015-10-28T01:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429369#M11371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi &lt;/SPAN&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 16.8px; font-family: inherit;"&gt;Radek Sestak:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 16.8px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; about "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;3. Use Continuous conversion sequences (scan mode) instead of Single conversion sequence. That will ensure that you will not enter into dead loop.&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 16.8px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 16.8px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We can't use &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 16.8px; background-color: #e6e6e6;"&gt;Continuous &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 16.8px; background-color: #e6e6e6;"&gt;conversion, because we have multi outside&amp;nbsp; channel&amp;nbsp; of&amp;nbsp; per AD channel, we need first select channel an then began to convert&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #9aa9af; background-color: #e6e6e6;"&gt;&lt;SPAN style="background-color: #e6e6e6; color: #51626f; font-weight: inherit; font-size: 16.8px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 02:16:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429369#M11371</guid>
      <dc:creator>hongjianzhang</dc:creator>
      <dc:date>2015-10-28T02:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: I have some problems in using XET256,About AD and debug</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429370#M11372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hongjian,&lt;/P&gt;&lt;P&gt;thank you for note.&lt;/P&gt;&lt;P&gt;I understood that you have analog multiplexor/switch at AD input pin(s) and you don’t need high sample rate for measuring analog values. In that case single conversion is probably right solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forget note one (maybe too obvious) point in my last reply. We have to avoid of combining of enabled AFFC bit and manual clearing conversion complete flags! It could lead to unpredictable behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad that it works now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;RadekS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-have-some-problems-in-using-XET256-About-AD-and-debug/m-p/429370#M11372</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-10-28T16:24:32Z</dc:date>
    </item>
  </channel>
</rss>

