Other Parts Discussed in Thread: MMWCAS-DSP-EVM, MMWCAS-RF-EVM,
Hello!
We have a cascaded mmW radar (MMWCAS-DSP-EVM & MMWCAS-RF-EVM). To implement real-time imaging, I installed the RadarSDK and tried to follow the steps in the Userguide named "Processor SDK - Radar (v03.08)". I have set the MAKECONFIG in Rules.make to "tda2xx_evm_bios_radar".
Radar Part: AWR2243
Capture Card: TDA2xx
The build process for APPIMAGE and MLO files and have been successful. (unfortunately I don't have text logs and am attaching pictures here).
I have placed the MLO and App Image files on the SD card as said in the manual and am writing to seek help on how to choose a use case.
All I get is following log on the UART
-------------------------------
TDA2xx SBL Boot
DPLL Configuration Completed
Clock Domain Configuration Completed
Module Enable Configuration Completed
TI EVM PAD Config Completed
DDR Config Completed
App Image Download Begins
SD Boot - file open completed successfully
MPU CPU0 Image Load Completed
IPU1 CPU0 Image Load Completed
IPU1 CPU1 Image Load Completed
DSP1 Image Load Completed
EVE1 Image Load Completed
App Image Download Completed
Putting MPU CPU1 in Off mode
*****************************************************************
PMCCNTR counts once every 64 clock cycles, multiple by 64 to get actual CPU cyc les
SBL Initial Config Cycles - 116486 (9.94 ms)
SOC Init Cycles - 164451 (14.3 ms)
DDR Config Clock Cycles - 42951 (3.66 ms)
App Image Load Cycles - 499086 (42.58 ms)
Slave Core Bootup Cycles - 54116 (4.61 ms)
SBL Boot-up Cycles - 878149 (74.93 ms)
Time at which SBL started IPU1_0 - 23081611 (49034.86 ms)
*****************************************************************
Putting MPU in Retention...
--------------------------------------------------------------------------
The uc_config is as follows
--------------------------------------------------------------------------
ifeq ($(FATFS_PROC_TO_USE),ipu1_0)
UC_radar_read_fft_write=yes
UC_radar_read_objectdetect_write=yes
endif
ifeq ($(NDK_PROC_TO_USE),ipu1_1)
UC_radar_read_fft_write=yes
endif
--------------------------------------------------------------------------
Any help on how to proceed further in terms of running the use cases using the DSP will be greatly appreciated.
Thank you,
Saketh.