<?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>Serial number from nrf52832 with Segger</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61102/serial-number-from-nrf52832-with-segger</link><description>Hi, 
 I&amp;#39;m trying to use the serial number of the nrf52832 microcontroller in code, how can I acess it with Segger. 
 I tried using this code from this link but it doesn&amp;#39;t work https://devzone.nordicsemi.com/f/nordic-q-a/42671/how-to-find-out-nrf52-chip</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 May 2020 10:09:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61102/serial-number-from-nrf52832-with-segger" /><item><title>RE: Serial number from nrf52832 with Segger</title><link>https://devzone.nordicsemi.com/thread/252125?ContentTypeID=1</link><pubDate>Thu, 28 May 2020 10:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:918d894a-1ed3-49b5-8b0b-e82bd7da9428</guid><dc:creator>cyrine</dc:creator><description>&lt;p&gt;I&amp;nbsp;am sorry for my late reply.&lt;/p&gt;
&lt;p&gt;I tried your code and it solved my issue. Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial number from nrf52832 with Segger</title><link>https://devzone.nordicsemi.com/thread/249127?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 08:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ade5bd6-1a2e-4339-96d9-1a9f587bd01b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The variable must be initialized inside a function since the FICR value is not going to be known at compile-time.&lt;/p&gt;
&lt;p&gt;eg.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/* device_id defined globally. Will be zero-initialized by startup code */
static uint32_t m_device_id;

void my_function(void)
{
    m_device_id = NRF_FICR-&amp;gt;DEVICEID[0]; /* Assign Device ID from FICR to m_device_id variable */
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial number from nrf52832 with Segger</title><link>https://devzone.nordicsemi.com/thread/249113?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 08:23:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:410e6346-4f42-4bf2-bb09-2b6bd6de6825</guid><dc:creator>cyrine</dc:creator><description>&lt;p&gt;I keep getting these errors&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Erreur.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial number from nrf52832 with Segger</title><link>https://devzone.nordicsemi.com/thread/248692?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 11:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71f2b0b8-0416-4879-9320-96acced1921a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you looking for an ID that&amp;#39;s unique for each device? You can use the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/ficr.html?cp=4_2_0_12_0_2#register.DEVICEID-0"&gt;DEVICEID[]&lt;/a&gt;&amp;nbsp;registers store in FICR for that.&amp;nbsp;&lt;/p&gt;
[quote user=""]I tried using this code from this link but it doesn&amp;#39;t work[/quote]
&lt;p&gt;&amp;nbsp;Can you elaborate on what didn&amp;#39;t work specifically?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>