<?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>Peripheral LBS sample 1.8.0 and nRF52DK board, nrf52832 LED outputs configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83290/peripheral-lbs-sample-1-8-0-and-nrf52dk-board-nrf52832-led-outputs-configuration</link><description>Hi, 
 how can I change the standard LED_0 output from P0.17 to P0.03? I am using SES, toolchain 1.8.0 and the nRF52DK board and I would like to flash the sample code to a custom nRF52832 board. Is it the nrf52dk_nrf52832.dts or zephyr.dts file that define</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jan 2022 08:47:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83290/peripheral-lbs-sample-1-8-0-and-nrf52dk-board-nrf52832-led-outputs-configuration" /><item><title>RE: Peripheral LBS sample 1.8.0 and nRF52DK board, nrf52832 LED outputs configuration</title><link>https://devzone.nordicsemi.com/thread/345824?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 08:47:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc6eed56-6c53-458e-ba97-2e6514fe8bac</guid><dc:creator>Konstantinos Papadopoulos</dc:creator><description>&lt;p&gt;I am using Segger Embedded Studio. I changed the GPIO from 17 to 3, compiled and flashed the board but still was the GPIO 17 that was blinking. But after that, I got a message &amp;quot;Project modified externally. Do you want to re-load the project?&amp;quot; even if the change was made from inside the Segger Embedded Studio, I selected &amp;quot;yes&amp;quot; and&amp;nbsp;then &amp;quot;Build and Run&amp;quot; again and this time the output was at the correct GPIO. So something is not 100% correct with SES but I can continue my development now. Thanks.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1641285984344v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral LBS sample 1.8.0 and nRF52DK board, nrf52832 LED outputs configuration</title><link>https://devzone.nordicsemi.com/thread/345797?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 07:08:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:193d6c05-f752-4b9b-a7a4-89728f04c67f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What environment are you building and flashing your project in? I just tested to make sure, and in the nRFConnect for Visual Studio Code by changing the Led 0 from P0.17 to P0.18 or P0.03 in&amp;nbsp;nrf52dk_nrf52832.dts (peripheral_uart example project) I was able to observe LED2 blinking during advertising instead of LED1, so that is the correct (and prioritized) config file you can change assigned pins.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;leds {
		compatible = &amp;quot;gpio-leds&amp;quot;;
		led0: led_0 {
			gpios = &amp;lt;&amp;amp;gpio0 3 GPIO_ACTIVE_LOW&amp;gt;;
			label = &amp;quot;Green LED 0&amp;quot;;
		};
		led1: led_1 {
			gpios = &amp;lt;&amp;amp;gpio0 18 GPIO_ACTIVE_LOW&amp;gt;;
			label = &amp;quot;Green LED 1&amp;quot;;
		};
		led2: led_2 {
			gpios = &amp;lt;&amp;amp;gpio0 19 GPIO_ACTIVE_LOW&amp;gt;;
			label = &amp;quot;Green LED 2&amp;quot;;
		};
		led3: led_3 {
			gpios = &amp;lt;&amp;amp;gpio0 20 GPIO_ACTIVE_LOW&amp;gt;;
			label = &amp;quot;Green LED 3&amp;quot;;
		};
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;autoconf.h is a file that is automatically generated when you build a project, and will be changed if you make changes to the Kconfig and rebuild the project. Please check out &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#h88sjwm54ukvkhdiku1qtdjdb1685yli"&gt;this blog post&lt;/a&gt;&amp;nbsp;for more detailed information&amp;nbsp;on how to configure projects in nRFConnect SDK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>