<?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: U0ier register offset lpc1114 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533549#M3645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Jul 09 11:54:26 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain how you see IER at offset 0 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I clearly see an offset of 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first member is a union of RBR/THR and DLL, the second member is DLM with IER.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can confirm that the LPC13xx.h and LPC17xx.h contain the exact same structure and I have used the uart on both devices without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:39:29 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:39:29Z</dc:date>
    <item>
      <title>U0ier register offset lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533548#M3644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ISTVAN on Sat Jul 09 11:33:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri]The LPC1114 User Manual (UM10398&amp;nbsp;&amp;nbsp; Rev. 1 - 21 July 2010) on page 102, Table 114 indicates the [B]U0IER[/B] register address offset is 0x004 [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri](see: [FONT=Calibri]U0IER R/W [B][COLOR=red]0x004[/COLOR][/B] Interrupt Enable Register. Contains individual interrupt enable bits for the 7 potential UART interrupts.)[/FONT][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri]The LPC11xx.h file from the Example Projects has the IER offset at [COLOR=red]0x000[/COLOR] [/FONT][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri](see: [/FONT][/FONT][COLOR=#3f7f5f][FONT=Courier New]/*------------- Universal Asynchronous Receiver Transmitter (UART) -----------*/[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#3f7f5f][FONT=Courier New]/** @[U]addtogroup[/U] LPC11xx_UART LPC11xx Universal Asynchronous Receiver/Transmitter [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#3f7f5f][FONT=Courier New]@{[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#3f7f5f][FONT=Courier New]*/[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][COLOR=#7f0055][FONT=Courier New]typedef[/FONT][/COLOR][/B][B][COLOR=#7f0055][FONT=Courier New]struct[/FONT][/COLOR][/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]{[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][COLOR=#7f0055][FONT=Courier New]union[/FONT][/COLOR][/B][COLOR=black][FONT=Courier New] {[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]__I [/FONT][/COLOR][COLOR=#005032][FONT=Courier New]uint32_t[/FONT][/COLOR][COLOR=#0000c0][FONT=Courier New]RBR[/FONT][/COLOR][COLOR=black][FONT=Courier New]; [/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/*!&amp;lt; Offset: 0x000 Receiver Buffer Register (R/ ) */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]__O [/FONT][/COLOR][COLOR=#005032][FONT=Courier New]uint32_t[/FONT][/COLOR][COLOR=#0000c0][FONT=Courier New]THR[/FONT][/COLOR][COLOR=black][FONT=Courier New]; [/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/*!&amp;lt; Offset: 0x000 Transmit Holding Register ( /W) */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]__IO [/FONT][/COLOR][COLOR=#005032][FONT=Courier New]uint32_t[/FONT][/COLOR][COLOR=#0000c0][FONT=Courier New]DLL[/FONT][/COLOR][COLOR=black][FONT=Courier New]; [/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/*!&amp;lt; Offset: 0x000 Divisor Latch LSB (R/W) */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]};[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][COLOR=#7f0055][FONT=Courier New]union[/FONT][/COLOR][/B][COLOR=black][FONT=Courier New] {[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]__IO [/FONT][/COLOR][COLOR=#005032][FONT=Courier New]uint32_t[/FONT][/COLOR][COLOR=#0000c0][FONT=Courier New]DLM[/FONT][/COLOR][COLOR=black][FONT=Courier New]; [/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/*!&amp;lt; Offset: 0x004 Divisor Latch MSB (R/W) */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]__IO [/FONT][/COLOR][COLOR=#005032][FONT=Courier New]uint32_t[/FONT][/COLOR][COLOR=#0000c0][FONT=Courier New]IER[/FONT][/COLOR][COLOR=black][FONT=Courier New]; [/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/*!&amp;lt; Offset: [COLOR=red][B]0x000[/B][/COLOR] Interrupt Enable Register (R/W) */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Courier New]}; ... etc[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#3f7f5f][FONT=Courier New]/*@}*/[/FONT][/COLOR][COLOR=#3f7f5f][FONT=Courier New]/* end of group LPC11xx_UART */[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri])[/FONT][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri]I am still setting up and didn&amp;amp;#8217;t have the chance to run the example code [B]uart.c[/B] to see if configuring the UART interrupt works. [/FONT][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri]Can anyone comment on this? [/FONT][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri][FONT=Calibri]thanks - Istvan[/FONT][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533548#M3644</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: U0ier register offset lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533549#M3645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Jul 09 11:54:26 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain how you see IER at offset 0 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I clearly see an offset of 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first member is a union of RBR/THR and DLL, the second member is DLM with IER.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can confirm that the LPC13xx.h and LPC17xx.h contain the exact same structure and I have used the uart on both devices without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533549#M3645</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: U0ier register offset lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533550#M3646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sat Jul 09 11:55:48 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a typo in *.h file :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course the offset is 0x004 in this union&amp;nbsp; :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533550#M3646</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: U0ier register offset lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533551#M3647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Jul 09 11:58:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;chips ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now I see the 0x0000 in the comment ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed a typo - if this was the only one I would be quite happy :eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533551#M3647</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: U0ier register offset lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533552#M3648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ISTVAN on Sat Jul 09 13:07:09 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Calibri]Thanks for the quick reply.[/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/U0ier-register-offset-lpc1114/m-p/533552#M3648</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:39:31Z</dc:date>
    </item>
  </channel>
</rss>

