Hi
"Entry through ROM API call.
– Used by application code to implement in field update using ISP mechanism."
This is true.
The APIs are used in the application to update the firmware of the device by calling the IAP APIs to process the SB file in the secure state. Through the IAP APIs, user can update the firmware of the device including the following features:
• Erase the flash region
• Program data into the flash region
• Enable the PRINCE region
• Update the CFPA data in the FFR region
• Make the device fall into FA mode
You can refer iap demo code in SDK, "flashiap1"
Thanks,
Jun Zhang