how to get the device ID from flash memory program in the lpc54628

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

how to get the device ID from flash memory program in the lpc54628

2,726 Views
Karthikeyan_J
Contributor II

Hi,

I am Karthikeyan

I run an example program FLASHIAP in that i seen the given data are successfully writed and erased in flash memory winbondW25Q128JV-DTR, but

My question is

i want to get the device ID so that how should i need to modify the example or program it.?

Thanking You,

Karthikeyan.

0 Kudos
Reply
3 Replies

2,708 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

We can use IAP command to get device ID, 

/* Read part identification number */
status = IAP_ReadPartID(&partID);

 

There is demo code under SDK iap_basic which includes the command usage.

 

Have a nice day,

Jun Zhang

 

2,697 Views
Karthikeyan_J
Contributor II

Hi

Zhang,

Thank you for your reply,

How to find the device ID of the NOR Flash memory(W25Q128JV-DTR).

Thanking you,

Karthikeyan

0 Kudos
Reply

2,690 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Karthikeyan

In-Application (IAP) programming is performing erase and write operation on the on-chip flash memory, It is not for external SPIFI flash.

If you want to operate external SPIFI flash, please refer demo code spifi_polling_transfer and spifi_dma_transfer in SDK folder.

 

Have a nice day,

Jun Zhang