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.

DSP28335 的片内FLASH可以当EEPROM用吗?主要用于保存参数和电量信息。如果可以,该怎么用呢?



在网上看可以使用FLASH API函数对Flash进行操作,在Flash中存数据,存的时候只能从1写为0,且该期间不能响应中断。因为在中断中要执行控制程序,所示中断响应不能停,不知道如题所述的需求上面说的方法可以不可以实现?