MIMXRT1060_SFDP_QSPI.cfx Source Code

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

MIMXRT1060_SFDP_QSPI.cfx Source Code

Jump to solution
3,417 Views
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 Kudos
Reply
1 Solution
3,304 Views
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

View solution in original post

0 Kudos
Reply
5 Replies
3,391 Views
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 Kudos
Reply
3,378 Views
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 Kudos
Reply
3,364 Views
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 Kudos
Reply
3,346 Views
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 Kudos
Reply
3,305 Views
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 Kudos
Reply