Hello,
The NRF world is still totally new to me and I'm currently working my way into it for a project.
I use the nRF Connect SDK. I use the SPI interface on an nRF52 to receive BiSS from an encoder. In the first step, I used the Zephyr SPI API after an example. This one causes me several problems, especially when debugging. I guess the Zephyr SPI uses bitbang. Do I see it right that I can also use a NRFX_SPIM driver instead? Does this offer more features than the Zephyr driver? How I can change?