Is that possible to use LPSPI instead of FlexSPI driver to access this norflash memory?

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

Is that possible to use LPSPI instead of FlexSPI driver to access this norflash memory?

跳至解决方案
2,989 次查看
prashant_humbre
Contributor II

I am using i.MXRT1064 controller and NOR-Flash IS25WP064AJBLE in a project. 

Currently, Flash SPI pins are connected in accordance with LPSPI port and not accordingly to FlexSPI Port.

(There is pin configuration difference in both types of driver).

Is that possible to use LPSPI instead of FlexSPI driver to access this flash memory?

Also if yes, is there any existing implementation/examples to access this flash memory using LPSPI?

Let me know if you want any more information from my side.

Thanks.

Prashant Humbre.

标签 (1)
1 解答
2,836 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Prashant Humbre,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Is that possible to use LPSPI instead of FlexSPI driver to access this flash memory?
-- Yes, it's possible, as the IS25WP064AJBLE Supports standard SPI protocol.
2) Are there any existing implementation/examples to access this flash memory using LPSPI?
-- Unfortunately, there's no similar demo in the SDK library, it needs the developers to use the LPSPI driver that from SDK library to follow the commands that presented in IS25WP064AJBLE's datasheet to do the flash read, write and other operations.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
2,837 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Prashant Humbre,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Is that possible to use LPSPI instead of FlexSPI driver to access this flash memory?
-- Yes, it's possible, as the IS25WP064AJBLE Supports standard SPI protocol.
2) Are there any existing implementation/examples to access this flash memory using LPSPI?
-- Unfortunately, there's no similar demo in the SDK library, it needs the developers to use the LPSPI driver that from SDK library to follow the commands that presented in IS25WP064AJBLE's datasheet to do the flash read, write and other operations.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

2,836 次查看
prashant_humbre
Contributor II

Hey jeremyzhou‌, Thanks for your quick response.

0 项奖励
回复
614 次查看
EmbeddedTech
Contributor III

Hi @prashant_humbre,

We have the similar requirement to use LPSPI to access the flash. Can you please share the driver file if possible?

Thanks for your help in advance.

0 项奖励
回复