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.

怎样设置某段代码存在核0的L2 SRAM内

Other Parts Discussed in Thread: SYSBIOS

我想让.mem段存于核0的L2SRAM(起始地址为0x10800000)内,但是在.CFG里用Program.sectMap[".mem"] = "L2SRAM";只能将其存于起始0x00800000的地方,我该怎么修改呢?谢谢