<?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>Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35138/segger-embedded-studio-pin-configuration-registers-view</link><description>Hello All, 
 Is there an explanation why the Pin Configuration Registers are not available for viewing in the Registers view of Segger Embedded Studio? 
 If there is can someone explain how to show them or it is only possible via the memory view? 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Mar 2020 10:38:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35138/segger-embedded-studio-pin-configuration-registers-view" /><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/237387?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 10:38:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ff79078-dcb0-4d3e-bf2b-75ac7a13c26d</guid><dc:creator>Adrian Eggenberger</dc:creator><description>&lt;p&gt;Hi Bj&amp;ouml;rn&lt;br /&gt;I have the same issue with the SES 4.42 with the nRF9160. Is there a fix available for this issue or is it still pending?&lt;/p&gt;
&lt;p&gt;Thanks Adrian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/170989?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 21:18:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27c6b80e-1e66-4d36-8353-ef48dd85524b</guid><dc:creator>Scott</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;I am having a similar problem using SEGGER Embedded Studio for ARM&lt;br /&gt;Release 4.12&amp;nbsp;&amp;nbsp;Build 2018112601.37855&lt;br /&gt;Windows x64&lt;/p&gt;
&lt;p&gt;When I select a Group under Registers, GPIO is not shown.&amp;nbsp; So far, the only way I have found to display the GPIO configuration registers is by directly looking at their memory locations, which is not easy.&lt;/p&gt;
&lt;p&gt;Is there a newer configuration file to support viewing the GPIO registers for the nRF52832?&amp;nbsp; I am currently using the nRF52-DK, although we may move to the nRF52840 in the future.&lt;/p&gt;
&lt;p&gt;Thanks for your help,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/160206?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 13:03:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3d1d24f-e3bf-4a5e-b79b-0df37d7a2e48</guid><dc:creator>gerrys</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;The GPIOTE registers are also not showing correctly. I&amp;#39;ve downloaded your ZIP file, but they are still not showing.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tested SDK 15.0 and 15.2 using SES V4.10a. I&amp;#39;m using nRF52840.svd.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve checked the .svd file using Ozone debugger from Segger, and the GPIOTE registers show correctly.&lt;/p&gt;
&lt;p&gt;Here are the registers shown in debug mode:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2870.SES-GPIOTE.jpeg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/158599?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 10:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:496875d1-2c50-4f41-bf68-3478fc999109</guid><dc:creator>CheMax</dc:creator><description>&lt;p&gt;Faced a similar problem. They looked for differences between files and nrf52832.vvd and for nrf52840.dvd. Found the difference in the description of multichannel registers described like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="html"&gt;&amp;lt;register&amp;gt;
          &amp;lt;dim&amp;gt;0x8&amp;lt;/dim&amp;gt;
          &amp;lt;dimIncrement&amp;gt;0x4&amp;lt;/dimIncrement&amp;gt;
        ...
&amp;lt;/register&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;if the description is changed to this (not to delete 0x, but to represent the numbers in decimal encoding.):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="html"&gt;&amp;lt;register&amp;gt;
          &amp;lt;dim&amp;gt;8&amp;lt;/dim&amp;gt;
          &amp;lt;dimIncrement&amp;gt;4&amp;lt;/dimIncrement&amp;gt;
        ...
        &amp;lt;/register&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;then the registers are displayed correctly.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;P.S.&amp;nbsp;CMSIS wizard&amp;nbsp;has a similar problem. It also does not correctly work out the values specified in the hexadecimal system.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;P.P.S My file with changes:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf52840.rar"&gt;devzone.nordicsemi.com/.../nrf52840.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;replace your file in directory:&amp;nbsp;nRF5_SDK_15.2.0\modules\nrfx\mdk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/157217?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 07:58:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26e72cc7-4186-423f-8a67-c279c2abc550</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hello Hurley,&lt;/p&gt;
