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.

TMS320F2809: 怎么判断f2809的程序是运行在flash中还是运行在ram中?

Part Number: TMS320F2809

在使用SCI的过程中,把程序烧录到了flash中,看F2809.cmd中有ramfuncs,在main()中也增加了如下语句:

MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();

但还是在接手过程中,出现了字符丢失的现象,请问怎么判断f2809的程序是运行在flash中还是运行在ram中?由于程序的体量已经不适合直接进行ram调试了,疑似跟程序的运行位置(flash或ram)有关。