What is the flash Config Parameter for AT25QL641 on RT500?

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

What is the flash Config Parameter for AT25QL641 on RT500?

Jump to solution
559 Views
yuemingJiang
Contributor II

I am trying to use blhost to configure the AT25QL641 as QSPI, but I cannot find a flash Config Parameter for it. Would someone tell me how to figure how it?

0 Kudos
Reply
1 Solution
546 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @yuemingJiang 

We have the  AT25QL641 ( 64Mbit, 1.7V Minimum SPI Serial Flash Memory with Dual I/O, Quad I/O and QPI Support) predefined template in the  MCUXpresso Secure Provisioning Tool ( SPT  for short). This tool might help you to configure your flash chip because of the following reasons:

- SPT uses BLHOST commands. 

- You can see the SPT's write image script.

- You can create a custom FCB and test it.

 

You only need to install this tool. Your board needs to have USB or UART ISP pins available and have the capability to boot into ISP mode.

Below and example of how to create a custom FCB for your flash memory. 

diego_charles_2-1710268136787.png

You can inspect blhost commands for configuring the flash from the write script, or better yet from the tool log, after attempting to  writting the image.

diego_charles_1-1710268015391.png

I hope this could help you

Diego

 

View solution in original post

2 Replies
540 Views
yuemingJiang
Contributor II

Thanks @diego_charles . It is very helpful.

547 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @yuemingJiang 

We have the  AT25QL641 ( 64Mbit, 1.7V Minimum SPI Serial Flash Memory with Dual I/O, Quad I/O and QPI Support) predefined template in the  MCUXpresso Secure Provisioning Tool ( SPT  for short). This tool might help you to configure your flash chip because of the following reasons:

- SPT uses BLHOST commands. 

- You can see the SPT's write image script.

- You can create a custom FCB and test it.

 

You only need to install this tool. Your board needs to have USB or UART ISP pins available and have the capability to boot into ISP mode.

Below and example of how to create a custom FCB for your flash memory. 

diego_charles_2-1710268136787.png

You can inspect blhost commands for configuring the flash from the write script, or better yet from the tool log, after attempting to  writting the image.

diego_charles_1-1710268015391.png

I hope this could help you

Diego