I developed a DW3120-based module that functioned properly when tested with Release_XR6.0C firmware.
However, after implementing nRF52840DK-DW3_QM33_SDK_CLI-FreeRTOS, I’m encountering periodic communication failures.
My configuration parameters are as follows:
INITF 4 2400 200 25 2 42 01:02:03:04:05:06:07:08 1 0 0 1
RESPF 4 2400 200 25 2 42 01:02:03:04:05:06:07:08 1 0 0 1
I attempted to modify the “RSTU slot duration” parameter, but the situation not only failed to improve but actually degraded further.
I captured the error results where “Status = Err” and found error code “2”. However, in the codebase I only found “UWBMAC_EAFNOSUPPORT = -2” as an explanation. I don’t believe this is the correct error code interpretation. What other adjustments can I make to resolve this issue?