<?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 configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63495/custom-board-configuration</link><description>I am trying to make the custom_board.h header file but I have some questions. I am using the PCA10040.h as a starting point. However I am confused on some of the things included for in that file 
 
 1. What&amp;#39;s LED_START, LED_STOP and is that necessary</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Jul 2020 08:41:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63495/custom-board-configuration" /><item><title>RE: Custom Board configuration</title><link>https://devzone.nordicsemi.com/thread/259379?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 08:41:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c22c7507-733a-415f-849c-2e86547dade5</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;3. You can keep them as in the PCA10056 board file&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp; Sorry, this was entirely my fault, I glanced a bit too quick on the board file. Forget my previous point, just make sure that the I2C pins are assigned to the left or under side of the chip as the pins on the right side and upper side of the IC are marked as low frequency/low drive in the product specification.&lt;/p&gt;
&lt;p&gt;5. This is usually done as part of the pre-processor defines. I&amp;#39;ve included a snippet from SES, if you use GCC then it&amp;#39;s done in the bottom of the makefile.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-68ebbca6cc58426ab714171bf8249c7a/pastedimage1594370457448v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board configuration</title><link>https://devzone.nordicsemi.com/thread/259252?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 14:43:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a82da001-86bc-4fa8-bd4a-9ac66f74f937</guid><dc:creator>Dan Colob</dc:creator><description>&lt;p&gt;3. The RX Pins for the different definitions is different, should I keep this exactly like it was?&lt;/p&gt;
&lt;p&gt;4. I don&amp;#39;t see any SWD pin assignment in the PCA10056 header file. Also, the signals I mentioned in OP are custom signal connected to corresponding pins, I wanted to know if they were configured properly.&lt;/p&gt;
&lt;p&gt;5. Right, I am confused where I have to define this and take out PCA10056 being defined since I am using the example from the SDK to make the project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board configuration</title><link>https://devzone.nordicsemi.com/thread/259121?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 09:19:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8271fb6d-7b28-4b94-a444-fd8d7a517749</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re using nRF52840 then PCA10056 would be the better option to base your custom board file on.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Just an &amp;quot;alias&amp;quot; for LED1 and LED 4, not necessary.&lt;/li&gt;
&lt;li&gt;Depends on your project. If you&amp;#39;re going to use an example from the SDK that uses the buttons then yes it&amp;#39;s necessary. If not, then no.&lt;/li&gt;
&lt;li&gt;Used internally in some of the serialization files.&lt;/li&gt;
&lt;li&gt;The SWD pins on the nRF52 are not optional. It has dedicated pins for this. Use the same as in the PCA10056 board file.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Correct. You only need to define custom_board.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>