<?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>nrf52840.svd from nRF5 SDK 15.2.0 does not let SES show register arrays</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43362/nrf52840-svd-from-nrf5-sdk-15-2-0-does-not-let-ses-show-register-arrays</link><description>Hi, I am running Segger Embedded Studio (4.10a) to get used to the Nordic DK for the nRF52840. Now I have found, that the register display seems not to be able to show some of the SFRs. For example, if I activate the UICR group, I get the following registers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Feb 2019 17:03:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43362/nrf52840-svd-from-nrf5-sdk-15-2-0-does-not-let-ses-show-register-arrays" /><item><title>RE: nrf52840.svd from nRF5 SDK 15.2.0 does not let SES show register arrays</title><link>https://devzone.nordicsemi.com/thread/169590?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 17:03:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b80406cd-29e1-430c-8daf-09258c7415e8</guid><dc:creator>dzabel</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;thank you, your guess is right. I have replaced the hex values in the &amp;lt;dim&amp;gt; and &amp;lt;dimIncrement&amp;gt; elements by decimal values and now the register arrays appear.&lt;/p&gt;
&lt;p&gt;Btw. I had tried that before without success, After modification of the svd file it seems not to be enough if you close and re-open the Segger Embedded Studio, you have also to unselect and then select again the appropriate register group in the &amp;quot;Group&amp;quot; window in order to get a correct register array display.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Dirk&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840.svd from nRF5 SDK 15.2.0 does not let SES show register arrays</title><link>https://devzone.nordicsemi.com/thread/169534?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 14:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:937eed02-af81-4b9f-ae69-09ef722dfb60</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you for reporting this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This looks like a bug in Segger Embedded studio. Maybe they can&amp;#39;t read hex numbers in dim* tags. The dim* tags are defined as containing a scaled non negative integer, defined as:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;!-- scaledNonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimar format --&amp;gt;
  &amp;lt;xs:simpleType name=&amp;quot;scaledNonNegativeInteger&amp;quot;&amp;gt;
    &amp;lt;xs:restriction base=&amp;quot;xs:string&amp;quot;&amp;gt;
      &amp;lt;xs:pattern value=&amp;quot;[+]?(0x|0X|#)?[0-9a-fA-F]+[kmgtKMGT]?&amp;quot;/&amp;gt;
    &amp;lt;/xs:restriction&amp;gt;
  &amp;lt;/xs:simpleType&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If segger embedded studio can read svd files, it should be able to read all numerical elements as hex as well as decimal.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We will also report this to Segger.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>