Hello,
I'm currently using SDK 17.0.2 with NRF52840. We have our SPIM3 device up and running nicely. I'm now de-risking our SPIM0 device and noticed that chip select isn't the same as in SPIM3. Can you confirm the following:
1) Is chip select handled manually with a gpio_write() call?
2) Which function do we use for SPIM0/1/2? x
nrfx_spim_xfer_dcx() or nrfx_spim_xfer()
Thank you.