This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to connect multiple peripheral interface on one device?

Hi everyone.

I used sdk v10.0.0 and softdevice s130. I want to make peripheral device with nRF51422. This peripheral device have to configured with diffent peripheral interface(TWI, SPI). How to connect the two peripheral interface at the same time on one device? If this is possible, how must I configure.

Thank you.

Parents
  • I don't understand the problem. You connect some pins to your TWI device and run the TWI driver on those pins and you connect the SPI device to some other pins and run the SPI driver, or your own code which drives the SPI, on those pins. You can connect lots of interfaces at the same time, there's plenty of pins to choose from.

Reply
  • I don't understand the problem. You connect some pins to your TWI device and run the TWI driver on those pins and you connect the SPI device to some other pins and run the SPI driver, or your own code which drives the SPI, on those pins. You can connect lots of interfaces at the same time, there's plenty of pins to choose from.

Children
No Data
Related