<?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>nRF52 address of single pin&amp;#39;s input/output register</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31291/nrf52-address-of-single-pin-s-input-output-register</link><description>Hi, 
 On STM32 and some other platforms I&amp;#39;m able to get an address that I can write to in order to set the value of a single pin. While (like on nRF) there is one output register per bank of pins, you can use bit banding to get an address that&amp;#39;ll change</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Mar 2018 10:18:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31291/nrf52-address-of-single-pin-s-input-output-register" /><item><title>RE: nRF52 address of single pin's input/output register</title><link>https://devzone.nordicsemi.com/thread/123609?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 10:18:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:902a4c62-57e3-4ca4-9f18-8b762179e619</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Yes there is no bitbanding on the nRF series chips. They are only mapped as bits in the 32 bit PORT registers. There is no way of getting one single address to read/write from for a single pin.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 address of single pin's input/output register</title><link>https://devzone.nordicsemi.com/thread/123597?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 10:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e359568-b9c4-49e4-93af-2344dd27e2b7</guid><dc:creator>Gordon</dc:creator><description>&lt;p&gt;Ok, so to be clear - there is no way whatsoever of getting a single address to write to/read from?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 address of single pin's input/output register</title><link>https://devzone.nordicsemi.com/thread/123592?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 09:55:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e6e2e89-8a40-4ba8-8157-ab15306e2901</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The easiest way to read/write to one GPIO is to use the abstraction layer provided in nrf_gpio.h.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you already know each pin doesn&amp;#39;t have it&amp;#39;s own address, but&amp;nbsp; it is &amp;quot;merged&amp;quot; into the 32-bit register value for all pins.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>