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.

AWR2944: advance frame profile in DDMA mode

Part Number: AWR2944

hello ,i‘m using AWR2944 ,in DDMA mode i want to design a  two waveform alternately transmit method to extend velocity,by reading TI design deocument i found advance frame profile can support this method,but when i finish profile the advance frame and debug in CCS,i find in MmwDemo_configPhaseShifterChirps(),if variable “gMmwMssMCB.cfg.ctrlCfg.dfeDataOutputMode == MMWave_DFEDataOutputMode_ADVANCED_FRAME”,the program is going to run“

        CLI_write("Advanced Subframe Config is not currently supported with the DDMA chain\n");
        errCode = -1;
        goto exit;

”,so i really want to know AWR2944  in DDMA mode can support advance frame config or not? if can ,how can i modify to achieve this pattern?thanks!