Post Go back to editing

Need the command format for the AD9106

I am going to be using the AD9106 with a micro controller.   I have all of the info for the AD9106 but it is not clear to me how to send the commands and the format of the strings to the AD9106 to get it to work.  Any examples would be great.  Thanks again, Jim

Parents
  • Hi Jimmie

    I'm afraid I cannot provide that. The code you are asking is hardware dependent and we don't have scripts for PIC microcontroller. But I believe that the quick start guide is helpful in your development since it provides the sequence of register values that is needed to nominally run the device. What I will advise is, as starter, take note of the sequence of code indicated by the quick start guide. Then search the PIC library documentation and look for the function responsible for SPI communication. After, hook up the register values to the functions, and there you can start or branch your development.

    Best Regards

    Louijie

Reply
  • Hi Jimmie

    I'm afraid I cannot provide that. The code you are asking is hardware dependent and we don't have scripts for PIC microcontroller. But I believe that the quick start guide is helpful in your development since it provides the sequence of register values that is needed to nominally run the device. What I will advise is, as starter, take note of the sequence of code indicated by the quick start guide. Then search the PIC library documentation and look for the function responsible for SPI communication. After, hook up the register values to the functions, and there you can start or branch your development.

    Best Regards

    Louijie

Children
No Data