Other Parts Discussed in Thread: C2000WARE
Tool/software:



Hi,
I'm trying to erase data from the flash, but it seems like EraseCalibrationSector() is not working properly. Can you please help?
Thank you,
Mohamed
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:



Hi,
I'm trying to erase data from the flash, but it seems like EraseCalibrationSector() is not working properly. Can you please help?
Thank you,
Mohamed
Hi Mohamed,
You have to configure write or Erase protection register before the erase sector command using Fapi_setupBankSectorEnable();
You can find details about it in our Flash API user guide or the C2000ware flash api example code.
Regards,
Rajeshwary