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.

Concerto - M3 - TCP_Echo - tcpEcho.cfg issue

Guru 10750 points
Hi,

I'm trying to run the TCP_Echo on the Concerto M3, for this I have defined a new project and used the MCU SDK -> F28M35x: TCP Echo Project template, there are compilation issues with the tcpEcho.cfg file -
- In line #80 there is a message - "//TODO: this is probably not correct"
- It can't fint the variables - Global.pktSizeFrameBuf, Global.pktNumFrameBufs, Global.memRawPageCount, Global.MIN, I tried to remove them but then I got the below error, it looks like the M3 is not defined correctly, I'm using CCSv5.1.1.00031, and mcusdk_1_00_00_42_eng,

C:\TI_CCS5.1\ccsv5\utils\bin\gmake -k all
'Building file: ../tcpEcho.cfg'
'Invoking: XDCtools'
"C:/TI_CCS5.1/xdctools_3_23_01_43/xs" --xdcpath="C:/TI_CCS5.1/mcusdk_1_00_00_42_eng/packages;C:/TI_CCS5.1/bios_6_33_02_31/packages;C:/TI_CCS5.1/ndk_2_20_06_35/packages;C:/TI_CCS5.1/uia_1_00_03_25/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.concertoM3:F28M35H52C1 -r debug -c "C:/TI_CCS5.1/ccsv5/tools/compiler/tms470" "../tcpEcho.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring tcpEcho.xem3 from package/cfg/tcpEcho_pem3.cfg ...
js: "C:/TI_CCS5.1/bios_6_33_02_31/packages/ti/sysbios/family/c64p/Cache.xs", line 465: Error: The platform ti.platforms.concertoM3.Platform.Instance#0 did not define the required getCreateArgs method.
"C:/TI_CCS5.1/bios_6_33_02_31/packages/ti/sysbios/family/c64p/Hwi.xs", line 93
"C:/TI_CCS5.1/bios_6_33_02_31/packages/ti/sysbios/family/c64p/EventCombiner.xs", line 45
gmake.exe: *** [package/cfg/tcpEcho_pem3.xdl] Error 1
js: "C:/TI_CCS5.1/xdctools_3_23_01_43/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****
Many Thanks,
HR