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.
能不能把DSP的flash模拟成eeprom使用
你要问能不能,我回答你可以。
你要问值不值,我回答你不值。
建议使用i2c总线外接e2
controlSUITE里面有FlashAPI库,这个库可以把一个Flash区做成EEPROM功能来使用
所以,是可以的,但限制是如果要用只能把一整个区变成。
完全没问题,我现在就是这么用的,很好用,算法写得好,速度、容量、寿命都不是问题。
能讲讲您是怎么做的吗,需要您的帮助!!!1
见这份文档:
C2000 EEPROM.zip
外部flash模拟EEPROM是否和内部一样,都用此方法