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.

TMS320F28035: 编译器V18.1.4与编译器V22.6.0的 .ebss段分配差异

Part Number: TMS320F28035

问题现象:编译器V22.6.0的 .ebss段中的变量分配时可以把源文件内的变量拆分出来插找空的位置分配,编译器V18.1.4的 .ebss段中的变量长度小于0x40时不能跨页存放,这样的话要求的变量空间会变大。

问题:怎样让编译器V18.1.4的 .ebss段中的变量长度小于0x40时能跨页存放。