Hi @Venu_M
First step is to check the PEG flag:
lukaszadrapa_0-1675157145680.png
lukaszadrapa_1-1675157169819.png
Second step is to read the programmed data back from flash for confirmation it was programmed correctly. Notice that it may be necessary to invalidate the data cache if data cache is enabled and if previous data are already cached.
And two important notes:
1. User is allowed to program only fully erased double-word. Cumulative programming is not allowed.
lukaszadrapa_2-1675157354549.png
2. Read-while-write is supported only between read partitions / blocks. It is not possible to access a partition which is being programmed or erased. The code must be executed from another partition or from RAM.
lukaszadrapa_3-1675157572027.png
Regards,
Lukas