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.

[参考译文] CCS/TMS320F28075:闪存写入问题

Guru**** 2928860 points

Other Parts Discussed in Thread: C2000WARE

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/943665/ccs-tms320f28075-flash-write-problem

器件型号:TMS320F28075
主题中讨论的其他器件:C2000WARE

工具/软件:Code Composer Studio

尊敬的支持团队:

  我可以在联机调试的状态下写入闪存数据、可以看到0xA2000地址数据是0xAA、0xBB、0xCC、0xDD、但在固件编程的情况下、闪存无法写入数据、并且可以看到0xA2000地址数据是 FF。 FF、FF、FF、:如下所示

        uint16 _nBuffer[6]={4、0、0xAA、0xBB、0xCC、0xDD};

        Flash_Init();

        Flash_Erase (0xA2000);

       Flash_Write (0xA2000、_nBuffer);