element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
RFSoC Boards Warning- TX PLL not locked, Please double check hardware setup
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • +1 person also asked this people also asked this
  • Replies 8 replies
  • Subscribers 324 subscribers
  • Views 2319 views
  • Users 0 members are here
Related

Warning- TX PLL not locked, Please double check hardware setup

johnj0806
johnj0806 over 3 years ago

I am using the Avnet RFSOC Explorer for MATLAB to interface with ZCU208+DTRX2.  I am following the setup instruction.  Whenever I click the TX Power UP, I get the error "Warning- TX PLL not locked, Please double check  hardware setup".  I am not sure what I am doing wrong as I have verified that I am outputting 122.88 MHz ref from CLK104 module.   Any ideas?

  • Sign in to reply
  • Cancel

Top Replies

  • mbrown
    mbrown over 3 years ago +2
    Absence of a reference clock for the DTRX2 LO PLLs would indeed cause this error, but you've already verified that 122.88 is present. A few other things you can check... Confirm that the two RED…
  • mbrown
    mbrown over 3 years ago in reply to mbrown +2 verified
    We also see the DTRX2 PLL fail to lock when the external 12V power supply is current limited. Can you verify that your external supply is capable of delivering >2A? In practice, if you can deliver…
  • johnj0806
    johnj0806 over 1 year ago in reply to mbrown +2 verified
    The board was replaced and the problem was fixed. Thank you.
Parents
  • mbrown
    0 mbrown over 3 years ago

    Absence of a reference clock for the DTRX2 LO PLLs would indeed cause this error, but you've already verified that 122.88 is present.

    A few other things you can check...

    1. Confirm that the two RED power-good LEDs on the DTRX2 are on?
    2. Did you prepare the SD Card as described in the Getting Started Tutorial?
    3. Can you confirm that the SD root has a folder called "pll-configs"?

    Let me know what you find. We should be able to get this debugged quickly.

    /Matt

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • johnj0806
    0 johnj0806 over 3 years ago in reply to mbrown

    Matt,

    Thank you for your reply. 

    • The two Red LEDs (D4 and D6 are ON.
    • I followed the tutorial on the getting started tutorial.
    • PII- config exists.
    • I also try to use a CW from a sig gen to generate 122.88MHz ref.

    Am still not getting any lock.

    Any help is appreciated.

    -John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • johnj0806
    0 johnj0806 over 3 years ago in reply to mbrown

    Matt,

    Thank you for your reply. 

    • The two Red LEDs (D4 and D6 are ON.
    • I followed the tutorial on the getting started tutorial.
    • PII- config exists.
    • I also try to use a CW from a sig gen to generate 122.88MHz ref.

    Am still not getting any lock.

    Any help is appreciated.

    -John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • mbrown
    0 mbrown over 3 years ago in reply to johnj0806

    Hi John -- thanks for verifying those items. Sorry it's still not working. Which version of RFSoC Explorer are you using?

    I would suggest upgrading to v2.2. We squashed quite a few bugs in that release, though the Getting Started Tutorial should work just fine in previous releases, so I'm not sure what's going on with your setup.

    DTRX2 cards are tested at our contract manufacture, so unless something happened in transit or in your lab, the hardware should be good.

    Next debug step...

    WIth the board powered on, open RFSoC Explorer, establish a TCP/IP connection, and enter the following API command:

    >> [status, data] = Avnet_RFSoC_Explorer('Read_DTRX2_EEPROM');

    Please post back the contents of status, data,

    Thanks,

    /Matt

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mbrown
    +1 mbrown over 3 years ago in reply to mbrown

    We also see the DTRX2 PLL fail to lock when the external 12V power supply is current limited.

    Can you verify that your external supply is capable of delivering >2A?

    In practice, if you can deliver 1A to the board you can power up the TX chain OR the RX chain, but not both.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mbrown
    0 mbrown over 2 years ago in reply to mbrown

    Hi John - did this solve your problem?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • johnj0806
    +1 johnj0806 over 1 year ago in reply to mbrown

    The board was replaced and the problem was fixed.  Thank you.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • mbrown
    0 mbrown over 1 year ago in reply to johnj0806

    Thanks for letting us know!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • lightcollector
    0 lightcollector over 1 year ago in reply to johnj0806

    Hi, can you say which board was the issue?  The Otava board, the ZCU208 or the add-on external clk104 board that plugs into the ZCU208?

    Thank you

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube