Part Number:TDA3XEVM
Tool/software: TI-RTOS
Hi,
I'm trying to import AWR1243 radar raw data from Ethernet/SD card to TDA3x. The network tool user guide mentions that the network_tx (PC side) can send raw/yuv data via network but when I look at the usecase like "radar_read_fft_write", there is no option about the raw data transferring. I think I need to modify the following code started from line 260 in chains_radarreadfftwrite.c:
pChInfo->flags = System_Link_Ch_Info_Set_Flag_Data_Format(pChInfo->flags,
SYSTEM_DF_YUV422I_YUYV);
pChInfo->flags = System_Link_Ch_Info_Set_Flag_Scan_Format(pChInfo->flags,
SYSTEM_SF_PROGRESSIVE);
pChInfo->flags = System_Link_Ch_Info_Set_Flag_Buf_Type(pChInfo->flags,
SYSTEM_BUFFER_TYPE_VIDEO_FRAME);
But it looks like the data format does not support the SYSTEM_DF_RAW16.
Can you please give me some instruction about how to import raw data from Ethernet? I would like to use TCP/IP since I have multiple channels/files for the DSP.
Thanks,
Frank