Move firmware data from network core flash to shared SRAM?

Hi, community.

From the official document, I have learned how network core Bootloader works.

It can write data from shared SRAM to the corresponding flash address of Nework tcore through PCD library. See these lines.

And now,I want to implement the reverse data direction. Which is coping the Network core flash data into the shared SRAM, and then move these data in shared SRAM into the AppCore flash.

There are more details behind this problem in another case of mine

So is that possible?

Does anyone know how to do that in more detail? I would appreciate it very much.

Related