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.

Flash API错误31



使用Flash API报错 错误号是31 — — STATUS_FAIL_ZERO_BIT_ERROR 

代表的应该是尝试把0写成1了。但这个问题的可能性不大;

程序在仿真器下跑,一点错误都没有,脱离仿真器后就报上面的错误信息。

我程序里只用了一个串口中断,会不会是中断没关的原因?

时钟应该是正确的,main函数一开始就设置PLL了。

请问该如何解决?