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.

28335FLASH API FLASH修复

前些时间,我学习28335FLASH API,将例程下载到DSP中,并在其中添加了一个点灯程序,调试的时候开始没问题,后来就出错了。并且程序也无法下载,在擦FLASHA是报#24,我有将代码下载到RAM中,看到FLASH中128bit-password中都是0XFFFF,没有问题,就是在地址0x34 0000     -      0x38 0080 保留区中的0x38 007处有8个数据,这个该怎么办?DSP现在能跑RAM程序,FLASH还能用吗?

另外,在例程中提供的Depletion Recovery Function 中的extern Uint16 Flash28335_DepRecover(void);我怎么使用?

我下载到RAM中,可是

Example_MemCopy(&Flash28_API_LoadStart, &Flash28_API_LoadEnd, &Flash28_API_RunStart);
    Example_MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);

就将其覆盖了.....

希望有能人指点一下