How to connect octal mode on FlexSPI for IMXRT1050 for 2 x QSPI IC's?

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

How to connect octal mode on FlexSPI for IMXRT1050 for 2 x QSPI IC's?

1,486件の閲覧回数
keithbuxton
Contributor I

In the reference manual (MXRT1050RM) Chapter 30 FlexSPI Controller there is a note that states:

"Octal mode is supported by combining SIOA[3:0] and

SIOB[3:0], on this device."

Does this mean that if we need to access 2 x QSPI FLASH memory devices such that we can use them in byte access mode then we need to drive the control signals separately from the A and B FlexSPI channels i.e. FLEXSPI_A_SCLK and FLEXSPI_A_SS0_B control signals to say the lower nibble of data (FLEXSPI_A_DATA[0:3] for IC#1 and FLEXSPI_B_SCLK and FLEXSPI_B_SS0_B control signals to the upper nibble of data (FLEXSPI_A_DATA[4:7] ?

0 件の賞賛
返信
2 返答(返信)

1,352件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Keith

connection is described in sect.30.5.3 Flash Connection Reference Manual

pastedImage_1.jpg

so octal flash should be used, not 2 x qspi.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,352件の閲覧回数
deepa_bk
Contributor I

Hi Igor,

    So if I have to connect a single octal flash, by combining A port SIOA[3:0] and B Port SIOB[3:0] together - is it possible to do it and how do we configure the same?

0 件の賞賛
返信