QM35 DK-05 Radar: RframeConfig default mismatch (Protocol says SP3, SDK Python tool uses 0) and “NULL taps” in SP3

Hi Qorvo team,

I am using the QM35 DK-05 UWB radar kit and I noticed a discrepancy between the protocol document and the SDK Python demo configuration. When I try SP3, I often see “NULL taps” in the CIR (some taps drop to extremely small amplitude while adjacent taps remain strong). I’m hoping you can help confirm the intended default and explain the behavior.

What the documentation says

In QM35 DK-05 UWB Radar Protocol, Page 6, RframeConfig is described as default 0x03 (SP3).

What the SDK Python demo uses

In qm35-sdk 3.0.0, the Python demo config file:

Samples/Python/UWB-Qorvo-Tools/scripts/radar/radar_simple_demo/radar_parameters.json

Observations

A) PC + DK-05 board (Python radar_simple_demo)

  1. With the original SDK config (RframeConfig: 0), the CIR looks normal.

  2. If I change RframeConfig to 3, I start seeing “NULL taps” where individual taps collapse close to zero even though neighboring taps are large.


B) Raspberry Pi radar board (Cherry API, default SDK behavior)

Using the Cherry API implementation on Raspberry Pi (no modifications, following the user manual to collect CIR), I also observe similar “NULL taps” in the CIR waterfall.



If I manually force SP0 frame format, the CIR becomes normal on the Raspberry Pi radar board as well.

Questions

  1. Is SP3 truly the default RframeConfig for QM35 radar, or should it be SP0?
  2. What causes these “NULL taps” in SP3?
  3. In SP3, is the CIR estimated purely from STS or does it still use preamble for CIR extraction?

Thanks!