Does flex spi support simultaneous read/write?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Does flex spi support simultaneous read/write?

871件の閲覧回数
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 件の賞賛
返信
2 返答(返信)

852件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

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

Regards

 

0 件の賞賛
返信

847件の閲覧回数
rdr3e
Contributor I

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

 

 

0 件の賞賛
返信