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

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

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

Jump to solution
2,195 Views
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.

Labels (1)
1 Solution
2,042 Views
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.
-------------------------------------------------------------------------------

View solution in original post

2 Replies
2,043 Views
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,042 Views
prashant_humbre
Contributor II

Hey jeremyzhou‌, Thanks for your quick response.

0 Kudos