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.

CCS/AWR1243: Different numbers of active transmitters

Part Number: AWR1243

Tool/software: Code Composer Studio

Hello!

I have successfully run unit_test from C:\PROCESSOR_SDK_RADAR_03_08_00_00\ti_components\drivers\pdk_01_10_04_05\packages\ti\drv\vps\unit_test\cascadeRadarUt with one active Tx on master as it is in source code. Now i try to run master with two active TX.

I changed CascadeRadar_main.h:

#define CASCADE_RADAR_NUM_TX_ANTENNA (2U) instead 1U and commented out string #define ENABLE_TEST_SOURCE ;

also i changed CascadeRadar_main.c:

and

But I get zero values of any elements in massive gCascadeRadarFrmRecdNum.

When i run it with one active tx i can receive and read transmited frames.

Whats wrong i did?

Thanks,

Alex.