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.
Tool/software: Code Composer Studio
Hey all,
I'm trying to run the labs given in the Industrial Toolbox (v3.2.0) under mmWave Sensors. My device is an IWR1443BOOST, which just arrived so it should be the latest version.
The 'mmWave SDK Demo' works fine but other labs did not. I tried the gesture demo where instruction told me to load the prebuild binaries through Uniflash. But when I tried it, it says the file header does not allow itself to be flashed onto my device. Here's a screenshot:
And here's the console message from Uniflash:
Then I tried to build the project in Code Composer Studio (v8). But the build failed due to errors in the code. See the following screenshot and error messages. The project was straight from the Industrial Toolkit without any modification.
Description Resource Path Location Type
#167 too few arguments in function call sensor_mgmt.c /gesture_swipe_14xx_mss line 277 C/C++ Problem
#20 identifier "MMWAVE_L3RAM_NUM_BANK" is undefined main_swipe.c /gesture_swipe_14xx_mss line 704 C/C++ Problem
#20 identifier "MMWAVE_SHMEM_BANK_SIZE" is undefined main_swipe.c /gesture_swipe_14xx_mss line 704 C/C++ Problem
#20 identifier "ptrRFInitCompleteMessage" is undefined main_swipe.c /gesture_swipe_14xx_mss line 1558 C/C++ Problem
#20 identifier "rlRfInitomplete_t" is undefined main_swipe.c /gesture_swipe_14xx_mss line 1558 C/C++ Problem
#29 expected an expression main_swipe.c /gesture_swipe_14xx_mss line 1562 C/C++ Problem
#66 expected a ";" main_swipe.c /gesture_swipe_14xx_mss line 1562 C/C++ Problem
gmake: *** [all] Error 2 gesture_swipe_14xx_mss C/C++ Problem
gmake[1]: *** [main_swipe.oer4f] Error 1 gesture_swipe_14xx_mss C/C++ Problem
gmake[1]: *** [sensor_mgmt.oer4f] Error 1 gesture_swipe_14xx_mss C/C++ Problem
gmake[1]: Target 'main-build' not remade because of errors. gesture_swipe_14xx_mss C/C++ Problem
#169-D argument of type "int32_t *" is incompatible with parameter of type "rlCalibrationData_t *" sensor_mgmt.c /gesture_swipe_14xx_mss line 277 C/C++ Problem
Product 'mmWave SDK' v1.2.0.05 is not currently installed. A compatible version 2.1.0.04 will be used. gesture_swipe_14xx_mss gesture_swipe_14xx_mss Problem
The same thing happens for all other labs other than the out-of-box SDK demo. I wish to get at least the gesture lab working. Can someone help me with this?
Many thanks in advance.
Ziheng (Leo) Li
Thank you, Nitin, that explains a whole lot.
I think it leaves me with the question of how different is SDK2.1 from SDK 1.2. Or is it practical to make a gesture application ourselves based on the source code of given demo?
Best,
-Ziheng
Hi Ziheng,
You can try to port the existing gesture demo to SDK 2.1. Please refer to the following thread for more details:
RTOS/AWR1443: Vital Signs: SDK migration 1.2 to SDK 2.1 (The general process applies to all demos which are currently based on SDK 1.2)
Regards
-Nitin