This is how the radio block handles async messages (underruns, overruns, late data): https://github.com/EttusResearch/uhd/blob/master/host/lib/rfnoc/radio_control_impl.cpp#L263-L305
On Tue, Jul 8, 2025 at 8:27 PM Brian Padalino <[email protected]> wrote: > With a custom RFNoC block, are there any examples of what is required to > receive and process asynchronous messages from the custom RFNoC block in > the controller class? > > For example, in my FPGA I have some status information I want to print out > every second. I don't want to poll it, and I'd prefer to have the FPGA just > automatically send it off through the control port to be received > asynchronously by my controller block. > > So far whenever I've tried it, I get a bad function call message printed > out from UHD. > > Thanks, > Brian > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
