Author: eb Date: 2007-11-14 17:37:47 -0700 (Wed, 14 Nov 2007) New Revision: 6910
Modified: gnuradio/branches/developers/matt/u2f/firmware/u2_init.c Log: don't enable ADC's in u2_init (2nd attempt) Modified: gnuradio/branches/developers/matt/u2f/firmware/u2_init.c =================================================================== --- gnuradio/branches/developers/matt/u2f/firmware/u2_init.c 2007-11-15 00:34:42 UTC (rev 6909) +++ gnuradio/branches/developers/matt/u2f/firmware/u2_init.c 2007-11-15 00:37:47 UTC (rev 6910) @@ -40,6 +40,7 @@ #if 0 // Enable ADCs output_regs->adc_ctrl = 0; // Power up and enable outputs +#endif // Enable clock to ADCs and DACs spi_transact(SPI_TXONLY, SPI_SS_AD9510, 0x00003F80, 24, 0); // Turn on output 3 (DAC CLK), normal levels @@ -52,7 +53,6 @@ //spi_transact(SPI_TXONLY, SPI_SS_AD9777, 0x00000140, 16, 0); // //spi_transact(SPI_TXONLY, SPI_SS_AD9777, 0x00000301, 16, 0); // PLL = //spi_transact(SPI_TXONLY, SPI_SS_AD9777, 0x00000480, 16, 0); // PLL on, automatic -#endif // write DSP registers... #if 0 _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
