Hi,
I am trying to run the NRFX_SPIM example project code on my DK. But my DK is 10040/nrf52382 and the example project given in SDK15.2 only has a folder for 10056. Should the code still work on my chip?
Specifically, can I run this line of code on a NRF52382? nrfx_spim_xfer_desc_t xfer_desc = NRFX_SPIM_XFER_TX(data, 2);
What if I do not run the code on my dev kit but run it on a custom made PCB that has nrf52382 but uses no PCA at all.
My ide is Embedded Studio. Thanks