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.

大侠们,请教一个问题:TI C66X系列DSP的SPI bootloader过程中* .rmd文件中各参数分别表示啥意思啊?



* .rmd文件:

simple0.out
-a
-boot
-e _c_int00
-order L       //-order L 是啥意思?
-map SPIBOOT0.map        //这里“-map”是啥意思?为什么这里需要这条语句?
ROMS
{
   ROM1:  org = 0x0880, length = 0x2000000, memwidth = 32, romwidth = 32        //org、length、memwidth和romwidth是啥意思?
          files = { simple0.btbl }