<?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>Kinetis Software Development KitのトピックRe: UART_HAL_IsRxDataRegFull</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419942#M2117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.&amp;nbsp; So what you're saying is -- it takes experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm searching through my project's generated code and folders looking for something (I don't even know what), when it's actually buried in the libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay.&amp;nbsp; Experience gained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 20:25:21 GMT</pubDate>
    <dc:creator>audi_mcavoy</dc:creator>
    <dc:date>2015-04-17T20:25:21Z</dc:date>
    <item>
      <title>UART_HAL_IsRxDataRegFull</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419940#M2115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'll bite.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using PE, if I add an &lt;STRONG&gt;fsl_debug_console&lt;/STRONG&gt; component to my project, where do I find my UART's base address so I can use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;UART_HAL_IsRxDataRegFull(uint32_t baseAddr)&lt;/STRONG&gt; function in the inherited &lt;STRONG&gt;fsl_uart_hal&lt;/STRONG&gt; component?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419940#M2115</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-04-17T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: UART_HAL_IsRxDataRegFull</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419941#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Audi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two places I can think of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; Directly from the device header file. e.g for K64:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51484iBA5D42031D9CB300/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; From the global array &lt;STRONG&gt;g_uartBaseAddr[]&lt;/STRONG&gt;, declared as &lt;EM&gt;extern&lt;/EM&gt; in &lt;STRONG&gt;fsl_uart_driver.h&lt;/STRONG&gt;, just provide the UART instance number as the array index (see &lt;A _jive_internal="true" href="https://community.nxp.com/thread/352500"&gt;&lt;STRONG&gt;this post&lt;/STRONG&gt;&lt;/A&gt;):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_12.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51590iC649E1388DC64F63/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_12.png" alt="pastedImage_12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 17 Apr 2015 14:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419941#M2116</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-04-17T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: UART_HAL_IsRxDataRegFull</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419942#M2117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.&amp;nbsp; So what you're saying is -- it takes experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm searching through my project's generated code and folders looking for something (I don't even know what), when it's actually buried in the libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay.&amp;nbsp; Experience gained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Audi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 20:25:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/UART-HAL-IsRxDataRegFull/m-p/419942#M2117</guid>
      <dc:creator>audi_mcavoy</dc:creator>
      <dc:date>2015-04-17T20:25:21Z</dc:date>
    </item>
  </channel>
</rss>

