<?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>nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122316/nrf54l15-dk-examples-fail-to-build</link><description>Hello, 
 we are testing software with the nRF54L15 DK with the 3.0.2 SDK and toolchain. 
 When creating a board configuration we use: 
 nrf54l15dk/nrf54l15/cpuapp 
 optimize for debugging (-Og) or project defaults building 
 
 A working example project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jun 2025 08:01:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122316/nrf54l15-dk-examples-fail-to-build" /><item><title>RE: nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/thread/540819?ContentTypeID=1</link><pubDate>Mon, 30 Jun 2025 08:01:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39243ecc-f5be-427f-9c4b-c9dfca00c711</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think you can refer to the &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-5-serial-peripheral-interface-spi/"&gt;SPI lesson from the Academy course&lt;/a&gt;. It provides a minimal SPI buffer exchange example using the Zephyr SPI API. You can also find the&lt;a href="https://github.com/NordicDeveloperAcademy/ncs-inter/tree/main/l5/l5_e1_sol"&gt; same sample here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/thread/540383?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 16:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caaa6d3f-6d49-406f-9307-b3b20b709782</guid><dc:creator>lCannon</dc:creator><description>&lt;p&gt;I was digging into the driver examples:&amp;nbsp;&amp;nbsp;v3.0.2\zephyr\tests\drivers\spi\spi_loopback.&amp;nbsp; I was also trying out nrfx_spim non-blocking example and others.&amp;nbsp; When I filter examples using the VS code extension for the nRF54L15 DK, only one SPI example is present, the SPI Flash Sample.&amp;nbsp; It does work but it obscures the SPI driver with a flash driver so is not really an example of opening a SPI port and exchanging buffers.&amp;nbsp; I am asking if you know of a good example that has the required overlay change and C code where it, opens the SPI port and exchanges some buffers over SPI using either Zephyr SPI interface or Nordics driver directly.&amp;nbsp; The examples that worked NRF52 just don&amp;#39;t work.&lt;br /&gt;&lt;br /&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/thread/540375?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 15:21:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5fd5247-e786-4cf4-963f-6d1a30b1bb9b</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Which loopback sample are you referring to here?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/thread/540245?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 21:24:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5cdd4b4-9c3c-44c2-a866-55fbcfa9d672</guid><dc:creator>lCannon</dc:creator><description>&lt;p&gt;The system_off example does build and demonstrate power saving modes.&amp;nbsp; Thank you.&amp;nbsp; Is there an example to for using the SPI as a master with DMA?&amp;nbsp; Open the device and transfer buffers with a client SPI device?&amp;nbsp; The loop back example does not compile for the nRF54L15.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 DK examples fail to build</title><link>https://devzone.nordicsemi.com/thread/539735?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 14:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b12b6d4-a9de-4959-9eeb-0fa32afc4935</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I understand the issue you&amp;#39;ve described. &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/counter/alarm/README.rst"&gt;This sample &lt;/a&gt;assumes that a compatible&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/counter/alarm/src/main.c#L122"&gt; counter device is available in the device tree&lt;/a&gt;, which is not the case for the nRF54L15.&lt;/p&gt;
&lt;p&gt;If you check the &lt;code&gt;sample.yaml&lt;/code&gt; file for the Counter Alarm sample, you&amp;#39;ll notice that the nRF54L15 is not listed. Unlike previous Nordic chips, the traditional RTC0 peripheral is not exposed as &lt;code&gt;&amp;quot;rtc0&amp;quot;&lt;/code&gt; on the nRF54L15, and the &lt;code&gt;nrfx_rtc&lt;/code&gt; driver is not used with this device.&lt;/p&gt;
&lt;p&gt;Instead, the nRF54L15 introduces a new peripheral called the Global Real-Time Counter (GRTC). This serves as a high-resolution, ultra-low-power system timer that&amp;#39;s available in all power modes, including System OFF. You can find more details in the&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/grtc.html"&gt; product specification&lt;/a&gt; under &lt;a href="https://docs.nordicsemi.com/bundle/nrfx-apis-latest/page/group_nrfx_grtc.html"&gt;GRTC Driver&lt;/a&gt;&amp;nbsp;and &lt;a href="https://docs.nordicsemi.com/bundle/nrfx-apis-latest/page/group_nrf_grtc_hal.html"&gt;GRTC HAL&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, refer to this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121544/how-to-make-the-intermittent-application-with-grtc-and-lfxo-while-asleep"&gt;old DevZone thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>