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

Need three SPI master interfaces

I am trying to use the sdk_config.h file from SDK15 to setup a custom board with a nRF52832.  The nRF5283 connects to three SPI peripherals.  For ease of software development the three SPI peripherals are all in slave mode, the nRF52 is master of all of them.

How do I assign pins in the sdk_config.h file? 

I have the feeling I am missing some important piece of documentation.  The only documentation I have found is the datasheet for the nRF52831 and the documentation directory of the SDK.

Related