<?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>Custom Board - can&amp;#39;t use more than 4 buttons</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16784/custom-board---can-t-use-more-than-4-buttons</link><description>We did initial work on the NRF51DK (PCA_10028).
We are using SDK 12 and ARM-GCC.
We were able to compile and run successfully the experimental_ble_app_blinky and connect using your android App - nRF Blinky.
We developed a custom board and were able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Sep 2016 16:33:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16784/custom-board---can-t-use-more-than-4-buttons" /><item><title>RE: Custom Board - can't use more than 4 buttons</title><link>https://devzone.nordicsemi.com/thread/64214?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2016 16:33:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7e23d6e-667f-4b53-9040-e928d5cc4b08</guid><dc:creator>Bryan H</dc:creator><description>&lt;p&gt;THANK YOU!
I simply added the:
&amp;quot;#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 6&amp;quot;
in my program and it works now.
Thanks Again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board - can't use more than 4 buttons</title><link>https://devzone.nordicsemi.com/thread/64213?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2016 16:23:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:839be3d9-dafe-40f8-bbc5-e982887e2aa7</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;With a custom board you will need to modify the board files.
You can find the board files under:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;\SDK_INSTALL_FOLDER\examples\bsp
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When creating a new board file, simply copy the pca10028.h file, rename it, and modify it after your requirements. Then you have to modify boards.h to support your new file, and add a new define that you can specify in the makefile to include your modified file.&lt;/p&gt;
&lt;p&gt;A button press is a low power event, so you will also need to increase GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS which can be found in sdk_config.h.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>