<?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: Why are common parts of LPC_UARTn_TypeDef's different? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848047#M33753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header file came with the KEIL ARM MDK V5.26.2.0 download.&amp;nbsp; I attached it for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this on my behalf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 13:25:09 GMT</pubDate>
    <dc:creator>david_sudolcan</dc:creator>
    <dc:date>2018-10-11T13:25:09Z</dc:date>
    <item>
      <title>Why are common parts of LPC_UARTn_TypeDef's different?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848045#M33751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question is in regard to this LPC407x_8x_177x_8x.h header file.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt; * $Id$&amp;nbsp;&amp;nbsp;LPC407x_8x_177x_8x.h&amp;nbsp;&amp;nbsp;&amp;nbsp;2012-04-25&lt;BR /&gt;*//**&lt;BR /&gt;&amp;nbsp;* @file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC407x_8x_177x_8x.h&lt;BR /&gt;&amp;nbsp;*&lt;BR /&gt;&amp;nbsp;* @brief&amp;nbsp;&amp;nbsp;&amp;nbsp; CMSIS Cortex-M4 Cortex-M3 Peripheral Access Layer Header File for&lt;BR /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NXP LPC407x_8x_177x_8x.&lt;BR /&gt;&amp;nbsp;* @version&amp;nbsp; V0.7&lt;BR /&gt;&amp;nbsp;* @date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20. June 2012&lt;BR /&gt;&amp;nbsp;* @author&amp;nbsp;NXP MCU SW Application Team&lt;BR /&gt;* &lt;BR /&gt;* Copyright(C) 2012, NXP Semiconductor&lt;BR /&gt;* All rights reserved.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why are 8-bit values, such as THR, defined as 8-bit values for all but UART4, which is defined as a 32-bit value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the fields in the LPC_UART4_TypeDef are defined as 32-bit values, but not the other UART typedefs.&amp;nbsp; The datasheet shows the same info for fields like THR for all the different types of UARTs, but this header file defines them differently.&amp;nbsp; This causes issues for my generic UART class, that I can work around by typecasting, but this seems like these are errors in your header file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848045#M33751</guid>
      <dc:creator>david_sudolcan</dc:creator>
      <dc:date>2018-10-10T16:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why are common parts of LPC_UARTn_TypeDef's different?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848046#M33752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="328052" data-username="david.sudolcan@lancercorp.com" href="https://community.nxp.com/people/david.sudolcan@lancercorp.com"&gt;David Sudolcan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Before answering the question, I was wondering if you can share this head file, I'm curious whether it comes from the LPCOpen library or other libraries.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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>Thu, 11 Oct 2018 02:19:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848046#M33752</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-10-11T02:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why are common parts of LPC_UARTn_TypeDef's different?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848047#M33753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header file came with the KEIL ARM MDK V5.26.2.0 download.&amp;nbsp; I attached it for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this on my behalf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:25:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848047#M33753</guid>
      <dc:creator>david_sudolcan</dc:creator>
      <dc:date>2018-10-11T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why are common parts of LPC_UARTn_TypeDef's different?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848048#M33754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="328052" data-objecttype="3" href="https://community.nxp.com/people/david.sudolcan@lancercorp.com"&gt;David Sudolcan&lt;/A&gt;,&lt;BR /&gt;Thank for your sharing, we'll reevaluation the definition of LPC_UART4_TypeDef and LPC_UART1_TypeDef later.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 12 Oct 2018 02:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Why-are-common-parts-of-LPC-UARTn-TypeDef-s-different/m-p/848048#M33754</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-10-12T02:17:50Z</dc:date>
    </item>
  </channel>
</rss>

