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

I want to implement spi communication and TWI communication on 2 IO pins.

I am developing a NRF52810 product,
I am downloading using JTAK on NRF52832 development board.

I have the NRF52810 because of the lack of IO pins.
SPI CLK , TWI CLK are pin P0.12,
SPI MOSI, TWI Data is pin P0.15,
I want to control the SPI CS pin with pin P0.04.

How can I implement this feature?

Related