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

Parallel SPIS peripherals without a TX data stream.

I am trying to use 2 SPIS peripherals to collect ADC data and have a couple of questions:

1.)  I do not need a MISO function in my SPIS implementation and would like to know how to configure that.   Can the peripheral be configured to act as an RX only device?  If so, can I use the SDK?

2.) Can the two peripherals share the same SCK pin?  (I assume the answer is NO but thought I might get lucky).

Parents Reply
  • Hello,

    The max speed for the SPI is 8MHz, so I don't think you will get it to work with 64MHz.

    I was able to find this in the specification, but we are currently doing some merging on our documentation libraries, so I can't get the link to it. However, here is a screenshot:

    It is found under nRF52840->product specification->peripherals->SPIS->Electrical Specification

    BR,

    Edvin

Children
Related