discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to get FPGA_MODE_LOOPBACK in usrp2


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] How to get FPGA_MODE_LOOPBACK in usrp2
Date: Mon, 4 Jan 2010 10:15:57 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

On Mon, Jan 04, 2010 at 10:16:38PM +0530, srinivas naga vutukuri wrote:
> Hi,
> 
> Am using usrp2, and using gnuradio-3.2.2 stable version, compiled
> with only --enable-usrp2 option. While reading the code, i observed
> in the usrp, usrp_standard_rx::usrp_standard_rx(), the mode as a
> parameter, and using the member shown below. I want to try similar
> kind of feature in the usrp2, want to write small example that
> transmit the samples, and the same samples loopbacks and receives at
> the receiver. Please can show some examples where to look at.
> 
> best regards,
> srinivas.
> 
> =========================================
> bool
> usrp_standard_rx::set_fpga_mode (int mode)
> {
>  return _write_fpga_reg (FR_MODE, mode);
> }
> =========================================

Sorry, It's not implemented on the USRP2.

It was basically a test feature that we used when bringing up the USRP1...

Eric




reply via email to

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