<?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>Digital Signal Controllers中的主题 Re: ADC Scan Control Register problem on MC56F84789</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487317#M700</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 style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Xiangjun rong&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The corresponding sample bits of &lt;/SPAN&gt;ADC12_SDIS register are cleared.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The workaround for us is no good. We must use ADCA for other operation with a different timing and syncing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I also checked the errata before write on the community forum. I believe that not many companies use ADC in this way and then perhaps not yet encountered this problem!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code generated by PE unless the limiting high/low and offset register&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void ADC12_Init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_SDIS: DS=0xC0F0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SDIS, 0xC0F0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set sample disable register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST1: SAMPLE3=5,SAMPLE2=4,SAMPLE1=2,SAMPLE0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST1, 0x5420U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 1 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST3: SAMPLE11=8,SAMPLE10=8,SAMPLE9=8,SAMPLE8=8 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST3, 0x8888U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 3 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST4: SAMPLE15=0,SAMPLE14=0,SAMPLE13=0x0E,SAMPLE12=0x0A */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST4, 0xEAU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 4 */ &lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;&amp;nbsp; /* ADC12_SCTRL: SC=0xF0 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SCTRL, 0xF0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set scan control register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_SCHLTEN: SCHLTEN=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SCHLTEN, 0x00U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set scan halted interrupt enable register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CAL: SEL_VREFH_B=0,SEL_VREFLO_B=0,SEL_VREFH_A=0,SEL_VREFLO_A=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CAL, 0x00U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set AD calibration mode and references */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_PWR2: ??=0,??=0,DIV1=9,??=0,??=0,??=0,??=0,SPEEDB=3,SPEEDA=3 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_PWR2, 0x090FU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set Power 2 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL3: ??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,DMASRC=0,SCNT1=3,SCNT0=3 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL3, 0x1BU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 3 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL2: DMAEN1=0,STOP1=1,START1=0,SYNC1=1,EOSIE1=1,CHNCFG_H=0,SIMULT=0,DIV0=9 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL2, 0x5809U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 2 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL1: DMAEN0=0,STOP0=1,START0=0,SYNC0=1,EOSIE0=1,ZCIE=0,LLMTIE=0,HLMTIE=0,CHNCFG_L=0,??=0,SMODE=5 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL1, 0x5805U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 1 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_STAT: CIP0=0,CIP1=0,??=0,EOSI1=1,EOSI0=1,ZCI=0,LLMTI=0,HLMTI=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_STAT, 0x1800U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear EOSI flag(s) */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_HILIMSTAT: HLS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_HILIMSTAT, 0xFFFFU);&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_LOLIMSTAT: LLS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_LOLIMSTAT, 0xFFFFU);&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_ZXSTAT: ZCS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_ZXSTAT, 0xFFFFU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_PWR: ASB=0,??=0,??=0,??=0,PSTS1=0,PSTS0=0,PUDELAY=0x1A,APD=0,??=0,PD1=0,PD0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_PWR, 0x01A0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set power control register */ &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2016 09:01:10 GMT</pubDate>
    <dc:creator>marco76</dc:creator>
    <dc:date>2016-01-15T09:01:10Z</dc:date>
    <item>
      <title>ADC Scan Control Register problem on MC56F84789</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487315#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I already wrote the question in the Codewarrior for MCU section ( &lt;A _jive_internal="true" data-containerid="2028" data-containertype="14" data-objectid="382447" data-objecttype="1" href="https://community.nxp.com/thread/382447"&gt;ADC Scan Control Register problem on MC56F84789&lt;/A&gt; ) but to now no one could help me!&lt;/P&gt;&lt;P&gt;If is it possible i rewrite here the problem.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;We're using ADC12 in independet parallel triggerd mode.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;We want to acquire 6 samples on ADCB triggered via PDB1 (4 sync) syncing with ADC12_SCTRL in one PWM 8Khz cycle. At the end of ADC scan we want to have ADC ISR&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The configuration of PWM, PDB1, AOI are correct. We have checked disabling the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ADC12_SCTRL register&lt;/SPAN&gt; and we monitoring the event &lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt;end of ACD scan &lt;/SPAN&gt;with a oscciloscope (4 event)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="127638_127638.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120978iB8BE77A97E7A61A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="127638_127638.jpg" alt="127638_127638.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC12_Setup.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33424i8F64F4ECA54ACD77/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC12_Setup.jpg" alt="ADC12_Setup.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif;"&gt;According to PE configurations,&amp;nbsp; the samples&amp;nbsp; 8~11 are got from ANB0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 8 -&amp;gt; ANB0&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 9 -&amp;gt; ANB0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 10 -&amp;gt; ANB0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 11 -&amp;gt; ANB0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 12 -&amp;gt; ANB2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 13 -&amp;gt; ANB6&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The PWM period is 125us&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The PDB1 sync is set at 1us, 20us, 40us and 80us&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial, sans-serif;"&gt;Our intention is like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB1 at 1us&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Sample 8 -&amp;gt; ANB0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB1 at 20us&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt; Sample 9 -&amp;gt; ANB0&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB1 at 40us&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt;"&gt;==&amp;gt;&lt;/SPAN&gt;Sample 10 -&amp;gt; ANB0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB1 at 80us&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt; Sample 11 -&amp;gt; ANB0 / Sample 12 -&amp;gt; ANB2 / Sample 13 -&amp;gt; ANB6 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;End (Intterrupt end of ADC scan)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;We set the ADC work in independent triggered parallel mode. In source code, we configured ADC12_SCTRL as 0x00F0,&amp;nbsp; the ADCB should work as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC4&amp;nbsp; = 1 :&amp;nbsp; Sample 8&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC5 = 1 : Sample 9 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC6 =1 :&amp;nbsp; Sample 10 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC7 =1 :&amp;nbsp; Sample 11 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;==&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC12 = 0 : Sample 12&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt;"&gt;==&amp;gt; Continue&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC13 = 0 : Sample 13 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px;"&gt;==&amp;gt; Continue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC14 = 0 : Sample 14 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px;"&gt;==&amp;gt; Continue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SC15 = 0 : Sample 15 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px;"&gt;==&amp;gt; Continue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Unfortunately does not work!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt;The event &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Arial, sans-serif; color: #51626f;"&gt;end of ACD scan&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Arial, sans-serif; color: #51626f;"&gt;triggered e&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt;very six synchronization &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Arial, sans-serif; color: #51626f;"&gt;hits of&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt; module PDB1 (monitored with oscilloscope). Then, the samples 11, 12, 13 are not acquired together as desired close to the last PDB1 synconization pulse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-size: 14.6667px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;We use the AN4608 and the AN4583 as reference. The difference in the application note AN4608&amp;nbsp; is that it 's used the scan control but in simultaneous parallel triggred mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #51626f; font-size: 14.6667px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;UPDATE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG&gt;We try some change and we discover that if we change from independent mode to simultaneous mode all it works correctly!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG&gt;As we desired the last three samples are acquired together at the last sync of PDB1 and than the &lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt;event &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Arial, sans-serif; color: #51626f;"&gt;end of ACD scan&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: Arial, sans-serif; font-size: 14.6667px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Arial, sans-serif; color: #51626f;"&gt;triggered!!!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG&gt;We believe that the problem is present only if the independent mode is set!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Arial, sans-serif;"&gt;We think we are doing something wrong or there may be an error at &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px;"&gt;microcontroller &lt;/SPAN&gt;level!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thanx for any help!&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487315#M698</guid>
      <dc:creator>marco76</dc:creator>
      <dc:date>2016-01-13T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Scan Control Register problem on MC56F84789</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487316#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstly, pls check the ADC12_SDIS register, the corresponding sample bits should be cleared.&lt;/P&gt;&lt;P&gt;From theory, your solution is okay, for ADCB, the first three synchronizing signals trigger ADCB and samples sample[8], sample[9], sample[10] one by one, the last ONE synchronizing signal launches a scan mode and samples sample[11], sample[12], sample[13] continuously.&lt;/P&gt;&lt;P&gt;If the ADC12_SDIS register is set up correctly, I think it is a bug of the ADC hardware module. As a test of using ADCA, if you sample sample[0], sample[1], sample[2] with three synchronizing signals, then sample[4], sample[5], sample[6] with another ONE synchronizing signal, what is the result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround, because "&lt;STRONG&gt;We try some change and we discover that if we change from independent mode to simultaneous mode all it works correctly!!!", for your application, the samples from ADCA module are usless, so in the ISR, you just pick up the samples from ADC_Resultx registers of ADCB, it is okay.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i have checked the errata, your issue is not mentioned.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Xiangjun rong&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 06:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487316#M699</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-01-15T06:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Scan Control Register problem on MC56F84789</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487317#M700</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 style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Xiangjun rong&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The corresponding sample bits of &lt;/SPAN&gt;ADC12_SDIS register are cleared.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The workaround for us is no good. We must use ADCA for other operation with a different timing and syncing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I also checked the errata before write on the community forum. I believe that not many companies use ADC in this way and then perhaps not yet encountered this problem!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code generated by PE unless the limiting high/low and offset register&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void ADC12_Init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_SDIS: DS=0xC0F0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SDIS, 0xC0F0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set sample disable register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST1: SAMPLE3=5,SAMPLE2=4,SAMPLE1=2,SAMPLE0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST1, 0x5420U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 1 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST3: SAMPLE11=8,SAMPLE10=8,SAMPLE9=8,SAMPLE8=8 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST3, 0x8888U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 3 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CLIST4: SAMPLE15=0,SAMPLE14=0,SAMPLE13=0x0E,SAMPLE12=0x0A */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CLIST4, 0xEAU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set channel list register 4 */ &lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;&amp;nbsp; /* ADC12_SCTRL: SC=0xF0 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SCTRL, 0xF0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set scan control register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_SCHLTEN: SCHLTEN=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_SCHLTEN, 0x00U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set scan halted interrupt enable register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CAL: SEL_VREFH_B=0,SEL_VREFLO_B=0,SEL_VREFH_A=0,SEL_VREFLO_A=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CAL, 0x00U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set AD calibration mode and references */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_PWR2: ??=0,??=0,DIV1=9,??=0,??=0,??=0,??=0,SPEEDB=3,SPEEDA=3 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_PWR2, 0x090FU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set Power 2 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL3: ??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,DMASRC=0,SCNT1=3,SCNT0=3 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL3, 0x1BU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 3 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL2: DMAEN1=0,STOP1=1,START1=0,SYNC1=1,EOSIE1=1,CHNCFG_H=0,SIMULT=0,DIV0=9 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL2, 0x5809U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 2 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_CTRL1: DMAEN0=0,STOP0=1,START0=0,SYNC0=1,EOSIE0=1,ZCIE=0,LLMTIE=0,HLMTIE=0,CHNCFG_L=0,??=0,SMODE=5 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_CTRL1, 0x5805U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set control register 1 */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_STAT: CIP0=0,CIP1=0,??=0,EOSI1=1,EOSI0=1,ZCI=0,LLMTI=0,HLMTI=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_STAT, 0x1800U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear EOSI flag(s) */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_HILIMSTAT: HLS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_HILIMSTAT, 0xFFFFU);&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_LOLIMSTAT: LLS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_LOLIMSTAT, 0xFFFFU);&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_ZXSTAT: ZCS=0xFFFF */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_ZXSTAT, 0xFFFFU);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear limit status flags */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* ADC12_PWR: ASB=0,??=0,??=0,??=0,PSTS1=0,PSTS0=0,PUDELAY=0x1A,APD=0,??=0,PD1=0,PD0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; setReg16(ADC12_PWR, 0x01A0U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set power control register */ &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 09:01:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487317#M700</guid>
      <dc:creator>marco76</dc:creator>
      <dc:date>2016-01-15T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Scan Control Register problem on MC56F84789</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487318#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the feedback. Can you help to develop a simple example which can duplicate the issue so that we can test on our tower board. If we confirm this is an issue, we will submit the issue to application&amp;amp;design team so that they can update in next errata and fix the bug in next version of processor.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 09:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487318#M701</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-01-15T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Scan Control Register problem on MC56F84789</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487319#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have noted the issue you reported and revised the Reference Manual.&lt;/P&gt;&lt;P&gt;The use cases for the scan control have been restricted.&lt;/P&gt;&lt;P&gt;Please see the reference manuals at this location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/more-processors/dsp-dsc/dscs/mc56f84xxx/digital-signal-controllers:MC56F84xxx?fpsp=1&amp;amp;tab=Documentation_Tab"&gt;http://www.nxp.com/products/microcontrollers-and-processors/more-processors/dsp-dsc/dscs/mc56f84xxx/digital-signal-controllers:MC56F84xxx?fpsp=1&amp;amp;tab=Documentation_Tab&lt;/A&gt;#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 02:53:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/ADC-Scan-Control-Register-problem-on-MC56F84789/m-p/487319#M702</guid>
      <dc:creator>johnlwinters</dc:creator>
      <dc:date>2016-04-14T02:53:19Z</dc:date>
    </item>
  </channel>
</rss>

