<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF52 Peripheral instantiation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92999/nrf52-peripheral-instantiation</link><description>The UART and UARTE peripherals share the same ID (2), and only one of these can be enabled at a time. 
 How do you enable only one of these peripherals? 
 The register blocks are mapped to the same addresses. In the nRF52 this is: 
 #define NFR_UART0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Oct 2022 04:50:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92999/nrf52-peripheral-instantiation" /><item><title>RE: nRF52 Peripheral instantiation</title><link>https://devzone.nordicsemi.com/thread/391319?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 04:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:775fe528-fb49-4d7b-b04c-15381cd8259e</guid><dc:creator>Phil</dc:creator><description>&lt;p&gt;I meant address 0x40002000 + 0x0500 = 0x40002500&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Peripheral instantiation</title><link>https://devzone.nordicsemi.com/thread/391318?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 04:49:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f803289f-9460-44f3-ab08-b77ee6000c36</guid><dc:creator>Phil</dc:creator><description>&lt;p&gt;I&amp;#39;ve found the answer.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NFR_UART0-&amp;gt;ENABLE = 0x04;&amp;nbsp; &amp;nbsp; &amp;nbsp; // Enables UART0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NFR_UARTE0-&amp;gt;ENABLE = 0x08;&amp;nbsp; &amp;nbsp; &amp;nbsp; // Enables UARTE&lt;br /&gt;&lt;br /&gt;Both these lines write to the same address:&amp;nbsp; 0x40004500&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>