&lt;p&gt;Just use the file attached to bjorn-spockeli&amp;#39;s message above. This solves the issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/157185?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 21:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78547bb8-fdda-49e1-b4c7-698dbc59ed62</guid><dc:creator>HurleyResearch</dc:creator><description>&lt;p&gt;confirmed that with latest SES (4.10a), and tried both nrf52840.svd files, and still cannot see psereset reg in uicr.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/157184?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 20:41:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d81a7e74-3018-4f69-93e0-79dba1c02f2b</guid><dc:creator>HurleyResearch</dc:creator><description>&lt;p&gt;Perhaps a similar issue, I cannot see several of the regs in NRF_UICR in SES, for instance PSELRESET is missing. I am using SES 3.34 and SDK 15.2. I will try to update SES. Same issue with nrf52840.svd that ships with 15.2, and the above posed svd file. Any help appreciated... I&amp;#39;ve got an issue with not being able to set the reset pin selection! Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/137630?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 09:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:914a271e-42de-4909-ac1f-fe54839f3894</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;I confirm that this solves the issue. I can now see all the GPIO registers even after DETECTMODE.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will close the question.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/137626?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 08:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d9716cc-8459-4d1f-bcec-f2610637b6ce</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;It should be visible now, I had to zip it in order to get the upload to finish properly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/137619?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 08:45:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b992a5fa-ff19-4f04-b93c-315e47435895</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hi Bjorn,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for coming back. I cannot see yout attachement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/137617?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 08:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b96ef0ac-524a-4ab0-8484-a5c49767458f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vgram"&gt;Sebastian&lt;/a&gt;&amp;nbsp;: I sincerely apologize for the very late reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I did some changes to the nRF52840.svd file and I am now able to see the Pin Configuration registers during debugging. Could you try to use the attached .svd file and see if that resolves the issue?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-f5c4f4d38444456d8f98af5f44dc1bb9/nrf52840_5F00_svd.zip"&gt;devzone.nordicsemi.com/.../nrf52840_5F00_svd.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135203?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 14:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ea8b262-5cb8-4f4a-b425-eb91fbb6dc1e</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Thanks bjorn. Let me know when you have something.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135199?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 14:06:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f65abb91-1ef8-4452-a326-5a1364c5436d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ah, I was using the nRF52832 DK when testing this. I am seeing the same issue as you when I am using the nRF52840 DK and the nrf52840.svd register definition file when debugging in SES. I am not seeing the same issue when using Keil, so there has to be something with how SES is interpreting the .svd file. I will investigate this internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135180?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:27:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71d2ecad-6f60-4bee-9fd0-42ee56897486</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;One above is usbd_cdc_acm but I saw the problem even in blinky.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135176?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:23:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4744571e-369e-473b-b01a-2a1dac890660</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hmm, then I do not know why the Pin Configuration registers are not shown? Which example from the SDK are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135092?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 08:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39781c5f-e62c-4d7a-bf48-0f3133b413c2</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;I am running SES 3.40 64 bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135090?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 08:41:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0afc7eaa-dd0d-42e9-99a8-311fb6a582f7</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you try updating to SES v3.34 or 3.40( latest i think) and see if that resolves the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135074?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 07:53:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a79062e-9476-4c3b-b3d8-71e90ab34531</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hi bjorn,&lt;/p&gt;
&lt;p&gt;I am using SDK 15.0.0.&lt;/p&gt;
&lt;p&gt;Both nrf52.svd and nrf52840.svd that I am using do have the PIN_CNF definition in them.&lt;/p&gt;
&lt;p&gt;Still registers do not appear.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/135055?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 06:37:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5030197-bd06-4533-8acb-6987436a5946</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Which SDK version are you using? Could you check if the nrf52.svd file you&amp;#39;re using has the following register section after the entry for the DETECTMODE register?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;register&amp;gt;
          &amp;lt;dim&amp;gt;32&amp;lt;/dim&amp;gt;
          &amp;lt;dimIncrement&amp;gt;4&amp;lt;/dimIncrement&amp;gt;
          &amp;lt;name&amp;gt;PIN_CNF[%s]&amp;lt;/name&amp;gt;
          &amp;lt;description&amp;gt;Description collection[0]:  Configuration of GPIO pins&amp;lt;/description&amp;gt;
          &amp;lt;addressOffset&amp;gt;0x700&amp;lt;/addressOffset&amp;gt;
          &amp;lt;access&amp;gt;read-write&amp;lt;/access&amp;gt;
          &amp;lt;resetValue&amp;gt;0x00000002&amp;lt;/resetValue&amp;gt;
          &amp;lt;fields&amp;gt;
            &amp;lt;field&amp;gt;
              &amp;lt;name&amp;gt;DIR&amp;lt;/name&amp;gt;
              &amp;lt;description&amp;gt;Pin direction. Same physical register as DIR register&amp;lt;/description&amp;gt;
              &amp;lt;lsb&amp;gt;0&amp;lt;/lsb&amp;gt;
              &amp;lt;msb&amp;gt;0&amp;lt;/msb&amp;gt;
              &amp;lt;enumeratedValues&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Input&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Configure pin as an input pin&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Output&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Configure pin as an output pin&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;1&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
              &amp;lt;/enumeratedValues&amp;gt;
            &amp;lt;/field&amp;gt;
            &amp;lt;field&amp;gt;
              &amp;lt;name&amp;gt;INPUT&amp;lt;/name&amp;gt;
              &amp;lt;description&amp;gt;Connect or disconnect input buffer&amp;lt;/description&amp;gt;
              &amp;lt;lsb&amp;gt;1&amp;lt;/lsb&amp;gt;
              &amp;lt;msb&amp;gt;1&amp;lt;/msb&amp;gt;
              &amp;lt;enumeratedValues&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Connect&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Connect input buffer&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Disconnect&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Disconnect input buffer&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;1&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
              &amp;lt;/enumeratedValues&amp;gt;
            &amp;lt;/field&amp;gt;
            &amp;lt;field&amp;gt;
              &amp;lt;name&amp;gt;PULL&amp;lt;/name&amp;gt;
              &amp;lt;description&amp;gt;Pull configuration&amp;lt;/description&amp;gt;
              &amp;lt;lsb&amp;gt;2&amp;lt;/lsb&amp;gt;
              &amp;lt;msb&amp;gt;3&amp;lt;/msb&amp;gt;
              &amp;lt;enumeratedValues&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Disabled&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;No pull&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Pulldown&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Pull down on pin&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;1&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Pullup&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Pull up on pin&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;3&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
              &amp;lt;/enumeratedValues&amp;gt;
            &amp;lt;/field&amp;gt;
            &amp;lt;field&amp;gt;
              &amp;lt;name&amp;gt;DRIVE&amp;lt;/name&amp;gt;
              &amp;lt;description&amp;gt;Drive configuration&amp;lt;/description&amp;gt;
              &amp;lt;lsb&amp;gt;8&amp;lt;/lsb&amp;gt;
              &amp;lt;msb&amp;gt;10&amp;lt;/msb&amp;gt;
              &amp;lt;enumeratedValues&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;S0S1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Standard &amp;#39;0&amp;#39;, standard &amp;#39;1&amp;#39;&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;H0S1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;High drive &amp;#39;0&amp;#39;, standard &amp;#39;1&amp;#39;&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;1&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;S0H1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Standard &amp;#39;0&amp;#39;, high drive &amp;#39;1&amp;#39;&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;2&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;H0H1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;High drive &amp;#39;0&amp;#39;, high &amp;#39;drive &amp;#39;1&amp;#39;&amp;#39;&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;3&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;D0S1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Disconnect &amp;#39;0&amp;#39; standard &amp;#39;1&amp;#39; (normally used for wired-or connections)&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;4&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;D0H1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Disconnect &amp;#39;0&amp;#39;, high drive &amp;#39;1&amp;#39; (normally used for wired-or connections)&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;5&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;S0D1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Standard &amp;#39;0&amp;#39;. disconnect &amp;#39;1&amp;#39; (normally used for wired-and connections)&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;6&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;H0D1&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;High drive &amp;#39;0&amp;#39;, disconnect &amp;#39;1&amp;#39; (normally used for wired-and connections)&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;7&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
              &amp;lt;/enumeratedValues&amp;gt;
            &amp;lt;/field&amp;gt;
            &amp;lt;field&amp;gt;
              &amp;lt;name&amp;gt;SENSE&amp;lt;/name&amp;gt;
              &amp;lt;description&amp;gt;Pin sensing mechanism&amp;lt;/description&amp;gt;
              &amp;lt;lsb&amp;gt;16&amp;lt;/lsb&amp;gt;
              &amp;lt;msb&amp;gt;17&amp;lt;/msb&amp;gt;
              &amp;lt;enumeratedValues&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Disabled&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Disabled&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;High&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Sense for high level&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;2&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
                &amp;lt;enumeratedValue&amp;gt;
                  &amp;lt;name&amp;gt;Low&amp;lt;/name&amp;gt;
                  &amp;lt;description&amp;gt;Sense for low level&amp;lt;/description&amp;gt;
                  &amp;lt;value&amp;gt;3&amp;lt;/value&amp;gt;
                &amp;lt;/enumeratedValue&amp;gt;
              &amp;lt;/enumeratedValues&amp;gt;
            &amp;lt;/field&amp;gt;
          &amp;lt;/fields&amp;gt;
        &amp;lt;/register&amp;gt;
      &amp;lt;/registers&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/134987?ContentTypeID=1</link><pubDate>Wed, 06 Jun 2018 14:19:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6259b10-c37a-4403-a834-f8b82575d7ff</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;Thanks for coming up:&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t get the CONF registers. I only get up to DETECTMODE.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1528294705656v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am running Segger studio v3.40 (64-bit) on Windows 10 if this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio Pin Configuration Registers View</title><link>https://devzone.nordicsemi.com/thread/134985?ContentTypeID=1</link><pubDate>Wed, 06 Jun 2018 14:14:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b53e8701-2d74-4c05-8449-4c68ef56e591</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;Vasileios,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you should be able to see the GPIO pin configuration under the P0 group in the Registers window, i.e.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-f5c4f4d38444456d8f98af5f44dc1bb9/gpio_5F00_cnfig_5F00_regs.PNG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>