discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error when using gpio via RFnoC


From: Ivan Zahartchuk
Subject: Error when using gpio via RFnoC
Date: Sun, 4 Apr 2021 22:47:44 +0300

Hello, I'm trying to switch gpio to usrp E 310 using rfnoc access to it. I take the example rfnoc fosphor as a basis. But I get an error:
Traceback (most recent call last): File "rfnoc_fosphor_network_usrp.py", line 319, in <module> main () File "rfnoc_fosphor_network_usrp.py", line 308, in main tb = top_block_cls (fft_size = options.fft_size, fpga_path = options.fpga_path, freq = options.freq, gain = options.gain, host_ip_addr = options.host_ip_addr, samp_rate = options.samp_rate, tdecay = options.tde. options. trise trise, gpio = options.gpio) File "rfnoc_fosphor_network_usrp.py", line 103, in __init__ self.uhd_rfnoc_streamer_radio_0.set_gpio_attr ("FP0", "CTRL", self.ATTR_CONTROL, self.ATR_MASKS) File "/usr/lib/python2.7/site-packages/ettus/ettus_swig.py", line 2801, in set_gpio_attr return _ettus_swig.rfnoc_radio_sptr_set_gpio_attr (self, bank, attr, value, mask) RuntimeError: RuntimeError: NotImplementedError: set_gpio_attr was not defined for this radio Tell me if you have any suggestions about this?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]