<?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: need help in adc module of mc9s1zvc controller in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446195#M11518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here in this program lower 8 bits are loaded in &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ADC0CBP_0 register.here there should be MSB 8 bits isnt ?&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;ADCCBP_0=CMD_PTR[23:16]&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;ADCCBP_1=CMD_PTR[15:8]&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;ADCCBP_2= CMD_PTR[7:2].&lt;BR /&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;what will happens if we are not configuring ADC CMD registers as well ADC RVL register ?for adc results we can get directly from registers isnt ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2015 13:02:29 GMT</pubDate>
    <dc:creator>sathishkannan</dc:creator>
    <dc:date>2015-12-01T13:02:29Z</dc:date>
    <item>
      <title>need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446191#M11514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I started to do adc program.i found some command&amp;nbsp; options in adc.please explain how and why using these features and explain the registers mentioned below with a sample code.&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;ADCCBP_0&lt;/P&gt;&lt;P&gt;CMD_PTR[23:16]&lt;/P&gt;&lt;P&gt;ADCCBP_1&lt;/P&gt;&lt;P&gt;CMD_PTR[15:8]&lt;/P&gt;&lt;P&gt; ADCCBP_2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 04:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446191#M11514</guid>
      <dc:creator>sathishkannan</dc:creator>
      <dc:date>2015-11-27T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446192#M11515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;The LBA ADC module is quite flexible tool, where we could configure sequence of measurement commands. Measurement commands contains information about measurement parameters (like sample time,…), measured channel, and some management information (like end of sequence flag,..).&lt;/P&gt;&lt;P&gt;Up to 64 commands could be sorted in this list and list could be placed anywhere in RAM or Flash.&lt;/P&gt;&lt;P&gt;We just configure starting address of command list by ADCCBP register and internal DMA transfer data from RAM/flash to ADC on background.&lt;/P&gt;&lt;P&gt;Note: command list must by align to 4 bytes boundary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The similar principle is valid also for result list. So, we read results directly from RAM instead from registers.&lt;/P&gt;&lt;P&gt;Note: also result list must by align to 4 bytes boundary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attachment you could find my simple example code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some details about LBA ADC you could also get from our application note AN5168 Using the ADC Module in S12ZVM&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN5168.pdf" rel="nofollow"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN5168.pdf&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN5168SW.zip"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN5168SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note: Application note example codes contain small error in Command and Result list location. They are placed from address 0x1000, but this area is already used by linker for stack. Please ensure that Command and Result lists location will not overlapped with linker placements. Unfortunately overlapping warning is disabled by default for S12Z projects in CW10.6. This issue is already solved in my example code (Command and Result lists are placed by linker).&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>Fri, 27 Nov 2015 13:56:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446192#M11515</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-11-27T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446193#M11516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//variable declaration&lt;/P&gt;&lt;P&gt;static u32 cmdlist[COMMANDLISTSIZE]&amp;nbsp;&amp;nbsp;&amp;nbsp; @ 0x002000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//in main&lt;/P&gt;&lt;P&gt;ptraddress_u32 = (u32)&amp;amp;cmdlist;&lt;/P&gt;&lt;P&gt;LLD_ADC_ConfigureCSLBasePointer(ptraddress_u32);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//in function definition&lt;/P&gt;&lt;P&gt;void LLD_ADC_ConfigureCSLBasePointer(u32 command_baseaddress) &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;u32 address;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = command_baseaddress;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC0CBP_0 = (u8)address;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = command_baseaddress;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = (address &amp;gt;&amp;gt; 8);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC0CBP_1 = (u8)address;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = command_baseaddress;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = (address &amp;gt;&amp;gt; 16);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC0CBP_2 = (u8)address;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;I am not clear with these logics,this program works fine,what will happen with these logics,is this correct or wrong&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 04:43:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446193#M11516</guid>
      <dc:creator>sathishkannan</dc:creator>
      <dc:date>2015-11-30T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446194#M11517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmdlist is at address 0x2000.&lt;/P&gt;&lt;P&gt;ptraddress_u32 is 0x00002000.&lt;/P&gt;&lt;P&gt;Command ADC0CBP_0 = (u8)address; takes lowest 8bit (one byte) and write it into ADC0CBP_0 register. In this case it is 0x00.&lt;/P&gt;&lt;P&gt;Command address = (address &amp;gt;&amp;gt; 8); just shift address to left side, therefore address is now 0x00000020.&lt;/P&gt;&lt;P&gt;Command ADC0CBP_1 = (u8)address; takes lowest 8bit (one byte) and write it into ADC0CBP_1 register. In this case it is 0x20.&lt;/P&gt;&lt;P&gt;…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see any problem with this code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 14:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446194#M11517</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-11-30T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446195#M11518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here in this program lower 8 bits are loaded in &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ADC0CBP_0 register.here there should be MSB 8 bits isnt ?&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;ADCCBP_0=CMD_PTR[23:16]&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;ADCCBP_1=CMD_PTR[15:8]&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;ADCCBP_2= CMD_PTR[7:2].&lt;BR /&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;what will happens if we are not configuring ADC CMD registers as well ADC RVL register ?for adc results we can get directly from registers isnt ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 13:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446195#M11518</guid>
      <dc:creator>sathishkannan</dc:creator>
      <dc:date>2015-12-01T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446196#M11519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) with reference to program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static u32 cmdlist[COMMANDLISTSIZE]&amp;nbsp;&amp;nbsp;&amp;nbsp; @0x002000&lt;/P&gt;&lt;P&gt;static LLD_ADC_CommandStructType_t adc_cmd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adc_cmd.conversion_type = ADC_Endof_Sequence;&lt;/P&gt;&lt;P&gt;&amp;nbsp; adc_cmd.adc_ch_number = TEMP_SENSOR;&lt;/P&gt;&lt;P&gt;&amp;nbsp; adc_cmd.interruptflag_select = ADC_IntFlag_Channel_1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; adc_cmd.sample_time = ADC_ClockCycle_4;&lt;/P&gt;&lt;P&gt;&amp;nbsp; adc_cmd.vrh_sel = ADC_Vrh1_HIGH ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; adc_cmd.vrl_sel = ADC_Vrl1_LOW;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cmdlist[0] = LLD_ADC_ConfigureCommand(&amp;amp;adc_cmd,0);&lt;/P&gt;&lt;P&gt;/*function prototype&lt;/P&gt;&lt;P&gt;extern u32&amp;nbsp; LLD_ADC_ConfigureCommand(LLD_ADC_CommandStructType_t* command_struct,u8 ADC_Commandlist_Number);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function returns the address of first command and stored in first ram location&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;//this time ram address location 0x0002000 is updated with first command parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that i am loading address 0 in to&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ADCCBP registers.program works fine .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;now the question is&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;a) why these register(&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ADCCBP&lt;/SPAN&gt;) is used if i have the option to load the address directly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;b) do it have any steps to configure?&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;2)What is Dual Access Mode?&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;3) whats the difference between&amp;nbsp; &lt;/SPAN&gt;CSL single buffer mode and CSL double buffer mode.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)whats this register ADC0CIDX .its gets updating every command .?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 09:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446196#M11519</guid>
      <dc:creator>sathishkannan</dc:creator>
      <dc:date>2015-12-02T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446197#M11520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command list must be aligned to 4 bytes boundary. Therefore lowest two bits are not important - they have to be automatically 0b00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what happened when we are not configuring ADC CMD registers as well ADC RVL register, I didn’t test it. I suppose that commands will be loaded from address 0x000000 (PARTID registers). So, if it works, it is rather coincidence.&lt;/P&gt;&lt;P&gt;Results are stored into result list in RAM trough DMA access.&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>Wed, 02 Dec 2015 13:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446197#M11520</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-12-02T13:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446198#M11521</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;Waiting for your reply...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 04:05:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446198#M11521</guid>
      <dc:creator>sathishkannan</dc:creator>
      <dc:date>2015-12-07T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: need help in adc module of mc9s1zvc controller</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446199#M11522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;It seems that your function LLD_ADC_ConfigureCommand() creates ADC command in RAM (address 0x2000). This is OK, however you have to also say to ADC module where this command is located (whether command list starts from 0x2000, 0x2010 or if it is somewhere in flash,…). For that reason, you have to configure ADCCBP register(s). Please check ADCCBP register value and look at your code where you write into this register.&lt;/LI&gt;&lt;LI&gt;Bits like TRIG or LDOK in ADCFLWCTL register may be modified by write into ADCFLWCTL register or by internal signals (see “LoadOK”, “Trigger”, “Restart” and “Seq_abort” signal at Figure 9-2. ADC12B_LBA Block Diagram). These internal signals are useful for direct connection between TIM, PMF, PTU and ADC modules (ADC is driven without software intervention). Unfortunately this connection is related only to S12ZVM family with PMF and PTU modules. In case of S12ZVC family, these signals have no use and you could omit all information about them. Only way how to modify ADCFLWCTL register is trough Data Bus writes (by write in your code).&lt;/LI&gt;&lt;LI&gt;You could have two command lists and two result lists. ADC module could be configured for using one or two command/result lists. For more details, please look at chapter 9.8 Use Cases and Application Information. While the ADC is enabled, one CSL is active (indicated by bit CSL_SEL) and the corresponding list should not be modified anymore. At the same time the alternative CSL can be modified to prepare the ADC for new conversion sequences in CSL double buffered mode.&lt;/LI&gt;&lt;LI&gt;ADCCIDX contains the command index value for the conversion commands. Command list could contain up to 64 commands. ADCCIDX tells you which command from command list is now executed.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&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>Mon, 07 Dec 2015 10:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/need-help-in-adc-module-of-mc9s1zvc-controller/m-p/446199#M11522</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-12-07T10:07:00Z</dc:date>
    </item>
  </channel>
</rss>

