Hi,
I'm looking to continuously sample the ADC at a high sample rate with rotating buffers.
I found an example code that matches what I need with the older SDK for nRF52 here:
https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/nrfx_saadc_continuous_sampling
The new SDK uses Zephyr RTOS, but I cannot find an equivalent implementation of the same example for nRF54L. Any boilerplate code like above would be of help.
Thank you.