Hi,
I'm working on TDA2x,and visionsdk02.10.00 i used.Any source inside for developing Radar sensor?Liked read radar's data with DCAN,and output with GPIO.
very thanks.
Jer.
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'm working on TDA2x,and visionsdk02.10.00 i used.Any source inside for developing Radar sensor?Liked read radar's data with DCAN,and output with GPIO.
very thanks.
Jer.
No there is nothing in vision sdk 2.10 for this. Can you please explain how radar is interfaced to TDA2x for you? and which radar chip is this (TI or someone else)?
I dont know if DCAN is the right interface for this. As I said vision sdk by default doesnt have solution for this. You may have to look at examples\tda2xx\src\modules\dcan to see how rx, tx can work and thn build an application on top of that.
I think if you compile it for ipu1_0 it should work straight away.
In vision sdk 2.11 we have it in ipu1_0, vision_sdk\examples\tda2xx\src\modules\dcan\SRC_FILES.MK would look like this
SRCDIR += $(vision_sdk_PATH)/examples/tda2xx/src/modules/dcan
DCAN_SRCS = \
utils_dcan.c \
system_dcan.c
SRCS_ipu1_0 += $(DCAN_SRCS)