Other Parts Discussed in Thread: IWRL6432
In the MMWAVE L SDK 5.04.00.01, we see:
static int32_t CLI_MMWaveChirpCommonCfg (int32_t argc, char* argv[]) { ... if (gMmwMssMCB.profileComCfg.c_ChirpTxMimoPatSel == 4) { /* BPM-MIMO*/ gMmwMssMCB.isBpmEnabled = 1; } else { CLI_write ("Error: c_ChirpTxMimoPatSel must have value 4 (BPM-MIMO)\n"); return -1; } return 0; }
Does this mean the IWRL6432 cannot do TDM? Or can we safely remove the error throw?