Hi,
I noticed nrfx_spim.h contains a method called `nrfx_spim_xfer_dcx` but I can't use it directly in my SPIM app.
I am wondering if that method is available to nRF52 DK developers?
Regards,
yf13
Hi,
I noticed nrfx_spim.h contains a method called `nrfx_spim_xfer_dcx` but I can't use it directly in my SPIM app.
I am wondering if that method is available to nRF52 DK developers?
Regards,
yf13
Set this in your sdk_config.h:
#define NRFX_SPIM_EXTENDED_ENABLED 1
Also, you want to learn how to use the "grep" tool.
Thanks. I added such definitions right in my .c file before including the boards.h file, but it doesn't work.
The strange point is that macro definition exists for 52840 (pca10056) related samples in SDK v16, but never for 52832 samples... I got this information via fgrep tool. :)
Have you made it work for 52832?
The SPIM in the NRF52840 has indeed extended features compared to the one in NRF52832. So it will most likely never work on the older chip, sorry.