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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

2,734件の閲覧回数
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 件の賞賛
返信
3 返答(返信)

2,716件の閲覧回数
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,705件の閲覧回数
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 件の賞賛
返信

2,698件の閲覧回数
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