Post Go back to editing

SDK Code for ADRV9002 does not seem to enable the user RX filter.

I have a custom RF filter that I loaded into the TES.

The filter is correct in the TES.

I then used the TES to output C code.

I see the filter coefficients in the created file initialize.c and the coefficients are correct and placed in the variable init_pfirBuffer_pfirRxWbNbChFilterCoeff_A_5.

I only have one receiver enabled in TDD mode in the TES.

The filter does not seem to be used.

When I plot the fft of the data, the data is not being filtered.

How do I enable this?

Note that the other parameters in initialize.c are being set correctly.

Thanks