Other Parts Discussed in Thread: LMK04828,
Our hardware design is FPGA+LMK04828+AFE7950. The spi interface of the LMK chip and AFE chip is directly connected to the FPGA, without connecting to the PC through USB.
Here are some of my questions:
1. I have modified some functions in baseFunc.c. But how can I modify the function giveSingleSysrefPulse? Is the sysRef here a hardware pin? Our hardware design is now connected to LMK.
2. We have noticed that on the LATTE software interface, there are tx/rx/fb channels that can be opened or closed. But AFE also has 6 hardware pins used to control TX EN, RX EN, and FB EN. Is there any conflict if both software and hardware control the channel simultaneously?
3. What are the functions of these two: ti_afe79_overrideTdd、ti_afe79_overrideTddPins ? Are these two related to my second question?