<?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>How to add a custom board when using the BSP?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5942/how-to-add-a-custom-board-when-using-the-bsp</link><description>I&amp;#39;m trying to use the board support package (BSP) through a keil software pack, starting from the dfu_dual_bank_ble_s110_pca10028 example. I thought it would be more or less these simple steps: 
 
 
 Replace the development board version with BOARD_CUSTOM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 May 2021 12:12:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5942/how-to-add-a-custom-board-when-using-the-bsp" /><item><title>RE: How to add a custom board when using the BSP?</title><link>https://devzone.nordicsemi.com/thread/307915?ContentTypeID=1</link><pubDate>Mon, 03 May 2021 12:12:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a297eb82-381a-46a5-891c-4e2e0b26acdb</guid><dc:creator>VinuGopalakrishnan</dc:creator><description>&lt;p&gt;..\..\..\ worked for me. Why doesnt it detect forward slashes? It should be handled by IDE i suppose. Using SES here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add a custom board when using the BSP?</title><link>https://devzone.nordicsemi.com/thread/20693?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2015 05:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d3b5df4-01bb-4f61-bdab-864549a772bf</guid><dc:creator>GlennEngel</dc:creator><description>&lt;p&gt;This worked for me after using ../../../ for the Include Paths&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add a custom board when using the BSP?</title><link>https://devzone.nordicsemi.com/thread/20692?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2015 15:42:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edbd6eaf-8984-4038-9aa0-a0eb25e524b8</guid><dc:creator>drkow19</dc:creator><description>&lt;p&gt;This does not work for me. Maybe ....\ is not pointing to the same directory as main.c? I created a project from scratch, so my main.c is in the root folder of my project, along with the .uvprojx file. I noticed that the RTE folder is included, so I placed board_custom.h in that folder and it was included properly, but I&amp;#39;d rather place it in the root folder. Any suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add a custom board when using the BSP?</title><link>https://devzone.nordicsemi.com/thread/20691?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2015 18:05:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32e7b885-7487-4f12-af19-d63a1910432c</guid><dc:creator>Audun</dc:creator><description>&lt;p&gt;Hi Stellios,&lt;/p&gt;
&lt;p&gt;boards.h doesn&amp;#39;t know (or need to know) where custom_board.h is located. What you need to do is make sure that the directory where you&amp;#39;ve placed your custom_board.h file is added to the include path in the compiler.&lt;/p&gt;
&lt;p&gt;For example, if you&amp;#39;ve put custom_board.h in the same directory as main.c your Keil include path would look like this:
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/custom_5F00_board.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,
Audun&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>