<?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: oscillator is not known to declare in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1218546#M43674</link>
    <description>&lt;P&gt;Hi, Suraj,&lt;/P&gt;
&lt;P&gt;As you know that the LPC54628 has independent XTALIN/XTALOUT pins, they can be connected to external crystal from 1MHz to 25MHz. After you clear bit 9 in Power Configuration register 0, and clear bit3 in Power Configuration register 1, the system oscillator will work, the clk_in clock signal will be available. You can set up the System oscillator control register to select clock frequency.&lt;/P&gt;
&lt;P&gt;For example, You can use the CLOCK_AttachClk(kEXT_CLK_to_SYS_PLL); to route the CLK_In clock signal as PLL input signal.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 06:30:01 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2021-01-21T06:30:01Z</dc:date>
    <item>
      <title>oscillator is not known to declare</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1218475#M43673</link>
      <description>&lt;P&gt;hi i am suraj,&lt;/P&gt;&lt;P&gt;i have crossed across a doubt that what crystal is been associated to what register to declare either in function wise or register wise. is the order of the clock declaration really matters or just we can delcare and initiate the program with the clock.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using lpc54628 board and so the 12MHz and the EXT 25MHz frequency oscillator is the only only currently working for me and so can i use it for the other programs or couldn't i be?.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if can please tell me how&amp;nbsp;&lt;/P&gt;&lt;P&gt;the flow of the order of declaring and the calling the clock is been referred by the following picture in the datasheet named LPC546XX and i've attach it here and the photo of the page for futher reference.&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 04:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1218475#M43673</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2021-01-21T04:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: oscillator is not known to declare</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1218546#M43674</link>
      <description>&lt;P&gt;Hi, Suraj,&lt;/P&gt;
&lt;P&gt;As you know that the LPC54628 has independent XTALIN/XTALOUT pins, they can be connected to external crystal from 1MHz to 25MHz. After you clear bit 9 in Power Configuration register 0, and clear bit3 in Power Configuration register 1, the system oscillator will work, the clk_in clock signal will be available. You can set up the System oscillator control register to select clock frequency.&lt;/P&gt;
&lt;P&gt;For example, You can use the CLOCK_AttachClk(kEXT_CLK_to_SYS_PLL); to route the CLK_In clock signal as PLL input signal.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 06:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1218546#M43674</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-01-21T06:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: oscillator is not known to declare</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219383#M43704</link>
      <description>&lt;P&gt;hi xiang,&lt;/P&gt;&lt;P&gt;is the word pll in the sentence for the clock attachment means it is for only pll operation or for all sort of usage of the external clock in the program.&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 06:36:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219383#M43704</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2021-01-22T06:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: oscillator is not known to declare</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219404#M43705</link>
      <description>&lt;P&gt;Hi, Suraj,&lt;/P&gt;
&lt;P&gt;Pls refer to the following Fig, the external crystal generates clock signal called clk_in, it can be one input source of Main clock select A, and&amp;nbsp; one input source of PLL......, in other words, the external crystal clock is NOT only for PLL.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1611298963838.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/135539i59171DA745F1E781/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1611298963838.png" alt="xiangjun_rong_0-1611298963838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 07:07:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219404#M43705</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-01-22T07:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: oscillator is not known to declare</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219929#M43716</link>
      <description>&lt;P&gt;thanks for your response xiang&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 10:03:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/oscillator-is-not-known-to-declare/m-p/1219929#M43716</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2021-01-23T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

