<?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: Selecting Internal Oscillator in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531363#M2460</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 Tue Jan 15 01:34:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The simplest way&amp;nbsp; to do this is to take a copy of the system_LPC13xx.c file from the CMSIS library project and place it into your main application project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The version of system_LPC13xx.c from the main application project will then get directly linked into your application, rather than a search being made by the linker and the version from the library project being found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus you can modify the version in your main application project without fear of the changes being picked up by any of your other projects.&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>Wed, 15 Jun 2016 21:45:49 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:45:49Z</dc:date>
    <item>
      <title>Selecting Internal Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531360#M2457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajg112 on Mon Jan 14 13:13:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if there is a 'proper' way of selecting the internal oscillator, or more accurately not switching to the external crystal. I'm using LPC1313.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The default in the system_LPC13xx.c is switch over to using the external crystal, which is assumed to be 12MHz, at system startup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I edit this file, this will affect other projects. Is there some way of selecting to use the internal oscillator in a 'per-project' basis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies if I've missed some documentation, but I just can't find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531360#M2457</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Internal Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531361#M2458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Mon Jan 14 13:57:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I prefer to change my cr_startup_lpcXX.c file (in src). There you can find the SystemInit() function call ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For project specific settings I comment out this call and just add whatever I need from original SystemInit() :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531361#M2458</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Internal Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531362#M2459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajg112 on Mon Jan 14 14:47:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Zero,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems like a good solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531362#M2459</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Internal Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531363#M2460</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 Tue Jan 15 01:34:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The simplest way&amp;nbsp; to do this is to take a copy of the system_LPC13xx.c file from the CMSIS library project and place it into your main application project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The version of system_LPC13xx.c from the main application project will then get directly linked into your application, rather than a search being made by the linker and the version from the library project being found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus you can modify the version in your main application project without fear of the changes being picked up by any of your other projects.&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>Wed, 15 Jun 2016 21:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531363#M2460</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Internal Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531364#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajg112 on Tue Jan 15 05:10:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That works too. Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Selecting-Internal-Oscillator/m-p/531364#M2461</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

