How to start a project with nrfx driver instead of ncs on the NRF54L15DK?

Hi,

I want to develop a new project without using NCS way. For this project, I didn'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: GitHub - NordicSemiconductor/nrfx: Standalone drivers for peripherals present in Nordic SoCs

My question is that I can't find any example I can learn from. So, do you have any demo or example for NRF54L15 that can help me out?

Related