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.

[参考译文] MSP430G2553:CCS trampoline 错误

Guru**** 2386620 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1120543/msp430g2553-ccs-trampoline-error

器件型号:MSP430G2553

我遇到了一个对我来说毫无意义的错误。 违规代码:

空洞水事件(void)

RemainingFlowS -= 10;//这被声明为无符号整型

错误:

href="file:/ti/ccs1110/ccs/tools/compiler/dMED/HTML/10099.html">#10099-D 程序将无法放入可用存储器中、或者该段包含需要无法为此段生成的 trampoline 的调用站点。".data"大小为0x31的运行定位失败。  可用内存范围:{ERROR message endes}

如果我用不同的无符号整型替换 RemainingFlowS,则错误消失

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我的差。 我的 RAM 用完了。 "trampoline"无关紧要