<?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>BLE address no longer matches FICR-&amp;gt;DEVICEADDR in NCS v3.x</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125667/ble-address-no-longer-matches-ficr--deviceaddr-in-ncs-v3-x</link><description>Hi, 
 I recently migrated a project from NCS v2.x to NCS v3.x and noticed that the method I previously used to generate a device-unique identifier no longer works the same way. 
 On NCS v2.x, I was using: 
 
 FICR-&amp;gt;DEVICEADDR matched the device’s BLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Nov 2025 18:42:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125667/ble-address-no-longer-matches-ficr--deviceaddr-in-ncs-v3-x" /><item><title>RE: BLE address no longer matches FICR-&gt;DEVICEADDR in NCS v3.x</title><link>https://devzone.nordicsemi.com/thread/554708?ContentTypeID=1</link><pubDate>Tue, 18 Nov 2025 18:42:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c52e6610-961f-42d5-8a0b-42bb6b1ddf03</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]&lt;strong&gt;Why was FICR-&amp;gt;DEVICEADDR removed in NCS v3.x?&lt;/strong&gt;&lt;br /&gt; Previously, it corresponded to the BLE public address burned into FICR.[/quote]
&lt;p&gt;It has not been removed. This is part of the SoC itself, and the macros you use for accessing it also exists. Could it be that you have made some other&amp;nbsp;changes while migrating and is now trying to read this from the application core? Note that the DEVICEADDR register only exist in the &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/ficr_network/doc/ficr.network.html"&gt;FIRC for the network core&lt;/a&gt;&amp;nbsp;and can only be accessed like this from the network core.&lt;/p&gt;
[quote user=""]Is the BLE controller in NCS v3.x no longer using the FICR DEVICEADDR as the identity address?[/quote]
&lt;p&gt;It can still be used&amp;nbsp;as the identity address.&lt;/p&gt;
[quote user=""]&lt;strong&gt;What is the correct way to obtain the BLE public (identity) address in NCS v3.x?&lt;/strong&gt;&lt;br /&gt; Should we use &lt;code&gt;bt_id_get()&lt;/code&gt; exclusively?[/quote]
&lt;p&gt;Yes, that is more portable and generic. This also works also if another identity address is used (say another random static address or a public address).&lt;/p&gt;
[quote user=""]Is there an official statement or migration note explaining this change?[/quote]
&lt;p&gt;I do not think so, and the DEVICEADDR from FIRC can still be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>