<?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>LPC MicrocontrollersのトピックLPC844 SPI clock</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1260061#M44595</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using the LPC844 and the SDK&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tyassin1_0-1618139823587.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141958iB73C44AC630AE5BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tyassin1_0-1618139823587.png" alt="tyassin1_0-1618139823587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;According to the manual it is needed to enable the clock source through the register:&amp;nbsp;SPI0CLKSEL.&lt;/P&gt;&lt;P&gt;However I cannot find this register anywhere. Where is it possible to enable the clock for SPI0?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Apr 2021 11:21:04 GMT</pubDate>
    <dc:creator>tyassin1</dc:creator>
    <dc:date>2021-04-11T11:21:04Z</dc:date>
    <item>
      <title>LPC844 SPI clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1260061#M44595</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using the LPC844 and the SDK&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tyassin1_0-1618139823587.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141958iB73C44AC630AE5BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tyassin1_0-1618139823587.png" alt="tyassin1_0-1618139823587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;According to the manual it is needed to enable the clock source through the register:&amp;nbsp;SPI0CLKSEL.&lt;/P&gt;&lt;P&gt;However I cannot find this register anywhere. Where is it possible to enable the clock for SPI0?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 11:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1260061#M44595</guid>
      <dc:creator>tyassin1</dc:creator>
      <dc:date>2021-04-11T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC844 SPI clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1260467#M44610</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181778" target="_self"&gt;&lt;SPAN class=""&gt;tyassin1,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;The register of "SPI0CLKSEL" is included in&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;FCLKSEL[11];&lt;/P&gt;
&lt;P&gt;You can configuration the SPI clock through as below code in SDK:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/* Attach main clock to SPI0. */&lt;BR /&gt;CLOCK_Select(kSPI0_Clk_From_MainClk);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, recommend you refer to the SPI demo under SDK for lpc845MAX board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 09:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1260467#M44610</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-12T09:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC844 SPI clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1261724#M44637</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;OK I See.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it is just how the SDK is implemented. I can see in the SDK that there are dedicated I2CnCLKSEL and UARTnCLKSEL for I2C and the UART, but the SPI has to use this FCLKSEL register?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 06:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1261724#M44637</guid>
      <dc:creator>tyassin1</dc:creator>
      <dc:date>2021-04-14T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC844 SPI clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1262727#M44662</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181778" target="_self"&gt;&lt;SPAN class=""&gt;tyassin1,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I also have same doubt as you , any way, it can work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 09:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC844-SPI-clock/m-p/1262727#M44662</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-15T09:50:29Z</dc:date>
    </item>
  </channel>
</rss>

