Part Number: DAC38RF80EVM
Other Parts Discussed in Thread: LMK04828, ADC32RF44
Hello,
I am currently trying to bring up the eval board for the DAC38RF30. I am operating with an LMF of 821.
I am trying to avoid injecting a clock onto the board and just use the 122.88MHz oscillator that is connected to the OSCin port on the LMK04828. By using VCO0 on the LMK I am able to generate a VCO frequency of 2457.6MHz and divide it down to 1228.8MHz (2457.6/2) for the single ended DAC clock and 153.6MHz (2457.6/16) for my FPGA. I am doing it this way so I will need to generate 8 sample of I data and 8 samples of Q data every clock cycle on my FPGA. The datasheet for this part specifies various LMFSHd values for the JESD interface but it only gives example of 1 or 2 I and Q sample per channel per frame, but I assume I am able to give it more, in this case 8. Please let me know if this is incorrect.
My first question is this: With the 6x interpolation on, does that bring my theoretical sampling frequency up 6 times or down? Does my new sampling frequency become 7372.8MHz (1228.8 * 6) or do I need to supply my DAC with a 7372.8MHz clock so that when it interpolates it is only sampling the data from the FPGA at 1228.8MHz?
My second question is about a discrepancy between the datasheet for this DAC and the GUI to operate its EVM. The following is from the DAC38RFxx data sheet (I highlighted the areas of interest):
And the following is from the DAC38RF3x EVM GUI:
As you can see, the datasheet specifies a maximum sample rate that is different than the maximum specified by the GUI. Which one is accurate?
Thank you for your time.