Other Parts Discussed in Thread: IWR6843
Hi,
I have a problem with running the out of box HWA demo on the IWR6843-ISK module.
I'm using the following configuration (from mmWaveDemoVisualizer 3.4.0, note that the HWA demo needs the platform to be set to xWR64xx which is kind of strange):
After sending the config to the mmw-device using the visualizer I get the following error:
The error code means:
Further debugging reveals that the problem arises when the rlRfSetCalMonFreqLimitConfig function in mmwave_link.c is called:
int32_t MMWave_openLink()
...
freqLimit.freqLimitLow = ptrMMWaveMCB->openCfg.freqLimitLow;
freqLimit.freqLimitHigh = ptrMMWaveMCB->openCfg.freqLimitHigh;
retVal = rlRfSetCalMonFreqLimitConfig(RL_DEVICE_MAP_INTERNAL_BSS, &freqLimit);
In SDK 3.3 the frequency limits were both set to zero in main.c and in the new SDK they are set to 600 and 640 respectivley in the OOB-demo.
Setting the limits to zero as a workaround does not help, the same error still arises.
Can you please advise me how to solve the issue?