Hi,
I am not sure whether there is any code that can generate radar waveform in BPM mode or DDMA mode for function test.
Thank you
Liam
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.
Hi,
I am not sure whether there is any code that can generate radar waveform in BPM mode or DDMA mode for function test.
Thank you
Liam
Hi Liam. You can capture the radar cube in CCS and load it from the memory browser to recreate the data collected. You will need to do the following in CCS,
1-Set the breakpoint at the correct place in your code after radar cube is captured and run your code
2-Get the starting address of the radar cube from your expressions window
3-Open the memory browser window, which can be accessed from the View tab
4-Right click on the memory browser window and choose save memory, enter the file type and name of the file where you would like to save the data. In the next window choose 16 bit signed format for radar cube. Enter the start address you noted in 3. The size of the radar cube data will be number of ADC samples/2 * number of chirps/2 * 6 (this represents number of virtual antenna) * 2 (this represents complex and real). You can find number of ADC samples and number of chirps in the configuration you use.
5-Once you have this data saved you can use it in your function test by right clicking on memory browser and loading it. Make sure you have set your breakpoint at the correct point when loading the radar cube so that your radar cube does not get overwritten by anything else