<?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>Kinetis Microcontrollers中的主题 Re: Buck peak current mode has no PWM deadtime</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617430#M36828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;I was thinking of triggering my ADC sample near the end of the period (this helps with phase erosion) so my ADC interrupt would occur near the end of my period. FORCE_SEL would set to EXT_SYNC from the comparator output, then in my ADC interrupt I would&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;set SEL23 to PWM23&lt;/LI&gt;&lt;LI&gt;use SMnCTRL2[FORCE] to latch in PWM23&lt;/LI&gt;&lt;LI&gt;set SEL23 to OUT23&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="multilephase.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12801iC57997D82CBE7FE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="multilephase.png" alt="multilephase.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Would this work? or do I need to mess around with FORCE_SEL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This leaves the following problems&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I need to generate a 4 phase peak current mode controller&lt;/LI&gt;&lt;LI&gt;Each buck will run at out of phase with each other&lt;/LI&gt;&lt;LI&gt;Sample the ADC at 4 different points and call a different ADC interrupt.&lt;/LI&gt;&lt;LI&gt;I need to generate 4 blanking windows, each one out of phase to each comparator&lt;/LI&gt;&lt;LI&gt;I need slope compensation on each DAC output&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 eFlexPWM submodules, so generating 4 PWMs is sorted. To make these out of phase I will have to adjust VAL2/3 to turn on/off at the correct time, eg&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PWM0_VAL2/3 -&amp;gt; 0=on &amp;nbsp;0+max duty=off&lt;/LI&gt;&lt;LI&gt;PWM1_VAL2/3 -&amp;gt; 0+1/4 period = on, &amp;nbsp;0+1/4 period+max duty = off&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PWM2_VAL2/3 -&amp;gt; 0+2/4 period = on, &amp;nbsp;0+2/4 period+max duty = off&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PWM3_VAL2/3 -&amp;gt; 0+3/4 period = on, &amp;nbsp;0+3/4 period+max duty = off&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On each ADC interrupt I would set the ADC trigger to be generated in the next 1/4 period and change the ADC inputs to sample my next buck Vout and to reset PWM23 from OUT23 on each submodule.. I'm happy with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how I can generate the 4 out of phase blanking windows ;-(&lt;/P&gt;&lt;P&gt;We only have two Programmable Delay blocks (PDB), so I can't use this to generate my windows. I can't use PWM_B to generate a window since it has no connection to the XBARA.&lt;/P&gt;&lt;P&gt;The only crazy idea I have come up with is to add a small RC filter to output pin PWM_A0 and feed this back in to the chip and use the XBARA to connect this to the comparator window signal. This isn't a great for a digital solution. Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need slope compensation on the 6 bit DAC. In the app note AN4485 it talks about using the 12 bit DAC which has some special feature to do this, but that's totally missing from the 6 bit DACs ;-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help in this matter is&amp;nbsp;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 11:13:22 GMT</pubDate>
    <dc:creator>chrishossack</dc:creator>
    <dc:date>2017-01-16T11:13:22Z</dc:date>
    <item>
      <title>Buck peak current mode has no PWM deadtime</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617428#M36826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;I’m trying to implement Peak Current Mode on a KIINETIS CPU (it’s a MKV46F256). Peak current mode uses a fixed duty which is cleared by the comparator when the peak current reaches the 6 bit DAC value. It’s explained in a bit more detail in &lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN4485.pdf"&gt;App Note AN4485&lt;/A&gt;, section 3.1.7 Current-limit PWM. (its a different CPU but same eFlexPWM unit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="CurrentLimit.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10791i333EC491A7AE19C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CurrentLimit.png" alt="CurrentLimit.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;It’s suggests using the eFlex PWM fault inputs for the submodule&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;“&lt;/SPAN&gt;where the comparator output will be used as the fault input of the PWM module”&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;Also this question "&lt;A _jive_internal="true" href="https://community.nxp.com/message/653364"&gt;PWM termination using the analogue comparator&lt;/A&gt;" also states using the fault inputs.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; font-size: 9.5pt;"&gt;"The CMP output signal can be as a fault signal, which can be connected to fault signal of eFlexPWM module via crossbar and disable PWM signal automatically."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;But the fault inputs only take affect after the deadtime insertion logic.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="HighlevelOutputs.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10884i10C79DC0041E3EED/image-size/large?v=v2&amp;amp;px=999" role="button" title="HighlevelOutputs.png" alt="HighlevelOutputs.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;This means when you implement a &lt;A href="https://en.wikipedia.org/wiki/Buck_converter"&gt;synchronous buck&lt;/A&gt; you will get shoot through on the FETs (e.g. they will both be on at for a small amount of time when they switch).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;I think I might be able to use the Force Out logic and connect the comparator output to the EXT_SYNC to select OUT23 on it’s rising edge, e.g. turn off the PWM before the deadtime&amp;nbsp; insertion logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="ForceOutLogic.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10926i9C9EA61F47E24ADC/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForceOutLogic.png" alt="ForceOutLogic.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;But there is no automatic means of re-enabling the PWM23 output, e.g. changing SEL23 back to 0 and generating another FORCE_OUT clock.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;Since this chip is marketed as a digital power supply chip and it states the following…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;“This PWM module can generate various switching patterns, including highly sophisticated waveforms. It can be used to control all known Switched Mode Power Supplies (SMPS) topologies”&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;I’m guessing I must have missed something.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;Any help in this matter would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.5pt; color: #222222;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2017 22:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617428#M36826</guid>
      <dc:creator>chrishossack</dc:creator>
      <dc:date>2017-01-15T22:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Buck peak current mode has no PWM deadtime</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617429#M36827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Chris,&lt;/P&gt;&lt;P&gt;I see your dilemma, but I think you can use software to exchange PWM output setting. You can generate two interrupts with the local reloading and Fault interrupt events. In the local reloading ISR, you can change FORCE_SEL bits to select EXT_SYNC or EXT_FORCE so that external CMP output event can change the PWM output to OUTxx source when the EXT_SYNC signal is coming. In the Fault ISR(from CMP output signal), you can change FORCE_SEL bits to selec Local Reload so that the local reload event can change the PWM output to PWM23 source when the local reload event is coming.&lt;/P&gt;&lt;P&gt;This is my opinion, pls consider if it is feasible.&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>Mon, 16 Jan 2017 04:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617429#M36827</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-01-16T04:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Buck peak current mode has no PWM deadtime</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617430#M36828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;I was thinking of triggering my ADC sample near the end of the period (this helps with phase erosion) so my ADC interrupt would occur near the end of my period. FORCE_SEL would set to EXT_SYNC from the comparator output, then in my ADC interrupt I would&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;set SEL23 to PWM23&lt;/LI&gt;&lt;LI&gt;use SMnCTRL2[FORCE] to latch in PWM23&lt;/LI&gt;&lt;LI&gt;set SEL23 to OUT23&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="multilephase.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12801iC57997D82CBE7FE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="multilephase.png" alt="multilephase.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Would this work? or do I need to mess around with FORCE_SEL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This leaves the following problems&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I need to generate a 4 phase peak current mode controller&lt;/LI&gt;&lt;LI&gt;Each buck will run at out of phase with each other&lt;/LI&gt;&lt;LI&gt;Sample the ADC at 4 different points and call a different ADC interrupt.&lt;/LI&gt;&lt;LI&gt;I need to generate 4 blanking windows, each one out of phase to each comparator&lt;/LI&gt;&lt;LI&gt;I need slope compensation on each DAC output&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 eFlexPWM submodules, so generating 4 PWMs is sorted. To make these out of phase I will have to adjust VAL2/3 to turn on/off at the correct time, eg&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PWM0_VAL2/3 -&amp;gt; 0=on &amp;nbsp;0+max duty=off&lt;/LI&gt;&lt;LI&gt;PWM1_VAL2/3 -&amp;gt; 0+1/4 period = on, &amp;nbsp;0+1/4 period+max duty = off&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PWM2_VAL2/3 -&amp;gt; 0+2/4 period = on, &amp;nbsp;0+2/4 period+max duty = off&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PWM3_VAL2/3 -&amp;gt; 0+3/4 period = on, &amp;nbsp;0+3/4 period+max duty = off&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On each ADC interrupt I would set the ADC trigger to be generated in the next 1/4 period and change the ADC inputs to sample my next buck Vout and to reset PWM23 from OUT23 on each submodule.. I'm happy with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how I can generate the 4 out of phase blanking windows ;-(&lt;/P&gt;&lt;P&gt;We only have two Programmable Delay blocks (PDB), so I can't use this to generate my windows. I can't use PWM_B to generate a window since it has no connection to the XBARA.&lt;/P&gt;&lt;P&gt;The only crazy idea I have come up with is to add a small RC filter to output pin PWM_A0 and feed this back in to the chip and use the XBARA to connect this to the comparator window signal. This isn't a great for a digital solution. Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need slope compensation on the 6 bit DAC. In the app note AN4485 it talks about using the 12 bit DAC which has some special feature to do this, but that's totally missing from the 6 bit DACs ;-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help in this matter is&amp;nbsp;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617430#M36828</guid>
      <dc:creator>chrishossack</dc:creator>
      <dc:date>2017-01-16T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buck peak current mode has no PWM deadtime</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617431#M36829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Chris,&lt;/P&gt;&lt;P&gt;Frankly speaking, I am not very clear about your idea. If you can draw a diagram which displays the required timing and ADC triggering point, it is fine.&lt;/P&gt;&lt;P&gt;Anyyway, it is okay to set the FORCE_SEL bits in PWMA_SMnCTRL2 as 3b'000(The local force signal, CTRL2[FORCE], from this submodule is used to force updates.), you can set the FORCE bit by software to switch the PWMx_A source anywhere.&lt;/P&gt;&lt;P&gt;Regarding the ADC triggering, If you hope that PWMA_A0/B0/C0/D0 can all trigger ADC, I think you can consider to route&lt;/P&gt;&lt;P&gt;PWMA0 Trigger 0,PWMA1 Trigger 0,PWMA2 Trigger 0,PWMA3 Trigger 0 to AOI via XBARB crossbar and do an OR logic, then use AOI output signal to trigger ADC12 module.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 06:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617431#M36829</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-01-19T06:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Buck peak current mode has no PWM deadtime</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617432#M36830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;Hi XiangJun,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;I like the idea of ORing the PWMA triggers using the XBARB crossbar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;My plan was to only use PWMA0_Trigger0 to trigger the ADC, and on every interrupt adjust PWMA0_Trigger0 by ¼ period as shown below. Your way saves me a couple of instructions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="multilephase1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12608iF2675325BE1C5EE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="multilephase1.png" alt="multilephase1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;But my problems are still the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;1) How can I generate 4 blanking windows (CMP1/2/3/4_win) for the comparators.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;2) How can I add a slope to the DAC1/2/3/4 output for slope compensation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: Helvetica; color: #3d3d3d;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:19:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Buck-peak-current-mode-has-no-PWM-deadtime/m-p/617432#M36830</guid>
      <dc:creator>chrishossack</dc:creator>
      <dc:date>2017-01-19T09:19:13Z</dc:date>
    </item>
  </channel>
</rss>

