我想知道代码段会不会占用256K可用内存,谢谢!
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.
请问有没有内存使用情况的一些统计?另外,我看cc3200v1p32.cmd里SRAM大小只有0x3C00 240K, 不应该是256K么?谢谢!
MEMORY
{
/* Application uses internal RAM for program and data */
SRAM_CODE (RWX) : origin = 0x20004000, length = 0x14000
SRAM_DATA (RWX) : origin = 0x20018000, length = 0x18000
}
240KB是对的,有16KB是给bootloader用的。