Re: Ettus N210 clock test header

2022-06-27 Thread Marcus Müller
Hi Fabien, I bet the usrp-users mailing list would be a better place to ask this! Anyways, yep, you can. Call the usrp2_clock_ctrl.enable_test_clock() routine. From the top of my head, multi_usrp doesn't expose that directly, but you could easily do, roughly: 0. get the source code of **exact

Ettus N210 clock test header

2022-06-27 Thread Fabien PELLET
Hello, How can I enable the test clock output on J503 in my USRP N210 ? Is there a way to do that only using UHD methods that I can use in my C++ code ? I would like to use it on a hardware I'm designing that need to be perfectly synchronised with the internal DAC, ADC and FPGA. Thanks for