<?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>LPCXpresso IDEのトピックRe: Support for LPC1114FD/102</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567231#M18792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 17:43:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The info is welcome. So why was the values changed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the MCU to another chip in the same family?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would it make that assumption?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:21:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:21:19Z</dc:date>
    <item>
      <title>Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567219#M18780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Tue May 28 19:45:47 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have working code for LPC1114/301 running on the NXP OM11049 board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The project is from example code with CMSIS, the UART one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have working custom hardware utilizing the LPC1114FD/102, and so set the project with MCU set to my hardware, with memory use adjusted from 8k to 4k.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The project writes to flash fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project hangs waiting for PLL's to stabilize.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assumed CMSIS and the project MCU settings would do the same, or at least correct initialization of any 1114.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The CMSIS example code is from the release CodeRed I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version: LPCXpresso v5.1.2 [Build 2065] [2013-02-20]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567219#M18780</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567220#M18781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed May 29 00:54:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the clock crystal you have on your board match the one of the LPCXPresso board? Might be worth modifying the CMSIS code to use the IRC instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567220#M18781</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567221#M18782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 10:47:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No external xtals on my board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code downloads thru SWD, which&amp;nbsp; assumes 12mhz like NXP board. It never reaches breakpoint at main().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It hangs in a while statement commented as waiting for PLL's to stabilize.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On my board I also load and runs a non cmsis project to main(), but where the uart functionality works on the NXP board it is not here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought within th LPC11xx the SOC stuff was all the same, and if not th CMSIS example stuff would still work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have thought a cmsis project for one 1114 would work same as board, or any other 1114 in it's class, which in this case is LPC11xx..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there only one cmsis for all 1114 chips, with only version levels? Or are there cmsis's for subsets of the 1114's?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567221#M18782</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567222#M18783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 11:04:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;It hangs in a while statement commented as waiting for PLL's to stabilize.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And your SYSPLLCLKSEL is what?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567222#M18783</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567223#M18784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 14:08:25 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In uart example code (untouched), In the function 'void SystemInit (void)' from the file "system_LPC11xx.c":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About 6 lines prior to the hang the value you ask about says 1 according to hovering over the assignment argument:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Line 313: LPC_SYSCON-&amp;gt;SYSPLLCLKSEL&amp;nbsp; = SYSPLLCLKSEL_Val;&amp;nbsp;&amp;nbsp; /* Select PLL Input&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This in the uart example code that ran on the OM11049 LPC1114 board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed MCU to LPC1114FD/102. The uart code downloads and runs startup &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then&amp;nbsp; hangs in "system_LPC11xx.c" in the function 'void SystemInit (void)' at this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Line 321: while (!(LPC_SYSCON-&amp;gt;SYSPLLSTAT &amp;amp; 0x01));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Wait Until PLL Locked&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567223#M18784</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567224#M18785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 14:48:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;In uart example code (untouched), In the function 'void SystemInit (void)' from the file "system_LPC11xx.c":&lt;BR /&gt;&lt;BR /&gt;About 6 lines prior to the hang the value you ask about says 1 according to hovering over the assignment argument:&lt;BR /&gt;&amp;nbsp; Line 313: LPC_SYSCON-&amp;gt;SYSPLLCLKSEL&amp;nbsp; = SYSPLLCLKSEL_Val;&amp;nbsp;&amp;nbsp; /* Select PLL Input&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&lt;BR /&gt;This in the uart example code that ran on the OM11049 LPC1114 board.&lt;BR /&gt;&lt;BR /&gt;I changed MCU to LPC1114FD/102. The uart code downloads and runs startup &lt;BR /&gt;then&amp;nbsp; hangs in "system_LPC11xx.c" in the function 'void SystemInit (void)' at this line:&lt;BR /&gt; Line 321: while (!(LPC_SYSCON-&amp;gt;SYSPLLSTAT &amp;amp; 0x01));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Wait Until PLL Locked&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you kidding or aren't you aware that&amp;nbsp; SYSPLLCLKSEL = 1 is your crystal which in your case is a 'virtual crystal'?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567224#M18785</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567225#M18786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 15:32:41 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not my code. Completely UART example code as stated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The value was seen in a hover over of the assignment value in NXP code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So is CMSIS broke?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567225#M18786</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567226#M18787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 15:42:24 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;This is not my code. Completely UART example code as stated.&lt;BR /&gt;The value was seen in a hover over of the assignment value in NXP code.&lt;BR /&gt;So is CMSIS broke?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm confused. Which code are you flashing in your board (without crystal)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which PLL settings do you use there? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you done anything to change settings to use another clock source?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567226#M18787</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567227#M18788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 15:59:59 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm flashing the stock uart example code for the NXP 1114/301 board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That board and my board have no external crystals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My board uses LPC1114FD/102 - a 32kflash 4k ram 1114.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed nothing accept the MCU setting to LPC1114FD/102&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have never specified anything else, clock, pll etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567227#M18788</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567228#M18789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 16:14:38 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;I'm flashing the stock uart example code for the NXP 1114/301 board.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which example is it? I don't know UART samples which don't use crystals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which PLL clock source is selected there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;I changed nothing accept the MCU setting to LPC1114FD/102&lt;BR /&gt;&lt;BR /&gt;I have never specified anything else, clock, pll etc.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's your problem. You have no clue about your PLL settings and probably the code you have copied is using an external crystal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567228#M18789</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567229#M18790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 17:23:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The NXP uat code in the NXP_INSTALL_DIR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E:\CodeRedLPCexpresso\LPCXpresso_5.1.2_2065\lpcxpresso\Examples\NXP\LPC1000\LPC11xx from the NXP_LPCXpresso1114-301_2011-01-27.zip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a CMSIS project that takes care of clocks / pll etc. for a project, which usually stops at main().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have never specified clocks etc for my NXP 1114 board. And my board is virtually the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567229#M18790</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567230#M18791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 17:39:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;And this sample is using an old CMSIS copy in project folder. And it's system_init of system_LPC11xx.c is using:&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;
