Hello,
I am building UHD 4.4.0 with the USER_SETTINGS parameter for the
radio_legacy block in b205_core.v set to 1. After calling API like in
example
>>> import uhd
>>> usrp=uhd.usrp.MultiUSRP("type=b200,enable_user_regs")
[INFO] [UHD] linux; GNU C++ version 11.3.0; Boost_107400;
UHD_4.4.0.0-124-g8a670958
[INFO] [B200] Detected Device: B205mini
[INFO] [B200] Operating over USB 3.
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
[INFO] [B200] Performing register loopback test...
[INFO] [B200] Register loopback test passed
[INFO] [B200] Setting master clock rate selection to 'automatic'.
[INFO] [B200] Asking for clock rate 16.000000 MHz...
[INFO] [B200] Actually got clock rate 16.000000 MHz.
>>> usrp.set_user_register(0,0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: LookupError: Path not found in tree: /mboards/0/user/regs
>>>
can't set user_register. Also in the tree i didn't see in tree path
/mboards/0/user/regs.
My board b205 mini. XILINX ISE 14.7.
How can I change the user register value by my custom ?
Best regards,
DimI
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]