<?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: S12ZVLA96 STOP MODE not working in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738960#M14996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vyshakh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is discussed in AN5084 Hardware Design Guidelines for&amp;nbsp;the S12ZVL Microcontrollers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN5084.pdf" title="https://www.nxp.com/docs/en/application-note/AN5084.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN5084.pdf&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Chapter 12, Unused pins.&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;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2018 09:12:33 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2018-01-15T09:12:33Z</dc:date>
    <item>
      <title>S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738951#M14987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am using S12ZVLA96 MCU for my Auto motive project.Its a battery powered unit so I want to put the MCU in STOP mode and wake it up through LIN. I have tried to put the MCU in stop mode but its not at all going to STOP mode. The following steps are done my in my test software. Please go through it and help me&lt;/P&gt;&lt;P&gt;1. I am using internal clock source of 1MHz&lt;/P&gt;&lt;P&gt;2. In main , I am toggling one pin with a delay of 750ms.&lt;/P&gt;&lt;P&gt;3. After 15sec , I am setting one variable and executing the following line of code&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; CPMUCOP = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;asm(stop);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; After executing this two lines of code, I am expecting my MCU should be in STOP mode and there should not be any pin toggling. But unfortunately , this piece of code is not working as expected and even after executing asm(stop), the pins are toggling continuously with the same delay.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please help me with, whats wrong with my code , appart from this what else I have to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 07:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738951#M14987</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2017-11-27T07:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738952#M14988</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;You can use ECLK (external bus clock on ECLK pin) instead of toggling the GPIO pin. Since the bus clock is disabled in the stop mode, this can show you precisely when the MCU enters and leaves the stop mode.&lt;/P&gt;&lt;P&gt;Please be aware that CPMUCOP register is a write-once register in Normal mode. So, only the first write to the register takes effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To put the MCU into Stop mode, execute the below code.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;asm ANDCC&amp;nbsp; #0x7F;&amp;nbsp; &amp;nbsp;&amp;nbsp;// Clear S bit
asm STOP;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // MCU STOP mode&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clearing the S bit enables the STOP instruction. Execution of a STOP instruction normally causes the&lt;/P&gt;&lt;P&gt;on-chip oscillator to stop. This may be undesirable in some applications. If the S12Z CPU encounters a&lt;/P&gt;&lt;P&gt;STOP instruction while the S bit is set (or while in user state) it is treated like a no-operation (NOP)&lt;/P&gt;&lt;P&gt;instruction and continues to the next instruction. Reset sets the S bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:02:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738952#M14988</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-28T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738953#M14989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This suggestion helped me a lot. Now my software is working as expected. Thanks a lot for your quick response. Here I have 2 more queries regarding the LIN sleep wake of S12ZVLA96&lt;/P&gt;&lt;P&gt;1. Is there any way to put the LIN PHY in stand-by mode immediately, with out putting the MCU in STOP mode?&lt;/P&gt;&lt;P&gt;2. What are the things to be done to achieve a minimum power consumption during STOP mode (&amp;lt;100uA)? My software needs the following peripherals and it is running with external clock (ACLK),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i)ADC&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ii)EEPROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; iii)PTS0 as output&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:04:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738953#M14989</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2017-12-01T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738954#M14990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the late response.&lt;/P&gt;&lt;P&gt;No, the LIN PHY is in Stand-by mode only when the controller is in Stop mode.&lt;/P&gt;&lt;P&gt;These peripherals are not clocked in Stop mode, so they don’t increase consumption.&lt;/P&gt;&lt;P&gt;Only the state of PTS0 will be not affected by Stop mode, it will source/sink current.&lt;/P&gt;&lt;P&gt;To lower the consumption, put the MCU to full stop mode (PSTP = 0 or OSCE=0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738954#M14990</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-12-06T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738955#M14991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 14:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738955#M14991</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2017-12-12T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738956#M14992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I need one confirmation on LIN-Standby mode operation of S12ZVLA96, please check whether my following understanding is correct or not,&lt;/P&gt;&lt;P&gt;1. LIN PHY will be in standby mode , only when controller is in stop mode.&lt;/P&gt;&lt;P&gt;2. LIN PHY will not enter to standby mode , if there is a bus Idle condition for more than 4-10 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the above two points, and let me know its correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:24:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738956#M14992</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2018-01-10T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738957#M14993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vyshakh&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Yes, LIN PHY enters Standby mode only if the MCU enters Stop mode. It is described in Figure 21-11 of the RM.&lt;/P&gt;&lt;P&gt;2. Yes, LIN PHY does not enter Standby mode if the bus is idle for 4 – 10s.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738957#M14993</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-01-10T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738958#M14994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:47:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738958#M14994</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2018-01-11T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738959#M14995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Here I have one more query regarding the STOP mode operation of MCU.&lt;/P&gt;&lt;P&gt;Q: What should be the status of unused pins(GPIOs), to achieve minimum current consumption in STOP mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:15:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738959#M14995</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2018-01-12T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738960#M14996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vyshakh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is discussed in AN5084 Hardware Design Guidelines for&amp;nbsp;the S12ZVL Microcontrollers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN5084.pdf" title="https://www.nxp.com/docs/en/application-note/AN5084.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN5084.pdf&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Chapter 12, Unused pins.&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;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 09:12:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738960#M14996</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-01-15T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738961#M14997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel, this document was really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738961#M14997</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2018-01-18T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738962#M14998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi Daniel,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I need information regarding the precise calculation of ADC sampling time, please go through the controller and configuration that I am using:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Controller: S12ZVLA96&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;f_bus(bus frequency): 32Mhz&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;ADC : 6-channel 10 bit&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;ADC operating mode: Restart Mode, Single access mode&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;ADC Command sequence list length: 36&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Please help me with the information on, what will be the time required for completing conversion of one channel, once a command in command list has been loaded.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;As per data sheet I found two calculation related to ADC sampling time, below I mentioned those two formula,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1)&amp;nbsp; Conversion time = 5 Bus cycles + 2 ADC conversion cycles&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2) Total Sample time = Buffer sample time + Final Sample time&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 2 ADC CLK + 2 ADC CLK&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Can you provide how to correlate these two equations, and&amp;nbsp; what will be the total time required for completing the 36 commands , for the above configuration?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks ,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Vyshakh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2018 12:44:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738962#M14998</guid>
      <dc:creator>vyshakhj</dc:creator>
      <dc:date>2018-02-03T12:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVLA96 STOP MODE not working</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738963#M14999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vyshakh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;See my comment here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A href="https://community.nxp.com/thread/469497"&gt;https://community.nxp.com/thread/469497&lt;/A&gt;&amp;nbsp;&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;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 13:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVLA96-STOP-MODE-not-working/m-p/738963#M14999</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-06T13:33:54Z</dc:date>
    </item>
  </channel>
</rss>

