Quantcast
Channel: MSP 低功耗微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 3634

MSP430FR2433开机例程OOB编译有错误是怎么搞的TI。

$
0
0

在CCS的RE里面导入了MSP430开发板的开机例程OOB,编译时候却有错误,什么都没动过就很奇怪了,报错信息如下

"../lnk_msp430fr2433.cmd", line 132: error #10099-D: program will not fit into available memory.  placement with alignment fails for section "ALL_FRAM" size 0x3c30 .  Available memory ranges:

remark #10372-D: (ULP 4.1) Detected uninitialized Port B in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.

FRAM size: 0x3b80 unused: 0x3b80 max hole: 0x3b80

看到这个区CMD文件里面找了,也看了Memory allocation ,发现好像真的分配的FRAM空间小了,实际需要3c30却只分配了3b80,为什么官方的例程会有这样的错误啊?


Viewing all articles
Browse latest Browse all 3634

Trending Articles