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.

dsp2808的dual-mapped L0,L1,H0 SARAM怎么用?



dsp2808的dual-mapped L0,L1,H0 SARAM怎么用?这样做的目的是什么呢?

  • Dual map上的内存实际上都指向的是同一块内存地址,并不是多出来了一块内存。

    也就是用了A,就不能用A‘。

    为什么要这么做呢?

    因为有的Section的分配有位置的要求。

    例如:.stack等就要放在low 64K data.

    您就不要考虑dual map了,直接用正常的分区即可。