Other Parts Discussed in Thread: UNIFLASH, IWR1642
Tool/software: Code Composer Studio
Hi guys,
I use a IWR1642BOOST kit with People Counting Demo (PCD) from TI Resource Explorer. For the first time, I flashed the file xwr16xx_pcount_lab.bin to the device using Uniflash. This file is included PCD and work normally.
Later, I experimented with PCD source codes (DSS and MSS) in Code Composer Studio. I tried to compile these codes without changes, just download codes and compile, but it doesn't work. The compiler said:
if (MMWave_open (gMmwMssMCB.ctrlHandle, &gMmwMssMCB.cfg.openCfg, &errCode) < 0)
"../mss_main.c", line 407: error #167: too few arguments in function call
1 error detected in the compilation of "../mss_main.c".
gmake[1]: *** [mss_main.oer4f] Error 1
I tried to solve this error with NULL pointer, because the function MMWave_open needs 4 arguments. Compiling was succesfull and file xwr16xx_pcount_lab.bin was created, but IWR1642 still doesn't work. N_ERR LED diode switch on after the power conecting.
My question is how to modify PCD source codes for correct compiling or where I download the correct version of PCD source codes.
Thank you for answer,
Mirek