This particular problem sounds reasonable straightforward with a few fpga
edits. I have successfully commandeered a few gpios in the E310 before for
scoping a couple clock signals.
One possible suggestion for a quick fix: when you set a master clock rate,
then the radio_clk wire in the fpga will r
On 07/11/2017 11:56 AM, Will Thompson via USRP-users wrote:
Hi all.
So I’m thinking of starting a project with the E310 that requires high
accuracy control of a switch.
Basically I need to receive a single RF sample (@1MHz) (1us), then
send a signal via the GPIO on a second sample (2us), an
My two cents:
Only useful reference: https://files.ettus.com/manual/page_gpio_api.html
UHD example:
https://github.com/EttusResearch/uhd/blob/master/host/examples/gpio.cpp
In E310 you have to select the correct GPIO bank, that being *INT0 *(took
me a while to figure it out). You can start your pr