Hello,TI engineers,
I had obtained the ADC Data through CAN communication and now I have some question about the memory browser in 0x51000000
I turned off the FFT by setting the parameters (fftEn=0, windowEn=0) in rangeprochwa.c. Subsequently, I use this configuration to validate the obtained data as ADC.
RadarFormat = DPIF_RADARCUBE_FORMAT_2
ADCsample = 64
Chirp =8
Antenna = 12
In this configuration, the ADC data appears to be satisfactory, as I utilized MATLAB to compute the range FFT, and the amplitude increased in the correct bin
show my result
Subsequently, i change the config as :
ADCsample = 64
Chirp =1 << Change this
Antenna = 12
In this configuration, I observed that the memory browser (0x51000000) would appear zeros in the sequence
it seems that the TX3 didn't work.
And I also extend the rampEndTime but i seems have same phenomenon
I would like to know if I can set the chirp to 1 and whether it would be considered abnormal in this situation (chirp = 1) ?