<?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 Internal crystal load capacitors in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571033#M34099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I enable the internal Crystal load capacitors with processor expert?&amp;nbsp; Which register are to be changed to enable the internal capacitors in steps if we do not use processor expert?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 10:05:45 GMT</pubDate>
    <dc:creator>tahirmahmood</dc:creator>
    <dc:date>2016-06-24T10:05:45Z</dc:date>
    <item>
      <title>Internal crystal load capacitors</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571033#M34099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I enable the internal Crystal load capacitors with processor expert?&amp;nbsp; Which register are to be changed to enable the internal capacitors in steps if we do not use processor expert?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 10:05:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571033#M34099</guid>
      <dc:creator>tahirmahmood</dc:creator>
      <dc:date>2016-06-24T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Internal crystal load capacitors</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571034#M34100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Hi Tahir Mahmood&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;SPAN style="font-family: Arial;"&gt;If you want to use them you have to load them by the OSC Control Register. &lt;/SPAN&gt;They are distributed in 2, 4, 8 and 16 pF, in the less 4 bits of the registers (the most significant bits are to enable the external reference)&amp;nbsp; and you can add them by setting the bit in 1. Hence, for example if you want to load 20 pF you can add the 16 pF and the 4 pF so you could use either:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="_jivemacro_uid_14668089593389729 jive_macro_code jive_text_macro" data-renderedposition="138_8_1155_32" jivemacro_uid="_14668089593389729" modifiedtitle="true"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;/* OSC_CR: ERCLKEN=1,EREFSTEN=0,SC2P=0,SC4P=1,SC8P=0,SC16P=1 */
OSC0_CR = OSC_CR_ERCLKEN_MASK | OSC_CR_SC4P_MASK | OSC_CR_SC16P_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14668090059205418 jive_text_macro" data-renderedposition="248_8_1155_16" jivemacro_uid="_14668090059205418" modifiedtitle="true"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt; OSC0_CR = 0x85;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;BR /&gt;or in if you want to load the 30 pF then you have to add them all and you should do something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14668090341939840 jive_text_macro" data-renderedposition="342_8_1155_16" jivemacro_uid="_14668090341939840"&gt;&lt;SPAN style="font-family: Arial;"&gt;OSC0_CR = 0x8F;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;BR /&gt;Hope this information helps and please tell us if you have any question related.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day.&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571034#M34100</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-24T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Internal crystal load capacitors</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571035#M34101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vazquez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Can you also tell me what is the default value of this capacitor? How can I calculate the value of capacitors?   Is it correct to calculate the value of the capacitor with the following formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each capacitor C1 = C2 = 2  x (load capacitance – parasitic capacitance)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mit freundlichen Grüßen / Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahir Mahmood&lt;/P&gt;&lt;P&gt;MSc.&lt;/P&gt;&lt;P&gt;Entwicklung Elektronik&lt;/P&gt;&lt;P&gt;Von: jorge_a_vazquez &lt;/P&gt;&lt;P&gt;Gesendet: Samstag, 25. Juni 2016 00:59&lt;/P&gt;&lt;P&gt;An: Mahmood, Tahir&lt;/P&gt;&lt;P&gt;Betreff: Re:  - Internal crystal load capacitors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal crystal load capacitors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Jorge Antonio Alcala Vazquez&amp;lt;https://community.nxp.com/people/jorge_a_vazquez?et=watches.email.thread&amp;gt; in Kinetis Microcontrollers - View the full discussion&amp;lt;https://community.nxp.com/message/805739?et=watches.email.thread#comment-805739&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 07:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571035#M34101</guid>
      <dc:creator>tahirmahmood</dc:creator>
      <dc:date>2016-06-27T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal crystal load capacitors</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571036#M34102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to calculate(!), but in reality you will be 'guessing', and the only way to really optimize is to synchronize your RTC to timeanddate.com, then check in 24hrs (ideally 25C the whole time!).&amp;nbsp; If you are within 1s, you have made it to +/-11.6ppm and that's as good as you can expect! If your application expects a 'more extensive' average temperature excursion in operation, you might want to optimize 'room temp' at 10-15ppm 'fast' as at 0 and 50C your oscillation will be 22ppm 'slower' (most of these watch crystals have -.035ppm/Tsquared tempco).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use 20pF on a 12.5pF +/-10ppm xtal ABS07AIG-32.768KHZ-1-T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 13:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Internal-crystal-load-capacitors/m-p/571036#M34102</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-06-27T13:53:08Z</dc:date>
    </item>
  </channel>
</rss>

