MIMXRT1060_SFDP_QSPI.cfx Source Code

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

MIMXRT1060_SFDP_QSPI.cfx Source Code

ソリューションへジャンプ
3,554件の閲覧回数
chadgraham
Contributor V

Hello,

I am trying to resolve an issue where I cannot add a second QSPI to the RT1060 Dev Board.  One of the open questions relates to the MIMXRT1060_SFDP_QSPI.cfx and I'm looking for the source code.

Side note:

I found the iMXRT1050_QSPI example, but the project actually fails when you test it... I even tried it on a 1050 dev board.  I do not have any faith that the example is even usable in this state.

I'm using MCUXpresso 11.3.1 and the 2.9.3 SDK

0 件の賞賛
返信
1 解決策
3,441件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @chadgraham,

Unfortunately, these example drivers are the only ones available but as I previously mention, the process to add a second QSPI would be as the app note mention.

Best Regards,

Alexis Andalon

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
3,528件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @chadgraham,

Could you explain how are you modifying the EVK to add the second memory? By default the EVK has the QSPI connected but the FlexSPI channel connected to the HyperRAM is the same. 

Best Regards,

Alexis Andalon

0 件の賞賛
返信
3,515件の閲覧回数
chadgraham
Contributor V

Hello Alexis,

We connected the second QSPI device to the same data bus as the existing QSPI device and added a wire mod to grab the proper chip select signal; All signals are assigned to the FlexSPI port.

0 件の賞賛
返信
3,501件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @chadgraham,

To use a second QSPI, you would need to connect it to the other FlexSPI channel and the code still would boot from the FlexSPI channel that the memory is connected but if need it after boot the code could be executed from the second QSPI. Also for this you would need to modify the boot config files, I will suggest to check the following app note Implement RWW on i.MX RT Series (nxp.com)

Also, the file that you're looking for is in the following path: path: MCUXpressoIDE\ide\plugins\com.nxp.mcuxpresso.tools.bin.win32_11.3.0.202103301458\binaries\Flash

Best Regards,

Alexis Andalon

0 件の賞賛
返信
3,483件の閲覧回数
chadgraham
Contributor V

Hi Alexis,

I'm actually looking for the source code so I can modify the .cxf file.  I am only able to find a limited number of flash drivers in the folder.

chadgraham_0-1627581832077.png

 

0 件の賞賛
返信
3,442件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @chadgraham,

Unfortunately, these example drivers are the only ones available but as I previously mention, the process to add a second QSPI would be as the app note mention.

Best Regards,

Alexis Andalon

0 件の賞賛
返信