#define SYSPLLCLKSEL_Val&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000001
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So this is an external crystal setup. Either you add a crystal or change you setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][SIZE=6][COLOR=Red]Without changes this sample is not working without external crystal.[/COLOR][/SIZE][/B]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567230#M18791</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567231#M18792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Wed May 29 17:43:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The info is welcome. So why was the values changed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the MCU to another chip in the same family?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would it make that assumption?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567231#M18792</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567232#M18793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed May 29 18:04:41 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please read User manual UM10398 LPC111x/LPC11Cxx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without understand registers you'll not understand what's happening.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;3.5.9 System PLL clock source select register&lt;BR /&gt;This register selects the clock source for the system PLL. The SYSPLLCLKUEN register&lt;BR /&gt;(see Section 3.5.10) must be toggled from LOW to HIGH for the update to take effect.&lt;BR /&gt;Remark: When switching clock sources, both clocks must be running before the clock&lt;BR /&gt;source is updated.&lt;BR /&gt;...&lt;BR /&gt;Table 16. System PLL clock source select register (SYSPLLCLKSEL, address 0x4004 8040)&lt;BR /&gt;bit description&lt;BR /&gt;Bit Symbol Value Description Reset value&lt;BR /&gt;[B][COLOR=Red]1:0 SEL System PLL clock source[/COLOR][/B]&lt;BR /&gt;[COLOR=Red]0x0 IRC oscillator[/COLOR]&lt;BR /&gt;0x1 System oscillator&lt;BR /&gt;0x2 Reserved&lt;BR /&gt;0x3 Reserved&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;So without system oscillator you have to choose IRC ([COLOR=Red]with less accuracy[/COLOR]) .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567232#M18793</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567233#M18794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu May 30 00:29:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;CMSIS has been modified for the LPCXPRESSO boards who have all an external crystal. :p&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you design a board without a crystal you MUST :eek: change CMSIS to use the IRC!! Even if you design a board with an external crystal but with another frequency you have to change CMSIS!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Never asume anything! :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway have you actualy read any of the answers CodeRed and R2D2 gave you? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you read the user manual?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567233#M18794</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567234#M18795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Thu May 30 12:42:11 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;From CMSIS doc:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;o6&amp;gt; Select Input Clock for sys_pllclkin (Register: SYSPLLCLKSEL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0=&amp;gt; IRC Oscillator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1=&amp;gt; System Oscillator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;2=&amp;gt; WDT Oscillator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;3=&amp;gt; Invalid&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed this to zero to select the IRC clock and now I get No source available for "0x1fff0f60" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since IRC and System Clock are both default to 12mhz clocks what else must be changed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Board appears brick'd because it will not load and run code that ran on it before this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ISP nor SWD not recovering. I've tried every variation except vector caching which is not enabled for this chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What other options are there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567234#M18795</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567235#M18796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu May 30 12:51:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;I changed this to zero to select the IRC clock and now I get No source available for "0x1fff0f60" &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's BOOT ROM, probably you are in ISP already. So just flash a working program (blinky or something like that).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567235#M18796</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Support for LPC1114FD/102</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567236#M18797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Thu May 30 13:41:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You guys ask ME if I've read what you posted?!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As stated I have loaded code that ran on my HW, both in ISP and SWD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I enabled the IRC clock in CMSIS I end up in the boot rom no matter what I load.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I used The Flash Utility, Erased Flash, Downloaded a non CMSIS version of my project and it's running just fine. :p&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:21:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Support-for-LPC1114FD-102/m-p/567236#M18797</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:21:22Z</dc:date>
    </item>
  </channel>
</rss>

