<?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>dtc complains about peripherals sharing the same address space.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114902/dtc-complains-about-peripherals-sharing-the-same-address-space</link><description>Hi. 
 We are using nrf52840 with nrf connect 2.7.0. 
 When compiling my app the DTC complains like so: 
 
 
 naturally dtc is right as flash controller + acl are sharing space and power + clock are sharing space. 
 It&amp;#39;s a hardware design so i can&amp;#39;t do</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Sep 2024 11:49:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114902/dtc-complains-about-peripherals-sharing-the-same-address-space" /><item><title>RE: dtc complains about peripherals sharing the same address space.</title><link>https://devzone.nordicsemi.com/thread/504344?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 11:49:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f76bdb9-6e15-4fbb-99c2-6ddce3e50bb2</guid><dc:creator>Eyal_Gal</dc:creator><description>&lt;p&gt;disabling the warning might be ok for the power + clock warnings, as they really o share memory areas of interrupts and i don&amp;#39;t rememmber what else, but the rest can be solved by changing the device tree to avoid the memory area collision, after all if you add the offset it&amp;#39;s NOT the same address. Why take the approach of silent the thing that troubles the dtc ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dtc complains about peripherals sharing the same address space.</title><link>https://devzone.nordicsemi.com/thread/504335?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 11:17:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48e08400-cc18-45a7-b0bd-c0c7ba2b2409</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;if you wants to disable warnings, you can add&lt;/p&gt;
&lt;p&gt;add_compile_options(-Wno-dev)&lt;/p&gt;
&lt;p&gt;to CMakeLists.txt.&lt;/p&gt;
&lt;p&gt;There is probably some way of disabling the specific warning using a similar approach, but you will need to check the cmake documentation for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>