Hi guy,
I am new to nRF52, I read some example code and I see this:
#define SPI1_CONFIG_SCK_PIN 2
#define SPI1_CONFIG_MOSI_PIN 30
#define SPI1_CONFIG_MISO_PIN 4
#define SPI1_CONFIG_IRQ_PRIORITY 6
#define SPI1_CONFIG_CS_PIN 3
I can't find in any document that why these pin could be assigned to SPI pin function. Does anyone know what document mention it?
Thanks a lot!