<?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>Vybrid ProcessorsのトピックRe: Request for Clarification on SPI clk</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Request-for-Clarification-on-SPI-clk/m-p/293728#M2432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear n00b1024,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;According to the RM section 10.2.3, the "SYS_CLK_SEL" (System clock select) has several source options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;000 Fast clock o/p defined by CCM_CCSR[FAST_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;001 Slow clock o/p defined by CCM_CCSR[SLOW_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;010 PLL2 PFD o/p clock defined by CCM_CCSR[PLL2_PFD_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;011 PLL2 main clock&lt;/LI&gt;&lt;LI&gt;100 PLL1 PFD o/p clock defined by CCM_CCSR[PLL1_PFD_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;101 PLL3 main clock&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;Regarding the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;maximum SPI clock frequency&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;I am a bit confused - you wrote "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;There's a note on page 630 (Sec 9.12) that says that the max baud rate for the SPI output is 83 MHz.&lt;/SPAN&gt;", does it answer your question, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;Regarding the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;maximum IPG clock frequency ("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Table 9-10 says that the max IPG (output) frequency is 85 MHz, while Table 9-5 says that the max IPG frequency is 83 MHz.&lt;/SPAN&gt;")&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;Indeed, somewhat confusing; if we were being conservative and going for 83 (not 85) MHz, would that be critical for your design, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, Naoum Gitnik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 21:29:15 GMT</pubDate>
    <dc:creator>naoumgitnik</dc:creator>
    <dc:date>2013-09-10T21:29:15Z</dc:date>
    <item>
      <title>Request for Clarification on SPI clk</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Request-for-Clarification-on-SPI-clk/m-p/293727#M2431</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;I'm working with SPI on the VF60 (Vybrid), and am trying to find out the max frequency that the SPI can run at. According to the RM, the maximum SPI clock frequency is half the system clock (spi_clk = sys_clk*(1+DBR)/(PBR*BR), where DBR = 1, PBR = 2, BR = 2, cf. Section 47.4.3, Vybrid Reference Manual rev5). When the RM talks about the "system clock," what is it referring to? Is that the IPS clock frequency, or the Platform Bus clock? There's a note on page 630 (Sec 9.12) that says that the max baud rate for the SPI output is 83 MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Table 9-10 says that the max IPG (output) frequency is 85 MHz, while Table 9-5 says that the max IPG frequency is 83 MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 01:24:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Request-for-Clarification-on-SPI-clk/m-p/293727#M2431</guid>
      <dc:creator>n00b1024</dc:creator>
      <dc:date>2013-09-10T01:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Clarification on SPI clk</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Request-for-Clarification-on-SPI-clk/m-p/293728#M2432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear n00b1024,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;According to the RM section 10.2.3, the "SYS_CLK_SEL" (System clock select) has several source options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;000 Fast clock o/p defined by CCM_CCSR[FAST_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;001 Slow clock o/p defined by CCM_CCSR[SLOW_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;010 PLL2 PFD o/p clock defined by CCM_CCSR[PLL2_PFD_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;011 PLL2 main clock&lt;/LI&gt;&lt;LI&gt;100 PLL1 PFD o/p clock defined by CCM_CCSR[PLL1_PFD_CLK_SEL]&lt;/LI&gt;&lt;LI&gt;101 PLL3 main clock&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;Regarding the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;maximum SPI clock frequency&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;I am a bit confused - you wrote "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;There's a note on page 630 (Sec 9.12) that says that the max baud rate for the SPI output is 83 MHz.&lt;/SPAN&gt;", does it answer your question, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;Regarding the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;maximum IPG clock frequency ("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Table 9-10 says that the max IPG (output) frequency is 85 MHz, while Table 9-5 says that the max IPG frequency is 83 MHz.&lt;/SPAN&gt;")&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;Indeed, somewhat confusing; if we were being conservative and going for 83 (not 85) MHz, would that be critical for your design, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, Naoum Gitnik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 21:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Request-for-Clarification-on-SPI-clk/m-p/293728#M2432</guid>
      <dc:creator>naoumgitnik</dc:creator>
      <dc:date>2013-09-10T21:29:15Z</dc:date>
    </item>
  </channel>
</rss>

