请问如何向F2812的Flash写数据,保证掉电后数据不会丢失
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.
我从TI网站下到一个Flash操作的例程,调试后确实可以擦除或写某一Flash段,但当我将例程移植到我的工程下后,调试Flash_APIVersion()函数,成功返回。然后调试Flash_Erase(a,b)函数,断电执行到该函数时无法返回,请指点一二。