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.

AWR1642BOOST: Capture Demo, how to use this demo to get ADC data twice?

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: MMWAVE-SDK

Hi,

I had got the ADC data with CCSv7 successfully. And I have read mmwave_sdk_user_guide.pdf.

Here is my operations:

step1, I programed ccsdebug.bin to the flash and reboot the board.

step2, I loaded the capturedemo_dss.xer674 and capturedemo_mss.xer4f with CCS.

step3, I send the config comand to board by UART as follows:

flushCfg
dfeDataOutputMode 1
channelCfg 2 1 0
adcCfg 2 1
adcbufCfg 0 0 1 1
profileCfg 0 77 20 5 80 0 0 40 1 256 8000 0 0 30
chirpCfg 0 0 0 0 0 0 0 1
frameCfg 0 0 128 1 20 1 0
lowPower 0 0
sensorStart

it works well, and I save memory start address at gDataCube(0x20000000) with size 32768.

Finally, I plot the range FFT

So, if I want to get more data, I have to repeat step2 and step3.

Can you tell me another ways to get more data simply and rapidly? 

Thanks,

Jinjun