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.
我在配置28377D的cmd文件时发现,如果将LSRAM0或者GSRAM0-3分配给.stack区域程序是正常运行的,但是如果将GSRAM4及以上任一内存分配给.stack区域,则程序会跑飞,请问是28377d 的GSRAM内存分配有什么注意事项么?我在说明书中未找到答案。
但是如果将GSRAM4及以上任一内存分配给.stack区域,则程序会跑飞
请问有什么编译报错呢?若是可以,能否给出cmd文件?
PAGE 1 is used for data sections. For example .stack.
另外请您参考
https://software-dl.ti.com/ccs/esd/documents/c2000_c28x-compiler-understanding-linking.html
编译没有报错,但是debug时程序会跑飞 涉及stack的cmd 配置如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000122, length = 0x0002DE
RAMD0 : origin = 0x00B000, length = 0x000800
RAMD1 : origin = 0x00B800, length = 0x000800
RAMLS0 : origin = 0x008000, length = 0x0001800
RAMLS3 : origin = 0x009800, length = 0x000800
RAMLS4 : origin = 0x00A000, length = 0x000800
RAMLS5 : origin = 0x00A800, length = 0x000800
RAMGS0 : origin = 0x00C000, length = 0x001000
RAMGS1 : origin = 0x00D000, length = 0x001000//
RAMGS2 : origin = 0x00E000, length = 0x001000//
RAMGS3 : origin = 0x00F000, length = 0x001000
RESET : origin = 0x3FFFC0, length = 0x000002
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x000120 /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
RAMGS4 : origin = 0x010000, length = 0x001000
RAMGS5 : origin = 0x011000, length = 0x001000
RAMGS6 : origin = 0x012000, length = 0x001000
RAMGS7 : origin = 0x013000, length = 0x001000
RAMGS8 : origin = 0x014000, length = 0x001000
RAMGS9 : origin = 0x015000, length = 0x001000
RAMGS10 : origin = 0x016000, length = 0x001000
RAMGS11 : origin = 0x017000, length = 0x001000
CPU2TOCPU1RAM : origin = 0x03F800, length = 0x000400
CPU1TOCPU2RAM : origin = 0x03FC00, length = 0x000400
CANA_MSG_RAM : origin = 0x049000, length = 0x000800
CANB_MSG_RAM : origin = 0x04B000, length = 0x000800
}
SECTIONS
{
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0 PAGE = 0
.text : >> RAMLS0 | RAMLS3 | RAMLS4| RAMLS5 |RAMD0 | RAMD1 | RAMGS0 | RAMGS1 | RAMGS2 | RAMGS3, PAGE = 0,ALIGN(4)
.cinit : > RAMLS0 | RAMLS3 | RAMLS4| RAMLS5 |RAMD0 | RAMD1 | RAMGS0 | RAMGS1 | RAMGS2 | RAMGS3, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMGS4, PAGE = 1
.ebss : > RAMGS6, PAGE = 1
.econst : > RAMGS7, PAGE = 1
.esysmem : > RAMGS7, PAGE = 1
.cio : > RAMGS8, PAGE = 1
ramgs0 : > RAMGS9, PAGE = 1
ramgs1 : > RAMGS10, PAGE = 1
}
工程不太方便上传,涉及公司内部信息。以上cmd文件,如果我将.stack的内存这里配置为RAMGS0/1/2/3或者LSRAM任何一个都可以正常运行,但是如果配为RAMGS4以上任意内存,程序都会跑飞。
另外您给的链接我看到关于.stack这里有个说明:Volatile memory (SRAM). The C28x Stack Pointer (SP) is 16 bits. .stack must be in the low 64k words.请问 low 64k words是什么意思,没有理解?
另外您给的链接我看到关于.stack这里有个说明:Volatile memory (SRAM). The C28x Stack Pointer (SP) is 16 bits. .stack must be in the low 64k words.请问 low 64k words是什么意思,没有理解?
关于堆栈的限制,.stack 部分必须链接到数据存储器的低 64K