Hi Guys,
I want to use the internal flash for saving some data in BANK B with Sector_64KB.
I only succeeded in writing data to the fronter pages(1024B) of this sector a few times.
But now it is no possible to erase the page anymore, the code is stucked in Chip_IAP_ErasePage().
Here is my steps:
1. Chip_IAP_PreSectorForReadWrite(sector, bankB)
-- ret_code = IAP_CMD_SUCCESS;
2. Chip_IAP_ErasePage(addr_start, addr_start)
-- stucked. (But it successed for a few times)
Please help what I can do.
Thanks.