<?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>Help needed with PWM peripheral on custom nRF54L15 board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122256/help-needed-with-pwm-peripheral-on-custom-nrf54l15-board</link><description>Hi, 
 I have a custom board for the nRF54L15. I have already implemented LEDs and a button, which work fine. But I cannot get the PWM peripheral working, and I do not understand why. When I try to build my Zephyr project, I get a linker error and the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Jun 2025 11:27:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122256/help-needed-with-pwm-peripheral-on-custom-nrf54l15-board" /><item><title>RE: Help needed with PWM peripheral on custom nRF54L15 board</title><link>https://devzone.nordicsemi.com/thread/539186?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 11:27:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dace74af-dd9d-4c12-9ce2-db15d06670a4</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You have this error&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;app/libapp.a(hw_init.c.obj): in function `hw_init`:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;C:/project.../src/HW/hw_init.c:38: undefined reference to `__device_dts_ord_30&amp;#39;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;collect2.exe: error: ld returned 1 exit status&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;ninja: build stopped: subcommand failed.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;to know what that&amp;nbsp;ord_30 is, you should look into&amp;nbsp;&amp;lt;build&amp;gt;/zephyr/include/generated/zephyr/devicetree_generated.h and see what 30 represents in your build. Once you know what that is then you can see if you have that missing in your device tree or not.&amp;nbsp; If that is PWM related make sure those are enabled&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_PWM=y
CONFIG_PWM_NRFX=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You have shown me aliases but you have not shown how you have defined your pwm and pwm_buzzer. Can you please show what those look like in your devicetree files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>