Part Number: IWR6843ISK
Other Parts Discussed in Thread: IWR6843
Tool/software: Code Composer Studio
Hi,
I just got my hands on IWR6843 with EVM card. I have successfully ran the pre-flashed demo, compiled it from the sources and flashed the card, and also this ran successfully. Now I've been going through the labs in Resource Explorer, and especially the People Counting demo lab0015_pplcount_68xx from mmwave_industrial_toolbox_3_1_1. The quick start binary was flashed to the board, but I had some problems with communication between the GUI and the board, getting three timeouts after each command:
flushCfg
Warning: Unexpected Warning: A timeout occurred before the Terminator was reached.
Warning: Unexpected Warning: A timeout occurred before the Terminator was reached.
Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period..
dfeDataOutputMode 1
After this, I was interested in rebuilding the binary from the sources to get some insight on this, but end up getting error from PC_dds_68xx
C:/ti/mmwave_sdk_03_00_00_08/packages/ti/platform/xwr68xx/c674x_linker.cmd dss/dss_mmw_linker.cmd -lrts6740_elf.lib -o xwr68xx_mmw_demo_dss.xe674
<Linking>
"dss/dss_mmw_linker.cmd", line 38: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".fastCode" size 0x4da0 . Available memory ranges:
L1PSRAM size: 0x4000 unused: 0x4000 max hole: 0x4000
My setup is Windows 10, tried building with Code Composer Studio Version: 8.3.0.00009 importing from tirex, compiled with TI v7.4.16 and also with downloaded toolbox from command line with makefile (used SDK mmwave_sdk_03_00_00_08 instead of mmwave_sdk_03_00_00_06 in the build env) .
Being still quite unfamiliar with this tool chain and processor architecture, could you please point me on how to proceed? Naturally commenting out enough symbols from linker .fastCode section helps to get the build done, but I wonder if the performance will be any good then?
