[USRP-users] Read register in C++

2021-03-29 Thread COURANT Frederique - Contractor via USRP-users
Hello Users, I would like to know if someone could give some examples on how can I read a register in C++ please ? I know that I need to use peek32 but I don't find any examples. I'm using UHD 3.14. Thanks for your help. Fred ___ USRP-users mailing l

[USRP-users] Re: Read register in C++

2021-03-29 Thread Marcus Müller
Hi! It's probably easiest if you just clone the UHD source code, go into host/lib/ and grep for peek32 in there – that's the realest-world example of peeking around in device registers you'll find :) Best regards, Marcus On 29.03.21 15:15, COURANT Frederique - Contractor via USRP-users wrote:

[USRP-users] Generating Packets in a 2-Port Block

2021-03-29 Thread Mattingly, Rylee
Hi all, I am currently working on a RFNoC block that has a ‘passthrough’ port and ‘results’ port that outputs data based on the samples seen in the passthrough stream. I am currently using the AXI-stream payload context interface and I am having trouble deterministically generating packets