Post Go back to editing

External LNA with AGC

Thread Summary

The user inquired about achieving 59dB attenuation with two LNAs (30dB each) in their setup, noting the AGC's 30dB limit. The support engineer confirmed that this functionality is available in SDK/TES 0.25.0, suggesting an update. The user reported issues with the gain table indices and external control fields, but the engineer requested the SDK version for further assistance.
AI Generated Content
Category: Hardware
Product Number: ADRV9003

Hello,

I have two LNA in my setup, with 60dB total gain (each has 30dB fixed gain).
According to the AGC, the basic gain table can achieve at most 30dB attenuation.

1. Is there any configuration that I can do to use the 59dB possible attenuation?
2. What is the correct method to define the gain table and how?

Regards,
Yoel

Parents Reply
  •  Thank you for your reply.

    I looked through the guide and followed as written.
    I generated code and it seems that the struct 'lnaConfig' generated as expected.
    When I look at the gain table - "initialize_gainTableRows_15" (Which corresponds to the RX1 channel), there are only 69 indices (I guess 255 to 186).
    Any of these indices doesn't have the 'extControl' field set to 1.

    I also tried to change this field manually and set it to 1, and at the same time set the AGC mode on SPI so I can chose the gain index by myself.
    I set some gain index with 'extControl' field set to '1' and I looked over AGPIO4-7 and all of them were set to '0' and not '1'.

    Am I missing something here?

     Regards,
    Yoel

Children