Hi,
I want to get the raw 3D-FFT data from the 1843 EVM. The easy way is using DCA module, but I want to get only a small relevant subsection of the 3D-FFT radarcube using the USB cable at the EVM. For this, I am using the automotive toolbox's "medium-range radar" example (http://dev.ti.com/tirex/explore/node?node=AObIl5yAPR-DjIwxgdgyuA__AocYeEd__LATEST).
The data processing chain, from documentation, is: ADC captured data >> range FFT >> L3 cache >> velocity FFT >> L3 cache >> Detection >> angle FFT >> further processing >> MSS UART output .
In this chain, I want to bypass the detection and get a cropped angle FFT output directly through MSS UART. In the source code of the project, /src/dss_data_path.c, I can find functions defined for data transfer through different stages in the above chain, however, I am not finding the function (main or something else), which calls them in sequence. The /src/dss_main.c doesn't seem to be calling them either, though it does have a
BIOS_start()
call after initializing data structures.
Can anyone please suggest where the chain of processing functions is called?
Thanks.
Arvind