Hi,
I am trying to implement SPI slave on NRF52810. I added nrfx_spis.c and enabled below macros in sdk_config.h
NRFX_SPIS_ENABLED and NRFX_SPIS0_ENABLED to 1
Still,I am getting below error
'NRFX_SPIS0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_SPIS_INSTANCE'?
Any idea what I am missing here?