<?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>LPC Microcontrollers中的主题 Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578290#M19789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by metraTec on Mon Feb 29 02:28:18 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for information: The same is with the LPC Link 2 board (LPC 4370). 96 MHz does cause a crash, 84 is working. Perhaps the same flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a bit confused it worked when loading and running the code with debugger. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways: Problem fixed just the same way (Divider by 3)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:03:30 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:03:30Z</dc:date>
    <item>
      <title>Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578284#M19783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Tue Apr 29 23:59:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am using lpcopenv2.02 source code for the platform of lpc4330 xplorer board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The following code running the core clock frequency at 204MHz and Spifi Peripheral and base clock running at 68MHz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Setup a divider E for main PLL clock switch SPIFI clock to that divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Divide rate is based on CPU speed and speed of SPI FLASH part. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_Clock_SetDivider(CLK_IDIV_E, CLKIN_MAINPLL, 3);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_Clock_SetBaseClock(CLK_BASE_SPIFI, CLKIN_IDIVE, true, false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i set the clock for SPIFI 90Mhz the core is hanging somewhere it is not responding and the core is running at 204MHz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Setup a divider E for main PLL clock switch SPIFI clock to that divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Divide rate is based on CPU speed and speed of SPI FLASH part. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_Clock_SetDivider(CLK_IDIV_E, CLKIN_MAINPLL, 2);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_Clock_SetBaseClock(CLK_BASE_SPIFI, CLKIN_IDIVE, true, false);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578284#M19783</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578285#M19784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Wed Apr 30 00:02:53 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me how to resolve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Praveen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578285#M19784</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578286#M19785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drs on Fri May 02 17:04:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running this code out of SPIFI? We do not recommend this. If you are you might want to try changing the SPIFI base clock from RAM to see if this affects your situation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578286#M19785</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578287#M19786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Sat May 03 15:01:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Preveen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC4330 Xplorer board contains Spainsion S25FL032P QSPI flash device. This device can't work beyond 80MHz. So please change clock to only upto 80MHz. As drs mentioned in his post, it is safe to put routines which modify clock in the RAM. In this way you are not depending on QSPI flash behaviour with the clock change. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578287#M19786</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578288#M19787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Sun May 04 20:09:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the support. I am not using out-off QSpifi flash.&amp;nbsp; Is there any possibility to keep the clock exactly 80Mhz for SPIFI clock frequency. Can u resolve these problem. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578288#M19787</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578289#M19788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon May 05 04:12:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Praveen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the basis for the SPIFI clock is always the system frequency. If the system frequency is higher than the maximum qSPI frequency then you need to insert an integer divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This results e.g. in following clock settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*] Core @ 204 MHz&amp;nbsp; --&amp;gt;&amp;nbsp; SPIFI @ 204/3 MHz = 68 MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*] Core @ 240 MHz&amp;nbsp; --&amp;gt;&amp;nbsp; SPIFI @ 240/3 MHz = 80 MHz &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*] Core @ 160 MHz&amp;nbsp; --&amp;gt;&amp;nbsp; SPIFI @ 160/2 MHz = 80 MHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't care about power consumption, try to use 240MHz. It is clearyl out of spec, but should work in case you switch the PLL on in steps to give the internal regulators a chance to adapt to the higher current.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578289#M19788</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting Spifi Clock frequency to 90Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578290#M19789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by metraTec on Mon Feb 29 02:28:18 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for information: The same is with the LPC Link 2 board (LPC 4370). 96 MHz does cause a crash, 84 is working. Perhaps the same flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a bit confused it worked when loading and running the code with debugger. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways: Problem fixed just the same way (Divider by 3)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-in-setting-Spifi-Clock-frequency-to-90Mhz/m-p/578290#M19789</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:03:30Z</dc:date>
    </item>
  </channel>
</rss>

