This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE5809: 5MHz LPF seems not working

Part Number: AFE5809

Hi Team,

 

I’m using 12MHz sampling clock with the AFE5809, so I choose the 5MHz LPF before ADC. The input signal scans 1MHz ~ 6MHz, but I cannot see obvious suppression above 5MHz. What’s wrong?

The commands set for AFE5809 through SPI is as follows:

 

1         (addr 0x01)0000 0001       (data)1000 1000 0000 0000

Bit[11]=1 to suppress low frequency noise; bit[15]=1 to Enable single end clock

2         (addr 0x02)0000 0010       (data)0000 0000 0000 0000

      bit[15:13]=000, normal operation

3         (addr 0x0a)0000 1010       (data)0000 0001 0000 0000

bit[8]=1 to make outputs of test pattern of the 8 channels to perform synchrously. That is, I tested to set the above register to Test Pattern and got a satisfied synchrous outputs of test patterns.

4         (addr 0x16)0001 0110       (data)0000 0000 0000 0001

      bit[0]=1 to disable digital demodulator

5         (addr 0x33)0011 0011       (data)0000 0000 0000 1000

      bit[3:1]=100 set LPF 10MHz, bit[13]=0 PGA gain-24dB

6         (addr 0x3d)0011 1101       (data)0100 0000 0000 0000

       bit[14]=1 to enable 5MHz_LPF

7         (addr 0x34)0011 0100       (data)0000 0001 0000 0000

bit[7:6]=00 set 50Ω termination,bit[8]=1 Enable termination,[14:13]=00 LNA gain 18dB

8         (addr 0x35)0011 0101       (data)0000 0000 0000 0000

bit[11:10]00- Low noise Power mode

 

 

AND I noticed the important information from the AFE5809 manual:

AFE5809 with date code later than 2014, that is date code >41XXXX, has below additional features which can be enabled by Register 61[15,14,13]. Existing analog performance remains the same. …

  • 61[14] enables a first-order 5-MHz LPF filter to suppress signals >5 MHz or high-order harmonics.

Note: This bit is supported by AFE5809 with date code later than 2014, that is date code >41XXXX.

 

The topside code of my chips is 29ZNC53.

 Is this the date code?    29ZNC53 > 41XXXX ? 

 Thanks !

  • Hi,

    Yes the silicon you have support 5MHz corner.

    AFE5809 support third order LPF. It is applicable for filter with corner frequency 10M/15M/20M/30M. Third order filter is implemented using first order filter followed by second order filter. When you program 5MHz filter corner, only the first order filter corner changes while second order filter remain as it is. So 5MHz filter setting can be imagined as first order filter of 5Mhz corner followed by second order 10MHz filter. So 5Mhz is not a very sharp third order filter. What you can do is, apply 10MHz signal and enable and disable 5MHz filter corner bit and check if you see any amplitude difference. If yes then 5MHz filter corner is getting enabled. 

    Thanks!

    Regards.

    Shabbir

  • Thank Shabbir for the perfect answer !

    Best reguards.

    Dajun