
I checked the following problem while modifying the source code for SPI and TWI communication.
What is the reason and how to solve it?

I checked the following problem while modifying the source code for SPI and TWI communication.
What is the reason and how to solve it?
Hi,
52810 has only one SPI and one TWI instance. There should be only NRF_SPI0. Check that you have no NRFX_SPI1_ENABLED and NRFX_SPI2_ENABLED in sdk_config.h.
Hi,
52810 has only one SPI and one TWI instance. There should be only NRF_SPI0. Check that you have no NRFX_SPI1_ENABLED and NRFX_SPI2_ENABLED in sdk_config.h.