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.
driverlib 里提供的 Flash 相关函数只能 Erase 一个Block(16KB),有没有一下 Erase 整个flash(1MB)的 办法。
谢谢谢谢
driverlib里面没有提供擦除整个flash的办法,我觉得是可以理解的。因为基本上在程序修改FLASH不太会用到这个功能。一般你做在线升级都是收到一块擦一块写一块。不过 实在要做也是可以的。不过没有api可以直接用。