Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any GPIO pin as SPI?
Thank you
Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any GPIO pin as SPI?
Thank you
Hi Drew,
Yes, you should be able to use any available GPIO pins for the SPI, just make sure that only one peripheral is assigned to a particular GPIO at the same time.
https://docs.nordicsemi.com/bundle/ps_nrf9151/page/spis.html#ariaid-title6
-Priyanka
Hi Drew,
Yes, you should be able to use any available GPIO pins for the SPI, just make sure that only one peripheral is assigned to a particular GPIO at the same time.
https://docs.nordicsemi.com/bundle/ps_nrf9151/page/spis.html#ariaid-title6
-Priyanka
Wonderful, thank you for letting me know. I appreciate it.