<?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>How to start a project with nrfx driver instead of ncs on the NRF54L15DK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121006/how-to-start-a-project-with-nrfx-driver-instead-of-ncs-on-the-nrf54l15dk</link><description>Hi, 
 I want to develop a new project without using NCS way. For this project, I didn&amp;#39;t use the Kconfig and deviceTree. 
 The hardware I use is NRF54L15-DK. 
 My purpose is to develop a simple demo with nrfx driver. Here is the deriver I want to use:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 May 2025 10:00:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121006/how-to-start-a-project-with-nrfx-driver-instead-of-ncs-on-the-nrf54l15dk" /><item><title>RE: How to start a project with nrfx driver instead of ncs on the NRF54L15DK?</title><link>https://devzone.nordicsemi.com/thread/536383?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 10:00:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e2d9778-1331-4f6a-a567-6e0598b0649d</guid><dc:creator>Mrzhang</dc:creator><description>&lt;p&gt;Thanks. Sorry to bother you again. But my problem is still not fixed now.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t use the configuration based on Zephyr, like CMakeLists and Kconfig, etc. For my project, I just directly developed it by using the nrfx driver.&lt;/p&gt;
&lt;p&gt;My first step was to enable a button pin with interruption way.&amp;nbsp;I could measure the voltage change of the button pin through a multimeter, but I couldn&amp;#39;t get any interruption from this pin. So, I thought there must be a problem with the MCU initialization process. So, I look forward to getting an example which is developed with nrfx driver instead of using the Zephyr configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to start a project with nrfx driver instead of ncs on the NRF54L15DK?</title><link>https://devzone.nordicsemi.com/thread/533249?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 16:11:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a69726c-f061-44ee-8c00-6c0f753972c1</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;There are multiple examples here you can use as basis:&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/hal_nordic/tree/master/nrfx/samples/src"&gt;https://github.com/zephyrproject-rtos/hal_nordic/tree/master/nrfx/samples/src&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For instance this one:&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/hal_nordic/tree/master/nrfx/samples/src/nrfx_timer/timer"&gt;https://github.com/zephyrproject-rtos/hal_nordic/tree/master/nrfx/samples/src/nrfx_timer/timer&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To make it work on the nRF54L15 I did this:&amp;nbsp;&lt;a href="https://github.com/kemegard/nrfx_timer_nrf54l15/blob/main/src/nrfx_timer/timer/"&gt;https://github.com/kemegard/nrfx_timer_nrf54l15/blob/main/src/nrfx_timer/timer/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>