<?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: EXT_SYNC of PWM initial frequency settings in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/EXT-SYNC-of-PWM-initial-frequency-settings/m-p/959278#M1719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kien,&lt;/P&gt;&lt;P&gt;Pls refer to the following figure, if you set the INIT_SEL=2b'00, local sync will reset the counter, in other words, if you set&amp;nbsp;INIT_SEL=2b'00, the PWM signal frequency will be 120Hz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;if you set&amp;nbsp;INIT_SEL=2b'11, the EXT_sync signal will reset the PWM counter, in the case, the PWM frequency is the same as EXT_sync signal frequency.&amp;nbsp; in the case, if EXT_sync signal disappear, the PWM counter will continue to count even if it reaches to Value1 register, the PWM frequency is undetermined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to implement the scheme that the PWM outputs 120HZ signal when the EXT_sync disappears, the PWM outputs signal which is controlled by EXT_sync when the EXT_sync appears. I think it is okay, but it is complicated. You have to use AOI module to OR the EXT_sync signal and master/local sync signal as new EXT_sync signal, while set the INIT_SEL=2b'11.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89509iA2C8937259A49B75/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2019 05:06:22 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2019-06-24T05:06:22Z</dc:date>
    <item>
      <title>EXT_SYNC of PWM initial frequency settings</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/EXT-SYNC-of-PWM-initial-frequency-settings/m-p/959277#M1718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on NXP App note,&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4485.pdf"&gt;AN4885 - eFlexPWM&lt;/A&gt;. The Current Reset PWM can be used using EXT_SYNC. How can I be able to change its initial frequency? The frequency in my PE settings which is shown below is not used in the PWM when there's no input signal(coming from the EXT_SYNC signal). It says in the app note code, that the initial frequency can be configured. But how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89491iFA01E42585274966/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2019 08:41:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/EXT-SYNC-of-PWM-initial-frequency-settings/m-p/959277#M1718</guid>
      <dc:creator>kienfrancis_ure</dc:creator>
      <dc:date>2019-06-22T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: EXT_SYNC of PWM initial frequency settings</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/EXT-SYNC-of-PWM-initial-frequency-settings/m-p/959278#M1719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kien,&lt;/P&gt;&lt;P&gt;Pls refer to the following figure, if you set the INIT_SEL=2b'00, local sync will reset the counter, in other words, if you set&amp;nbsp;INIT_SEL=2b'00, the PWM signal frequency will be 120Hz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;if you set&amp;nbsp;INIT_SEL=2b'11, the EXT_sync signal will reset the PWM counter, in the case, the PWM frequency is the same as EXT_sync signal frequency.&amp;nbsp; in the case, if EXT_sync signal disappear, the PWM counter will continue to count even if it reaches to Value1 register, the PWM frequency is undetermined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to implement the scheme that the PWM outputs 120HZ signal when the EXT_sync disappears, the PWM outputs signal which is controlled by EXT_sync when the EXT_sync appears. I think it is okay, but it is complicated. You have to use AOI module to OR the EXT_sync signal and master/local sync signal as new EXT_sync signal, while set the INIT_SEL=2b'11.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89509iA2C8937259A49B75/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 05:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/EXT-SYNC-of-PWM-initial-frequency-settings/m-p/959278#M1719</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-06-24T05:06:22Z</dc:date>
    </item>
  </channel>
</rss>

