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

SPIS of nrf52 could not read the data accuracy

I am working with SPIS example ( sdk version 15.3). SPI master send data regulaly. For example, it sent 5ms cs low, but there are only two bytes transferred, the first byte at begin of 5ms, other one at the end. SPIS of nrf52  not read the second one, what can I do with it?

Parents Reply
  • The SPIM is another mcu, i couldn't change it's behavior.
    In fact, i just want the spis to read the data normally without any bytes lost.

    This is almost the same trace from my osilloscope, but i only have two probe, so draw it myself to make it clear reflect the relationship of cs\data\clk and timing.

    What i ask is, if master send these data to me, i should received two bytes, am i right?
    But in fact, only one bytes could be received.

    How can i got the second byte?

Children
No Data
Related