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.
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
Hi
Zhang,
Thank you for your reply,
How to find the device ID of the NOR Flash memory(W25Q128JV-DTR).
Thanking you,
Karthikeyan
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