Does flex spi support simultaneous read/write?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does flex spi support simultaneous read/write?

763 Views
rdr3e
Contributor I

Hi I am wondering - does the Flex SPI controller support simultaneous read / write?

Let me explain what I mean.

I have the device - FPGA - which once it's clocked immediately sends some data on MISO line.

Eg when I want to issue read operation on FPGA I send the following byte stream:(cmd, addr, length)

MOSI: 0x80 | 0x12 0x34 0x56 | 0x4

MISO: 0x11 | 0xXX 0xXX 0xXX | data[0]... data[3]

As you can see the 0x11 byte is pushed by the FPGA on the same clock cycle as the first byte on MOSI. This is something like a status that allows to verify the device type. The rest 3 bytes are undefined, data[0]...data[3] is actual data that was requested.

Any ideas how can I achieve this?

 

 

0 Kudos
Reply
2 Replies

744 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

No, is matter of 1uSec but no simultaneously,try to implement this.

Regards

 

0 Kudos
Reply

739 Views
rdr3e
Contributor I

Can you elaborate on this: "No, is matter of 1uSec"?

 

 

0 Kudos
Reply