Hi,
For my use case, I need to read raw ADC data over LVDS in channel-interleaved mode using IWR6843. The data needs to be in the order:
RX0 Sample0, RX1 Sample0, RX2 Sample0, RX3 Sample0, RX0 Sample1, RX1 Sample1, ...
I tried using adcbufCfg to accomplish this, but then I noticed that the CBUFF driver says that interleaved mode is not supported for IWR6843. However, when I modified the driver and added in the correct function pointer to CBUFF_setupInterleaved_ADC, the received raw data looked fine and it appeared to be in the correct order.
What does the "On the XWR68xx Interleaved mode is not supported" comment mean? Does it mean that software support is not implemented, or is there some limitation in the BSS that I did not notice when I hacked in the support for it myself?