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.

CCS/AWR1642: Raw ADC data - Capture Demo

Part Number: AWR1642

Tool/software: Code Composer Studio

I have a few questions regarding the Capture Demo...

1) Why do we prefer to use MSS mode in tera term?

2) After running the setting in the user guide, I was able to read the ADC data. However, it was not present in the location 0x51020000. It was stored until the row above 0x51020000 (the last row of my ADC data was stored till the row above 0x51020000). memory location. From this memory location onwards, I had zeros stored. Is it a problem?

3) If I want to use all 2 Tx and 4Rx of my board AWR1642Boost, will the configuration be: channelCfg 4 2 0

4) If I want to implement MIMO TDM mode, as done in Radar studio, do I need to do the same here. Can you kindly go through the configuration below.

flushCfg

dfeDataOutputMode 1

channelCfg 4 2 0

adcCfg 2 1

adcbufCfg 0 0 1 1

profileCfg 0 77 20 5 80 0 0 40 1 256 6000 0 0 30

chirpCfg 0 0 0 0 0 0 0 1   (Chirp 0 for Tx1) 

chirpCfg 1 1 0 0 0 0 1 0   (Chirp 1 for Tx2) 

(As per the user guide, last two bits are for Tx2,Tx1)

frameCfg 0 1 128 8 50 1 0

lowPower 0 0

sensorStart

5) To find the memory size for 16bit hex ti style format, which is correct:

    No of bytes to read/2

or

No. of bytes to read/16

Where,

No. of bytes = No. of ADC Samples*No of Rx Channels*No. of Frames*No of Chirps*4Bytes per sample

6) If I increase the no of transmitters from 1 to 2, would the above formula change?

7) Is the size of L3 memory always 2MB? The ADC. mat file file size saved on my PC has size of 7.3MB. Are these related somewhat?

Thanks a lot in advance...