<?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中的主题 Re: Missing functions in fsl_clock for LPC845</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-functions-in-fsl-clock-for-LPC845/m-p/1041777#M40477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; 12345 67890,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comments!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check if the functions that you pointed out will be included on the upcoming SDK release for the LPC845, if not I will report it.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Also register definitions for UARTxCLKSEL, I2CxCLKSEL and SPIxCLKSEL are not present (I would assume in LPC845.h).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In this case, their register definitions are not made explicitly, however&amp;nbsp; they are accessible through the FCLKSEL array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;__IO uint32_t FCLKSEL[11];&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;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/**&amp;lt; peripheral clock source select register. FCLK0SEL~FCLK4SEL are for UART0~UART4 clock source select register. FCLK5SEL~FCLK8SEL are for I2C0~I2C3 clock source select register. FCLK9SEL~FCLK10SEL are for SPI0~SPI1 clock source select register., array offset: 0x90, array step: 0x4 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;By the way: There is a c&amp;amp;P-error in UM11029, 8.6.26:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have reported this copy and paste error.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2020 02:30:21 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2020-08-24T02:30:21Z</dc:date>
    <item>
      <title>Missing functions in fsl_clock for LPC845</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-functions-in-fsl-clock-for-LPC845/m-p/1041776#M40476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There exist functions like&lt;/P&gt;&lt;P&gt;uint32_t CLOCK_GetUart0ClkFreq(void);&lt;/P&gt;&lt;P&gt;in the actual fsl_clock driver, but not for e.g. SPI or I2C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also register definitions for UARTxCLKSEL, I2CxCLKSEL and SPIxCLKSEL are not present (I would assume in LPC845.h).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way: There is a c&amp;amp;P-error in UM11029, 8.6.26:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115159iCDB9F1E7CDCC4572/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It must be B0 instead of AC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:01:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-functions-in-fsl-clock-for-LPC845/m-p/1041776#M40476</guid>
      <dc:creator>1234567890</dc:creator>
      <dc:date>2020-08-18T15:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Missing functions in fsl_clock for LPC845</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-functions-in-fsl-clock-for-LPC845/m-p/1041777#M40477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; 12345 67890,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comments!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check if the functions that you pointed out will be included on the upcoming SDK release for the LPC845, if not I will report it.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Also register definitions for UARTxCLKSEL, I2CxCLKSEL and SPIxCLKSEL are not present (I would assume in LPC845.h).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In this case, their register definitions are not made explicitly, however&amp;nbsp; they are accessible through the FCLKSEL array.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;__IO uint32_t FCLKSEL[11];&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;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/**&amp;lt; peripheral clock source select register. FCLK0SEL~FCLK4SEL are for UART0~UART4 clock source select register. FCLK5SEL~FCLK8SEL are for I2C0~I2C3 clock source select register. FCLK9SEL~FCLK10SEL are for SPI0~SPI1 clock source select register., array offset: 0x90, array step: 0x4 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;By the way: There is a c&amp;amp;P-error in UM11029, 8.6.26:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have reported this copy and paste error.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 02:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-functions-in-fsl-clock-for-LPC845/m-p/1041777#M40477</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-08-24T02:30:21Z</dc:date>
    </item>
  </channel>
</rss>

