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.
您可以看一下数据手册
https://www.ti.com.cn/cn/lit/ds/symlink/tms320f28388d.pdf
8.3.2 C28x Flash Memory Map 以及 8.3.5 CM Flash Memory Map
在debug中给出的是C28的flash sector
而在CMD中,您的例程是使用的CM_RAM。所以cmd文件中是给出了CM核的flash sector
但是你都说了:在debug中给出的是C28的flash sector
无论是使用的CM_RAM还是使用的CM_FLASH都显示的C28的flash sector
我要写入的是CM的FLASH啊