This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE5801- DCLK 60 MHz or 120 MHz?

Other Parts Discussed in Thread: AFE5801

Please refer to pg. 9 of AFE5801 datasheet. I am debugging subroutines to:

  • deserialize the LVDS data on DCLK (bit clock) rising & falling edge {inner While Loop}
  • capture the complete word on FCLK (frame clock) rising edge {outer While Loop}

Assume FCLK (frame clock) = 10 MHz. Per the figure, DCLK= 6 * 10 or 60 MHz. I am confused on the rate at which the inner or deserialize While Loop should execute. DCLK is DDR, i.e. we strobe the data on DCLK rising and falling edge. Should the inner or deserialize While Loop run at 120 MHz {60 *2 (rising + falling), DDR} or 60 MHz in this case?

Thanks,

Mohit Kapur