commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6910 - gnuradio/branches/developers/matt/u2f/firmware


From: eb
Subject: [Commit-gnuradio] r6910 - gnuradio/branches/developers/matt/u2f/firmware
Date: Wed, 14 Nov 2007 17:37:47 -0700 (MST)

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





reply via email to

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