Thread: AD4350 lock detect

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    11

    AD4350 lock detect

    hello everyone.

    it is my first time in use lock detect so i didn't now how to start.

    how to define the lock detect?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > AD4350 lock detect
    I shouldn't worry about it, it's only AD2013 now, so there's plenty of time for someone else to deal with it later on.

    In other words, WTF are you talking about!?

    Post your links and references, don't expect us to google things for you, we might end up at the wrong place.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2012
    Posts
    11
    i didn't understand you.
    in a C programing, i use a AD4350 for micrichip http://www.analog.com/static/importe...ts/ADF4350.pdf
    and i dont know how to start.
    i have afinished project.
    in this project i nead to add the lock detect of this chip.
    THANX.

  4. #4
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Have you searched for a driver program from the manufacturer of the chip or board? Buyers are not expected to program their own driver.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    That's not the only chip in your circuit surely.
    Where is the micro-controller proper?

    Anyway, did you read this
    AD4350 lock detect-screenshot-2013-02-24-10-43-26-png
    Now look at your schematic to find out where pin25 goes (from the ADF4350) to whatever micro-controller you're using.

    When you know what pin on the micro-controller is used, you can write code to sample the pin value and determine if you have lock or not.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. scanf lock the gets?
    By mohsen in forum C Programming
    Replies: 5
    Last Post: 01-26-2012, 03:14 PM
  2. CAPS LOCK key detect
    By thebrighter in forum Windows Programming
    Replies: 3
    Last Post: 07-20-2007, 09:51 AM
  3. lock
    By siavoshkc in forum C# Programming
    Replies: 5
    Last Post: 10-13-2006, 08:46 AM
  4. Picking a lock
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-08-2003, 11:59 AM
  5. LPDIRECTDRAWSURFACE7->Lock()
    By Magos in forum Windows Programming
    Replies: 5
    Last Post: 03-18-2003, 06:53 PM