我这设置的事只擦除SECTORD,为何最后显示SECTORA、SECTORB、SECTORC、SECTORD、SECTORE、SECTORE、SECTORH全部擦除了?
Status = Flash_Erase((SECTORD),&FlashStatus);
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.
我这设置的事只擦除SECTORD,为何最后显示SECTORA、SECTORB、SECTORC、SECTORD、SECTORE、SECTORE、SECTORH全部擦除了?
Status = Flash_Erase((SECTORD),&FlashStatus);
试试把“(SECTORD)”外面的括号去掉呢?
除了这点,其他从你给出的信息上看不到别的问题。你是用的例程吗?修改了哪些地方?