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

Unable to change SPI instance in spi example.

Hello, I am trying to change the instance on the spi in the spi example, but unfortunately it is throwing me an error -  implicit declaration of function 'NRF_DRV_SPI_INSTANCE_'; did you mean 'NRF_DRV_SPI_INSTANCE'? [-Werror=implicit-function-declaration]

The code is the spi example provided with the sdk.

Related