<?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 what is prescaled system clock ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446200#M26352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What do you meant by prescaled system clock ?&lt;/P&gt;&lt;P&gt;My SPI2 is connected to serial flash and core clock is 120Mhz. I want to calculate SCK baud rate using formula &lt;SPAN style="font-family: HelveticaLTStd-Roman; font-size: 9pt; color: #000000;"&gt;SCK baud rate = ( f&lt;SPAN style="font-size: 6pt;"&gt;SYS &lt;SPAN style="font-size: 9pt;"&gt;/PBR) x [(1+DBR)/BR]&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PBR =2 DBR=0 and BR = 2&lt;/P&gt;&lt;P&gt;What is meant by prescaled system clock?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2015 05:56:11 GMT</pubDate>
    <dc:creator>hemant2007</dc:creator>
    <dc:date>2015-09-14T05:56:11Z</dc:date>
    <item>
      <title>what is prescaled system clock ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446200#M26352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What do you meant by prescaled system clock ?&lt;/P&gt;&lt;P&gt;My SPI2 is connected to serial flash and core clock is 120Mhz. I want to calculate SCK baud rate using formula &lt;SPAN style="font-family: HelveticaLTStd-Roman; font-size: 9pt; color: #000000;"&gt;SCK baud rate = ( f&lt;SPAN style="font-size: 6pt;"&gt;SYS &lt;SPAN style="font-size: 9pt;"&gt;/PBR) x [(1+DBR)/BR]&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PBR =2 DBR=0 and BR = 2&lt;/P&gt;&lt;P&gt;What is meant by prescaled system clock?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 05:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446200#M26352</guid>
      <dc:creator>hemant2007</dc:creator>
      <dc:date>2015-09-14T05:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is prescaled system clock ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446201#M26353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello undale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which chip do you use ?&lt;/P&gt;&lt;P&gt;The&amp;nbsp; &lt;SPAN style="font-family: HelveticaLTStd-Roman; font-size: 9pt; color: #000000;"&gt;f&lt;SPAN style="font-size: 6pt;"&gt;SYS &lt;/SPAN&gt;&lt;/SPAN&gt; means the system clock or bus clock .&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/55943i1307618A4F454C50/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;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Alice&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>Tue, 15 Sep 2015 02:57:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446201#M26353</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-09-15T02:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is prescaled system clock ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446202#M26354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DSPI module is clocked from Peripheral Clock, hence FSYS refers to peripheral clock. Please refer to Clock Architecture of your controller reference manual to understand the relationship/configurations of SystemClock to PBRIDGE clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 17:16:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/what-is-prescaled-system-clock/m-p/446202#M26354</guid>
      <dc:creator>meedandeys</dc:creator>
      <dc:date>2016-03-28T17:16:11Z</dc:date>
    </item>
  </channel>
</rss>

