<?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>sysclk not showing up on GPIO pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15412/sysclk-not-showing-up-on-gpio-pin</link><description>I am trying to probe sysclk signal on one of the unused GPIO pins on a nRF52 board. I modified the ble_app_template example provided in SDK 11.0.0 and added a sysclk function to see the sysclk signal on P0.11. The project builds and loads with no errors</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Jul 2016 10:04:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15412/sysclk-not-showing-up-on-gpio-pin" /><item><title>RE: sysclk not showing up on GPIO pin</title><link>https://devzone.nordicsemi.com/thread/58835?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2016 10:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a70005-a369-4239-87bd-8ef98015a57b</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Tested this on nRF52 DK and it works. What hardware are you using? Is the BLE part of the application working (is it advertising)?&lt;/p&gt;
&lt;p&gt;And btw: it is good practise to add parenthesis around each bitshift operation:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_GPIOTE-&amp;gt;CONFIG[0] = (GPIOTE_CONFIG_MODE_Task &amp;lt;&amp;lt; GPIOTE_CONFIG_MODE_Pos) |
    (GPIOTE_CONFIG_POLARITY_Toggle &amp;lt;&amp;lt; GPIOTE_CONFIG_POLARITY_Pos) |
    (11 &amp;lt;&amp;lt; GPIOTE_CONFIG_PSEL_Pos) | 
    (GPIOTE_CONFIG_OUTINIT_Low &amp;lt;&amp;lt; GPIOTE_CONFIG_OUTINIT_Pos);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>