This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPIS configuration for NRF52810

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? 

Related