In the given flash_programming example of F2803x, for the below function, customer have several questions:
Status = Flash_Erase((SECTORB|SECTORC|SECTORD|SECTORE|SECTORF|SECTORG|SECTORH),&FlashStatus);
1) Are Sector B, SECTORC, etc erased one by one with this order?
2) If status returns 0, could you please help list all the possible reasons?
Thank you.