<?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 - Advertising and DFU Indication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27756/custom-board---advertising-and-dfu-indication</link><description>Hi all, 
 I have a custom board with 3 LED&amp;#39;s and one button. I have created a custom_board.h file: 
 #define LEDS_NUMBER 3

#define LED_START 22
#define LED_1 22
#define LED_2 23
#define LED_3 24
#define LED_STOP 24

#define LEDS_ACTIVE_STATE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 03 Dec 2017 07:34:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27756/custom-board---advertising-and-dfu-indication" /><item><title>RE: Custom Board - Advertising and DFU Indication</title><link>https://devzone.nordicsemi.com/thread/109499?ContentTypeID=1</link><pubDate>Sun, 03 Dec 2017 07:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8d59c8e-3a92-41c6-b14c-4b1d8d5bb010</guid><dc:creator>fab</dc:creator><description>&lt;p&gt;To everyone who may be concerned, I have answered to my own questions.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Remove all the calls to bsp_indication_set&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The bootloader has to be (re)compiled with the information about the custom board&lt;/p&gt;
&lt;p&gt;a) copy custom_board.h from the project to the bootloader config file&lt;/p&gt;
&lt;p&gt;b) compile the bootloader with the -DBOARD_CUSTOM&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now I am good to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>