Re: [Discuss-gnuradio] reading and writing fpga registers

2007-05-31 Thread Johnathan Corgan
Roshan Baliga wrote: > (1) My write returns "true", but the read returns 0, regardless of which > fpga register I read/write to (I've tried a few). For example: > > > if (utx->_write_fpga_reg(FR_ADC_OFFSET_0,0x)) > > int readregvalue2 = (utx->_read_fpga_reg(FR_ADC_OFFSET_0)); > > I must be

[Discuss-gnuradio] reading and writing fpga registers

2007-05-31 Thread Roshan Baliga
Hello Everyone, I'm trying to read and write the fpga registers using just libusrp (sorry Eric!). (1) My write returns "true", but the read returns 0, regardless of which fpga register I read/write to (I've tried a few). For example: if (utx->_write_fpga_reg(FR_ADC_OFFSET_0,0x)) int r