Forum Discussion
JESD204B rx_islockedtodata signal issue
- 2 years ago
Hi,
Yes the root cause is same as you mentioned - no ref clock when FPGA is configured (First time).
Can you please share the reason for configuring LMK04832 via SPI for every power cycle?
Can you program the LMK04832 once and it'll retain the clock configuration? -> If yes Do it.
If not, other solutions:
- Program the FPGA via jic and rbf -> So that even after power cycle FPGA will have its configuration and you just need to give a reset command to FPGA and it'll work. Power up-> FPGA program the clk chip via SPI -> Reset command for FPGA.
- You can implement BMC (Board Management Controller) in your design. BMC will configure the LMK chip first and then bring up the FPGA.
Regards,
HarshX
Hi,
Kindly follow reset scheme: 4.5. Reset Scheme (intel.com)
Can you please share the reason for configuring LMK04832 via SPI for every power cycle?
Why not separately program the clock chip once so after every power cycle clk chip will have the same configuration which is needed by FPGA? (LMK03328 EVM Setup and Programming with TICS Pro GUI | Video | TI.com).
Regards,
HarshX
- allen182 years ago
Occasional Contributor
Thank you. We didn't notice this when designing the clock scheme for the project initially. It should be more reasonable to configure the clock chip in another way. The changes will be implemented in the next version of the PCB.
- VenkateshK1 year ago
Occasional Contributor
Hi allen18,
right now i am facing the same issue, i am using different clock IC ,May I know How you resolved this issue. It would very helpful.
Thanks In advance.
- allen181 year ago
Occasional Contributor
You need to provide stable reference clocks of jesd204b ip core before the start of FPGA configuration, I am currently using a microcontroller to configure the clock chip. After the configuration is complete, load the sof file to the FPGA, the jesd204b IP core can work properly.