More USRP2 Questions

Hi,

Merry Christmas…

I have some simple USRP2 questions:

  1. What is the serial setting needed to talk to USRP2 UART (Baudrate,
    parity,…etc) ?

  2. Is the processing of set_scale_iq done in the host or in the FPGA?

  3. What is the purpose of the AeMB processor? What is its clocking
    speed?

  4. Where USRP2 MAC address is stored ?

USRP2 Feedback:

  1. The USRP2 is great (Thank you Matt).

  2. When My PC (OS Ubuntu 8.1) GLAN setting was DHCP (MTU was 672), I had
    various errors (Segmentation fault, set_decimation error , send Message
    too
    long,…etc). All These problems are went away when I used static IP
    address (MTU was 1500).

Best Regards,

Firas


View this message in context:
http://www.nabble.com/More-USRP2-Questions-tp21176293p21176293.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Fri, Dec 26, 2008 at 9:38 AM, Firas A. [email protected]
wrote:

  1. What is the serial setting needed to talk to USRP2 UART (Baudrate,
    parity,…etc) ?

230400 baud, 8N1 format

  1. Is the processing of set_scale_iq done in the host or in the FPGA?

The scaling itself is done in the DSP pipeline in the FPGA.

  1. What is the purpose of the AeMB processor? What is its clocking speed?

The aeMB processor is a fully synthesized CPU that forms the heart of
the USRP2 FPGA system-on-a-chip design. It performs configuration and
status reporting for all the FPGA peripherals, manages the control
channel for the GbE transport, and handles RF daughterboard operation.
It doesn’t perform any DSP functions; these are done purely in logic
in the DSP RX and TX pipelines. It is clocked at 50 MHz, half the
system clock rate.

  1. Where USRP2 MAC address is stored ?

It is stored on the USRP2 motherboard EEPROM.

  1. When My PC (OS Ubuntu 8.1) GLAN setting was DHCP (MTU was 672), I had
    various errors (Segmentation fault, set_decimation error , send Message too
    long,…etc). All These problems are went away when I used static IP
    address (MTU was 1500).

Yes, the USRP2 GbE transport currently requires a GbE MTU of 1500
bytes. This may change in the future.

-Johnathan