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.

MSP430编译出现error #10099-D错误求帮助

Other Parts Discussed in Thread: MSP430F5659

您好,我在ccs5.4里建了一个msp430F5659的工程,其中使用的ROM超过了0x7f80出现了下面的错误

"../lnk_msp430f5659.cmd", line 150: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x4d . Available memory ranges:
FLASH size: 0x7f80 unused: 0x0 max hole: 0x0

msp430F5659的实际ROM空间是512KBytes的,麻烦您帮我看看如何解决这个问题呢。

  • 应该是你分配的空间太小,需要改设置。具体请看这个帖子: https://www.deyisupport.com/question_answer/microcontrollers/msp430/f/55/t/12432.aspx