<?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>NRF54 &amp;amp; WS2812 (LED Strip sample code) not compiling</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126188/nrf54-ws2812-led-strip-sample-code-not-compiling</link><description>Hello! Has anyone been able to get the LED Strip samplee code and consequently drivers to work with NRF54 Dev Kit? I have tried copying .overlay from NRF53 but can&amp;#39;t get the project to compile. Receiving the following errors: Is their updated code available</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Dec 2025 13:33:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126188/nrf54-ws2812-led-strip-sample-code-not-compiling" /><item><title>RE: NRF54 &amp; WS2812 (LED Strip sample code) not compiling</title><link>https://devzone.nordicsemi.com/thread/557220?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2025 13:33:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a40579de-327a-4422-a36b-333c6be0c22b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Technically, there should not be any issues running the ws2812 led strip with nRF54-based devices However, the zephyr library is hardcoding the GPIO operations, limited to nRF51/nRF52/nRF53/nRF91 devices:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/led_strip/ws2812_gpio.c#L35-L49"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/led_strip/ws2812_gpio.c#L35-L49&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which then disallows you to select the kconfig symbol:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos//zephyr/blob/main/drivers/led_strip/Kconfig.ws2812#L59"&gt;https://github.com/zephyrproject-rtos//zephyr/blob/main/drivers/led_strip/Kconfig.ws2812#L59&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend that you register an issue with upstream zephyr and ask if they can expand on this library.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>