Hello @Alice_Yang
I'm attaching flashiap project here,
1. When i tried to write IAP_NUM_BYTES_TO_WRITE from 8kb to 16Kb .im unable to write it to the Flash sector14 start address 0x1A070000/0x1B070000 even it is 64Kb capacity in both BankA as well as BankB...
2. /* Number of bytes to be written to the last sector */
#define IAP_NUM_BYTES_TO_WRITE 16384 // 8192 // 32768 //512 in flashiap.c under examples/src
It returns error during debug at ret_code variable as below
ret_code =0x6
instead 0x0 for successful write into flash sectors.
Please check and let me know.