Post Go back to editing

Cmos 4lane not working in ADRV9002

Hi ,

we are trying to bringup ADRV9002FMCZ using linux system and IIOSCOPE using CMOS interface

profile loading  for 1lane CMOS is working fine and we are able to get a sine wave on IIOSCOPE using DDS input through RX-TX loopback in ADRV9002.

But when we are trying to load profile for 4-Lane CMOS we are getting sine wave with distortion/glitches with same loopback configuration. we teste this with other signal like ramp nibble and getting same distortion/glitches. Also while profile loading we getting "ramp nibble", "strobe error", "data error" which we then bypassed

Also we tried to bringup with baremetal no-OS driver from ADi, in this  for both 1lane and 4lane we are not getting a correct data in either of the mode and getting "data_error"

    

Kindly guide us some solution on it or are we missing any configuration.

Also can you share link for latest HDL/ linux code branch for ADRV9002 for us to cross validate.

thanks ,

Shivashankar Thatti.

Parents
  • Hello Shivashankar Thatti,

    We need to try this on our end to see if we can reproduce it...

    Also while profile loading we getting "ramp nibble", "strobe error", "data error" which we then bypassed

    What do you mean by this? When loading a profile, the board will be reseted which means it is expected that the signal breaks for sometime until everything is up and running again...

    - Nuno Sá

  • Hi,

    we found & resolved the issue. basically it was due to wrong configuration of REG_RATECNtrl register (0x04c)

    it was configured to 31 for CMOS 4lane which made 4 adc_valid signal between consecutive strb signal, as a result each data got send 4 times as a result glitch after modulation-> demodulation.

    so we then changed REG_RATECNtrl value from 31->7 now it issue are resolved as only one adc_valid signal generated between two consecutive strb signal. also we checked in noOS for 1 lane REG_RATECNtrl configured value is given as->7

    and for 4lane cmos as  ->1. so i guess that is also wrong, we corrected it and things got working.

    i think there might be these bug in code.

    regards,

    shivashankar Thatti.

Reply
  • Hi,

    we found & resolved the issue. basically it was due to wrong configuration of REG_RATECNtrl register (0x04c)

    it was configured to 31 for CMOS 4lane which made 4 adc_valid signal between consecutive strb signal, as a result each data got send 4 times as a result glitch after modulation-> demodulation.

    so we then changed REG_RATECNtrl value from 31->7 now it issue are resolved as only one adc_valid signal generated between two consecutive strb signal. also we checked in noOS for 1 lane REG_RATECNtrl configured value is given as->7

    and for 4lane cmos as  ->1. so i guess that is also wrong, we corrected it and things got working.

    i think there might be these bug in code.

    regards,

    shivashankar Thatti.

Children