Tool/software: Code Composer Studio
Dear all,
I am working with AWR1642 BOOST mmWaveSensor in order to capture raw data and apply my signal processing in offline mode with matlab. I am trying to use the Capture demo available in the mmwave_sdk_01_01_00_02 and I read the section 3. 4. 3. Capture demo for xWR16xx in the mmwave-sdk-user-guide, but I still have some doubts.
To let you understand I report all the procedure that I am doing:
1) Flashing CCS debug file: from the user guide I see that just a .bin file is needed. So the file xwr16xx_ccsdebug.bin has been selected from the folder mmwave_sdk_01_01_00_02\packages\ti\ utils\ccsdebug. When the flash procedure completes, the board is powered off end the jumper from header SOP2 is removed.
2) Connection to CCS: after the creation of new target configuration file, the selected configurations is launched. From the debug window C674X_0/DSS and Cortex_R4_0/MSS are visible. Since I need Raw data, I guess only the MSS has to be connected (right?) where xwr16xx_capture_demo_mss.xer4f has been loaded, found at C:\ti\mmwave_sdk_01_01_00_02\packages\ti\demo\xwr16xx\capture. No other actions have been done for C674X_0
3) Sending the Configuration: after setting up the Tera Term console, the MSS DEMO configuration is chosen. For the configuration of the parameters, the file capture_demo_script has been chosen, found in the folder C:\ti\mmwave_sdk_01_01_00_02\packages\ti\demo\xwr16xx\capture.
At this point, when I go to open the Momory Browser on CCS to view the ADC contents, Which memory address should I use?
Then, I would like to set the parameters in order to have a continous wave radar. I see that in the folder C:\ti\mmwave_sdk_01_01_00_02\packages\ti\demo\xwr16xx\capture even capture_demo_script_lvds_cont_mode is present, but when I set dfeDataOutputMode equal to 2, TeraTerm console output is: 'dfeDataOutputMode is not recognized as a CLI command'.
Reading from two different versions of the sdk user guide, I found a discrepancy between the configuration command dfeDataOutputMode for the capture demo with xwr16xx, where in one only option 1(frame based chirp) and option 3(advanced frame config) are supported while on the other version option 1 and option 2(continuous chirp) are supported. So I am a bit confused. Is it possible to have a CW setup? Did I make mistakes with the procedure listed above?
Many thanks in advance.
Alessio