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.

AWR1843BOOST: How to use and understand the mem_capture test provided with the SDK?

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Hello!

I have recently stumbled upon the mem_capture folder and document provided in the SDK under C:\ti\mmwave_sdk_03_01_00_02\packages\ti\drivers\test\mem_capture. I have followed a previous thread and was able to start the mem_capture test in CCS by running both the MSS and DSS cores for AWR1843. The following was printed in the console:

[C674X_0] Debug: Launched the Demo Initialization Task
Debug: Test Framework Initialized
[Cortex_R4_0] Debug: Launched the Demo Initialization Task
Debug: mmWave Control Sync was successful
Debug: Test Framework Initialized
Debug: Framework Sync was successful
[C674X_0] Debug: Framework Sync was successful
[Cortex_R4_0] Debug: mmWave has been opened
Debug: Profile has been loaded successfully
Debug: Profile has been opened successfully
Debug: mmWave has been configured
[C674X_0] Debug: Profile has been opened successfully
[Cortex_R4_0] Debug: Profile has been started successfully

As well, I am able to pause the run and view the Memory Browser to view the beginning of the L3 memory on the DSS. However, I have the following questions:

1. Is there a way to export the data from the memory browser?

2. In the mem_capture, when does the mmWave sensor start and when does it stop? In the past, I have run a lab provided in the Automotive Toolbox and normally the console says "Sensor will start momentarily.” Does the sensor start on its own after the above is outputted in the console?

Thanks!