<?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>GPIO setup for CUSTOM board FANSTEL  remap of leds</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42181/gpio-setup-for-custom-board-fanstel-remap-of-leds</link><description>I have created a custom board in the boards.h file. 
 
 I then created the fanstel header file and copied the PCA10056 information accross. Everything is working as it should except im having trouble with P1.00. I looked at this post https://devzone.nordicsemi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 12 Jan 2019 12:19:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42181/gpio-setup-for-custom-board-fanstel-remap-of-leds" /><item><title>RE: GPIO setup for CUSTOM board FANSTEL  remap of leds</title><link>https://devzone.nordicsemi.com/thread/165291?ContentTypeID=1</link><pubDate>Sat, 12 Jan 2019 12:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcb8474c-299a-4ce7-b8e1-25d2e84565a2</guid><dc:creator>melt</dc:creator><description>&lt;p&gt;Thanks Kenneth,&amp;nbsp; Its only 1 LED I suppose I can address&amp;nbsp;it from the list.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO setup for CUSTOM board FANSTEL  remap of leds</title><link>https://devzone.nordicsemi.com/thread/164365?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 17:18:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46049dd6-021b-491a-86c0-acea82b8d682</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Looks like the hal_leds_init() will presume the LEDs are chronologically ordered from LED_START to LED_STOP, in other words it will set pins P0.11, P0.12, P0.13... P0.31, P0.32(!) as output LEDs. It also seems to only support PORT0 (=NRF_GPIO I presume). The implementation of &lt;span&gt;hal_leds_init()&amp;nbsp;&lt;/span&gt;doesn&amp;#39;t look as it supports what you want to do. I believe you need to use&amp;nbsp;bsp_board_led_on() or&amp;nbsp;bsp_board_led_off(), which will select a LED from&amp;nbsp;LEDS_LIST, numbered from 0 (=LED_1) to 1(=LED_2) in this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>