Other Parts Discussed in Thread: AWR1243, MMWAVE-DFP
To whom it may concern,
Based on the "swra574.pdf(AWR1243 Cascade)", I want to set enabling "OSC_CLKOUT" by modifying mmwavelink_example. Please show how to modify the source code (mmw_example.c).
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.
To whom it may concern,
Based on the "swra574.pdf(AWR1243 Cascade)", I want to set enabling "OSC_CLKOUT" by modifying mmwavelink_example. Please show how to modify the source code (mmw_example.c).
Hello,
Thank you very much for giving the advice. I can start generating OSC_CLKOUT by modifying mmw_example.c.
I added the below command :
rfChanCfgArgs.cascading = 0x0001
at line 748 of mmw_example.c (Ver. 00_09?01_06)
Best regards.