<?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: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575330#M19218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Support on Fri Feb 05 10:26:00 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi miccio (and LPC15xx users in general!),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies to our LPC15xx customers on behalf of NXP Support.&amp;nbsp; Acknowledging deficiencies has little meaning if action is not taken.&amp;nbsp; The LPCOpen 2.20 release for LPC1500 was rushed to provide (overdue) CAN example fixes.&amp;nbsp; The pressure to get the CAN examples released resulted in not reviewing the bug tracker for that release.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP is reviewing our LPCOpen releases per MCU family to prioritize update releases for the coming quarter, with the intention of addressing bug fixes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the bug tracker - NXP maintains an internal bug tracker system.&amp;nbsp; The LPCware.com public bug tracker was never adopted by our user community - bugs get reported on the forums instead.&amp;nbsp; As a result the LPCware.com public bug tracker is likely to be phased out this year.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-NXP Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:17:00 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:17:00Z</dc:date>
    <item>
      <title>Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575325#M19213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by barts on Tue Jun 02 23:00:08 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently played with the LPC1549 LPCXpresso board, creating an application with LPCOpen. I had problems with what seemed an inaccurate or instable CPU clock frequency. After investigating it turned out that there's something wrong in Chip_SetupXtalClocking() in sysiniit_15xx.c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/* Setup PLL for main oscillator rate (FCLKIN = 12MHz) * 6 = 72MHz
&amp;nbsp;&amp;nbsp; MSEL = 5 (this is pre-decremented), PSEL = 1 (for P = 2)
&amp;nbsp;&amp;nbsp; FCLKOUT = FCLKIN * (MSEL + 1) = 12MHz * 6 = 72MHz
&amp;nbsp;&amp;nbsp; FCCO = FCLKOUT * 2 * P = 72MHz * 2 * 2 = 288MHz (within FCCO range) */
Chip_Clock_SetupSystemPLL(5, 2);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comment states that the value 1 is passed as PSEL value, but the second argument of Chip_Clock_SetupSystemPLL() is actually 2 instead of 1. That causes the FCCO to be set at 576 MHz, way beyond the maximum of 320 MHz. Changing the argument to 1 fixed my problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575325#M19213</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575326#M19214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by chrta on Sat Jun 06 01:05:57 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi barts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for sharing this. The same bug is present in the same file in Chip_SetupIrcClocking().&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575326#M19214</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575327#M19215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by michaelkelley on Thu Jul 23 13:05:42 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Nice catch!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was having some bizarre intermittent issues in my LPC15xx part until I found this post.&amp;nbsp; Making the suggested change seems to clear them up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575327#M19215</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575328#M19216</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 Thu Jul 23 17:40:22 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for catching this bug. We will add it to tracker to fix in next s/w revision.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575328#M19216</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575329#M19217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by miccio on Fri Feb 05 05:40:31 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This bug has not been fixed with the latest release of LPCOpen (2.20)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;And the always-mentioned bug tracker is pretty much empty &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fnode%2F1107569%2Fct_plus" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/node/1107569/ct_plus&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575329#M19217</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575330#M19218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Support on Fri Feb 05 10:26:00 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi miccio (and LPC15xx users in general!),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies to our LPC15xx customers on behalf of NXP Support.&amp;nbsp; Acknowledging deficiencies has little meaning if action is not taken.&amp;nbsp; The LPCOpen 2.20 release for LPC1500 was rushed to provide (overdue) CAN example fixes.&amp;nbsp; The pressure to get the CAN examples released resulted in not reviewing the bug tracker for that release.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP is reviewing our LPCOpen releases per MCU family to prioritize update releases for the coming quarter, with the intention of addressing bug fixes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the bug tracker - NXP maintains an internal bug tracker system.&amp;nbsp; The LPCware.com public bug tracker was never adopted by our user community - bugs get reported on the forums instead.&amp;nbsp; As a result the LPCware.com public bug tracker is likely to be phased out this year.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-NXP Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575330#M19218</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bugreport: LPCOpen 2.08c for LPC15xx configures PLL incorrectly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575331#M19219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mubes on Thu Apr 21 06:16:48 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This was Feb, it's now April....bug still there, still 2.20 :-(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DAVE&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:17:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bugreport-LPCOpen-2-08c-for-LPC15xx-configures-PLL-incorrectly/m-p/575331#M19219</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:17:01Z</dc:date>
    </item>
  </channel>
</rss>

