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.

MSP430FR6047: How to get ADC data(waveform) in the MSP430FR6047EVM_USS_Water_Demo project without using USS GUI?

Part Number: MSP430FR6047

As the title suggests, i want to know the address where ADC captured data is stored after USS MEASUREMENT.

I would like to apply a new algorithm to calculate the flow rate based on the collected ADC captured data.

I  scrutinize the project and finally find the function USS_startUltrasonicMeasurement().According to the description of  official document,"The CPU goes into LPM0 low-power mode after starting the USS module, waiting for the measurement sequence to complete. This sequence also includes signal acquisition by the high-speed sigma-delta ADC, and the captured data is stored in the RAM shared between the CPU and LEA module",but i 

didn't find out any pointer to the ADC DATA or array which the ADC DATA is stored.

However,in a function called 'void CommandHandler_transmitCaptures(Packet_t *txPacket)',I found a pointer that seems to point to ADC data,As shown in the following figure.

I want to know if the pointer to ADC capture in the figure is what I want.

Finally, please allow me to summarize my question.

1.Whether the pointer to ADC capture in the figure is what I want or not?If not, please kindly inform me of the address of the ADC data. I would like to obtain these ADC data before conducting your factory's algorithm processing to calculate the flow rate

2.What is the format of the ADC captured data for the collected waveforms?

**Attention** This is a public forum