Part Number:MSP430FR5043
请问MSP430FR5043 气体测量的demo能提供一下吗?
官网没有找到相关的demo和软件
Yale Li:
您好,软件的话就是MSP-ULTRASONIC-DESIGN-CENTER MSP430 MCU 超声波感应设计中心:
我们提供的所有开发资料都在https://www.ti.com/上了。
,
song xu:
找过了下载提供的lib,MSP-USSSWLIB_Gas,但是里面只有430fr6043的demo没有5043的。就有个问题lnk430fr5043.xcl文件找不到,请问这个怎么怎么找或者怎么修改
,
Yale Li:
请使用CCS。.xcl是IAR的链接文件。
,
song xu:
在CCS那请问直接在430fr6043的demo设置修改到5043上需要修改那些东西了。我目前知道只有如下
,
song xu:
430fr6043的demo设置修改到5043上,修改了一下芯片型号后编译出现错误请问怎么解决了
warning #10247-D: creating output section ".ram_thrill" without a SECTIONS specificationwarning #10247-D: creating output section ".USS_ramfunc" without a SECTIONS specificationwarning #10247-D: creating output section ".libVersion" without a SECTIONS specification"../lnk_msp430fr5043.cmd", line 215: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment fails for section ".leaRAM" size 0xfa0. Available memory ranges: LEARAM size: 0xec8 unused: 0xec8 max hole: 0xec8 error #10010: errors encountered during linking; "FR6043_USSSWLib_template_example.out" not built
,
Yale Li:
前面3个,您没有为这些段指定内存分配,有关链接器命令文件的基础知识,请看:
https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html
您也可以参考6043的进行修改。
第4个,给段.leaRAM分配的内存不够。