discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Understanding daughterboard python code


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Understanding daughterboard python code
Date: Mon, 31 Mar 2008 09:36:18 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Mon, Mar 31, 2008 at 12:36:24PM +0200, Per Zetterberg wrote:
> 
> Hi All,
> 
> I am trying to understand something from the daughterboard python code. In
> flex daughterboards there are IO pins which switch between reception and
> transmission. I can find the set_atr_* functions which are for controlling
> this automatically based on the FIFO status. But what if I want do it
> manually what function do I use then ?

write_io

> In usrp_basic.h there is a function _write_oe. Before that function is said
> "This register is initialized based on a value stored in the EEPROM". I
> can't find where in the code the corresponding EEPROM read ?

It was never implemented.  At the present time the _oe state is set in
the daughterboard constructor.

Eric




reply via email to

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