Tool/software:
Hi,
I hope to use USS measurement with 4pair transducers(8 transducers).
At first I referred to the previous thread here. [USS Measurement with 4 Transducers(2Tx 2Rx)]
And I could download sample source code.
It does well for 4 Transducers(2pair) except the saving parameters(after power off/on all parameters gone).
I confirmed the measurement function on my board with 2 pair transducers.
But I need 4pair, So according to the "SW Specifications Document June 2019" in the package of multi water meter.zip,
I changed the line in USS_userconfig.h, "#define USS_MT_NUM_OF_TRANS_PAIRS 2" => 4.
But I meet error message when I build project with the code using Code Composer Studio Version: 12.2.0.00009
"../lnk_msp430fr6047.cmd", line 250: 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 ".data" size 0x174. Available memory ranges:
RAM size: 0x1000 unused: 0x139 max hole: 0x139
error #10010: errors encountered during linking; "MSP430FR6047EVM_USS_Water_Demo.out" not built
How can I solve this error, or is there any new source code for multi pair transducers?
BestRegards
Jack Son