<?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: PLL and Timers in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790136#M15584</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 Diana,&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;I am using S12XEP100 as micro-controller and timer HCS12&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 and Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 05:52:37 GMT</pubDate>
    <dc:creator>harshitha_chiga</dc:creator>
    <dc:date>2018-06-19T05:52:37Z</dc:date>
    <item>
      <title>PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790133#M15581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how PLL and Timers are interrelated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my PLL code and Timer code that has an interrupt which produces a 10ms delay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static void PLL_Init(unsigned char synr, unsigned char refdv, unsigned char postdiv)&lt;BR /&gt;{&lt;BR /&gt;PLLCTL = 0B00000001; // CME=0,PLLON=0,FM1=0,FM2=0,FSTWKP=0,PRE=0,PCE=0,SCME=1&lt;BR /&gt;CLKSEL = 0B00000011; // PLLSEL=0,PSTP=0,PLLWAI=0,RTIWAI=1,COPWAI=1&lt;BR /&gt;SYNR = synr; // Set the multiplier register&lt;BR /&gt;REFDV = refdv; // Set the divider register&lt;BR /&gt;POSTDIV = postdiv; // Set the post divider register&lt;BR /&gt;PLLCTL_PLLON = 1; // Enable the Phase Lock Loop&lt;BR /&gt;while(!CRGFLG_LOCK); // Wait till the PLL VCO is within tolerance&lt;BR /&gt;CLKSEL_PLLSEL = 1; // Select clock source from PLLCLK&lt;BR /&gt;//ECLKCTL_NECLK=0; // Enable the BusClk output at ECLK pin&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have configured many things i want to know how they are related to each other, why PLL is required for timers&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 07:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790133#M15581</guid>
      <dc:creator>harshitha_chiga</dc:creator>
      <dc:date>2018-06-18T07:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790134#M15582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harshitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me which MCU and which timer do you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 18:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790134#M15582</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2018-06-18T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790135#M15583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using S12XEP100 as micro-controller and i am not sure about specific timer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 04:36:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790135#M15583</guid>
      <dc:creator>harshitha_chiga</dc:creator>
      <dc:date>2018-06-19T04:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790136#M15584</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 Diana,&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;I am using S12XEP100 as micro-controller and timer HCS12&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 and Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790136#M15584</guid>
      <dc:creator>harshitha_chiga</dc:creator>
      <dc:date>2018-06-19T05:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790137#M15585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harshitha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your feedback.&lt;/P&gt;&lt;P&gt;The S12XE family includes, for example, periodic interrupt timer (PIT),&amp;nbsp;enhanced capture timer (ECT),&lt;/P&gt;&lt;P&gt;standard timer module (TIM).&lt;/P&gt;&lt;P&gt;Which one do you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 10:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790137#M15585</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2018-06-19T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790138#M15586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Timer Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 10:18:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790138#M15586</guid>
      <dc:creator>harshitha_chiga</dc:creator>
      <dc:date>2018-06-19T10:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790139#M15587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harshitha,&lt;/P&gt;&lt;P&gt;All the TIM/ECT/PIT timers at S12XE are by gated from bus clock.&lt;/P&gt;&lt;P&gt;By default after reset, the bus clock = oscillator clock / 2.&lt;/P&gt;&lt;P&gt;The PLL may be used for increasing (decreasing) bus clock frequency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached PLL calculator for S12XE.&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;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:29:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790139#M15587</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2018-06-19T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: PLL and Timers</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790140#M15588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much your document helped me a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 04:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/PLL-and-Timers/m-p/790140#M15588</guid>
      <dc:creator>harshitha_chiga</dc:creator>
      <dc:date>2018-06-20T04:35:35Z</dc:date>
    </item>
  </channel>
</rss>

