msp430F5529LP例程文件中采用lnk_msp430f5529.cmd,我想把程序烧写入板子中,替换为msp430f5529.cmd,提示没有分配.bss.cinit等,但是msp430f5529.cmd里面写着请不要修改。请问怎么解决。
Description Resource Path Location Type
#10247-D creating output section ".bss" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".cinit" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".const" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".data" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".reset" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".stack" without a SECTIONS specification Msp_Drv2 C/C++ Problem
#10247-D creating output section ".text" without a SECTIONS specification Msp_Drv2 C/C++ Problem
灰小子:
建议直接使用例程的cmd文件。对cmd文件不熟悉的话,修改起来比较麻烦。
user4686547:
回复 灰小子:
谢谢回复
例程文件是lnk_msp430f5529.cmd,效果是在线调试,程序烧写到RAM执行
我想知道有没有可用的cmd能让程序烧写到Flash
确实因为对cmd文件不熟悉所以没能在lnk_msp430f5529.cmd的基础上做修改
我用的是msp430f5529LP和DRV8323RS
灰小子:
回复 user4686547:
哦,没跑过DRV8323RS相关的例程。
msp430f5529LP自带的例程里的cmd配置,都是直接烧写到flash的。
建议从例程里直接copy一个cmd文件使用
user4686547:
回复 灰小子:
好的,感谢~