Hi,
i am using nRF52840 SoC and Had confusion on pin mapping for SPI (external flash) and I2C (external sensors) as below:
I found one similar query and it was said to not use the standard low freq IOs for I2C and SPI interface.So can you confirm that i can use below pins for SPI and I2C.
P0.4-> SPI_CS
P0.6-> SPI_Clk
P0.7-> SPI_MISO
P0.15-> SPI_MOSI
And P0.19-> I2C_SCL , P0.23 -> I2C_SDA
Also please let us know if there are any specific pins to be used for interrupts from external sensors, which can be considered as priority during interrupt events?