<?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>Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113406/trouble-building-project-using-pwm-leds-in-nrf-connect-sdk</link><description>Hi! 
 SDK Version: v2.6.0 
 I am getting build errors when trying to use PWM for an RGB LED. I have followed guides provided by Nordic but I must be getting something wrong. Below is my prj.conf: 
 
 Below is my dts file: 
 
 Below is my dtsi file: 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Aug 2024 16:33:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113406/trouble-building-project-using-pwm-leds-in-nrf-connect-sdk" /><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/496691?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 16:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43b30a14-bd63-4321-8095-c8064635b85d</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;When trying to build your sample, could you share the problems window too? For eg, when I tried to reproduce your error, I get the following problems:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1722529962287v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Do share yours. Also, I saw that you have a thingy53 board files and hence was building for that board.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/496046?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 14:53:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a03448b-6e66-423c-ac48-ec12bdd0cf97</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;Attached is a zip with my custom board files and the project files.&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/centurion_5F00_anywhere_5F00_button.zip"&gt;devzone.nordicsemi.com/.../centurion_5F00_anywhere_5F00_button.zip&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RES_2D00_BPB.zip"&gt;devzone.nordicsemi.com/.../RES_2D00_BPB.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495977?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 10:40:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:958a8ad0-bea0-401b-9e6e-691f8341d084</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Is it possible to share your project zip file so that I can check it here at my end?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495844?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 15:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa508ee1-9e80-46a2-9714-aa944c29aa4e</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;I understand that. I am trying to figure out where this dependency is missing from. Can you point me to where this dependency should originate from? I believe I have it enabled in the device tree, therefor I am having issue determining why the dependency is missing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495746?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 07:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bad6f2a0-623a-4c4b-92ab-331c4c1bc622</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Missing dependencies mean that in order to get a config to actually be enabled, you will also have to enable it&amp;#39;s dependencies. Here it means that in order to actually enable &lt;a href="https://docs.zephyrproject.org/2.7.5/reference/kconfig/CONFIG_LED_PWM.html"&gt;CONFIG_LED_PWM&lt;/a&gt;&lt;span&gt;, you will need to enable it&amp;#39;s dependencies too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you enabled these dependencies?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495697?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 19:06:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dd9814c-f66b-4461-9e4c-8fcc3a654c26</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve now also noticed that &amp;quot;CONFIG_LED_PWM=y&amp;quot; is underlined orange in vscode because it is missing dependency &amp;quot;&lt;span&gt;DT_HAS_PWM_LEDS_ENABLED&amp;quot;. I&amp;#39;m guessing this means I have something incorrect in my dts or dtsi file but I&amp;#39;m not currently sure what it could be.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495688?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 17:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae0be004-acef-41a0-b002-0f8e84dd9bde</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;Hi Priyanka,&lt;br /&gt;&lt;br /&gt;The PWM code is based off of the rgb_led zephyr example. The board file is being built for a custom hardware, but I currently have files set up to work with an nRF52832 dev kit for basic development.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trouble building project using PWM LEDs in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/495582?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 09:18:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca09955f-4e06-4a7f-b690-4a9d01c3ac13</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Did you refer any of the Nordic Samples? Is your application based on any of the samples?&lt;/p&gt;
&lt;p&gt;Which board are you working on?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>