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.

[参考译文] MSP430FR2353:MSP430FR2355 Launch Pad 中出现 CCS 错误

Guru**** 1821780 points
Other Parts Discussed in Thread: MSP-EXP430FR2355, MSP430FR2355, MSP430FR2353
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/895951/msp430fr2353-ccs-error-in-msp430fr2355-launch-pad

器件型号:MSP430FR2353
主题中讨论的其他器件:MSP-EXP430FR2355MSP430FR2355

大家好、

客户使用 MSP430FR2355 LaunchPad 进行评估、该软件为 OutOfBox_MSP-EXP430FR2355。

当器件选择 MSP430FR2355时、它们可以在 CCS 中传递编译。

将器件更改为 MSP430FR2353、出现以下错误、构建失败。

"./lnk_msp430fr2353.cmd"、第128行:错误#10099-D:程序将无法放入可用内存中。 对于“All_FRAM"大小为0x7e69的段,定位失败。 可用存储器范围:
FRAM 大小:0x3f80未使用:0x3f80最大孔:0x3f80

我的理解是 Group()它太大了,不是 FRAM 大小,对吧? 是否有将组()移动到闪存的解决方案?

谢谢你

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

    你(们)好、Betty

    这是因为演示代码大小为31K、对于具有16K 存储器的 MSP430FR2353而言、这太大了。

    此致

    Gary