What is the flash Config Parameter for AT25QL641 on RT500?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

What is the flash Config Parameter for AT25QL641 on RT500?

跳至解决方案
560 次查看
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 项奖励
回复
1 解答
547 次查看
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

 

在原帖中查看解决方案

2 回复数
541 次查看
yuemingJiang
Contributor II

Thanks @diego_charles . It is very helpful.

548 次查看
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