[USRP-users] B205mini-I 1-PPS and 10-MHz

2020-09-30 Thread Clark (US), Kenneth C via USRP-users
smime.p7m Description: S/MIME encrypted message ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Re: [USRP-users] Build Error in MSVC 2017 in time_spec.hpp

2020-04-27 Thread Clark (US), Kenneth C via USRP-users
If I remove “constexpr” completely, thus “static double ASAP = 0.0 ;”, I get a different error, E1592, “a member with an in-class initialize must be const”. I also did a ‘update’ to my MSVC 2017 installation, to make sure it is current, but that did not change anything. Trying “static const dou

[USRP-users] Build Error in MSVC 2017 in time_spec.hpp

2020-04-27 Thread Clark (US), Kenneth C via USRP-users
Hello, Trying to build the "host" applications on Windows 10, MSVC 2017 (aka 141). The line below in time_spec.hpp static constexpr double ASAP = 0.0; Generates error E0145 in MSVC 2017, "member "uhd::time_spec_t::ASAP" may not be initialized" I have tried not initializing it, making it con

[USRP-users] Controlling B205mini GPIO pins from the FPGA?

2020-04-10 Thread Clark (US), Kenneth C via USRP-users
Hello, I am modifying the FPGA code (from version 7.0) for the B205mini. I would like to control the GPIO pins from the FPGA code. Control via the example GPIO host executable works fine. I have tried hijacking the function in "radio_legacy.v" which I think is controlling them. generate