[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r6909 - gnuradio/branches/developers/matt/u2f/firmware
From: |
eb |
Subject: |
[Commit-gnuradio] r6909 - gnuradio/branches/developers/matt/u2f/firmware |
Date: |
Wed, 14 Nov 2007 17:34:43 -0700 (MST) |
Author: eb
Date: 2007-11-14 17:34:42 -0700 (Wed, 14 Nov 2007)
New Revision: 6909
Modified:
gnuradio/branches/developers/matt/u2f/firmware/u2_init.c
Log:
don't enable ADC's in u2_init
Modified: gnuradio/branches/developers/matt/u2f/firmware/u2_init.c
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/u2_init.c 2007-11-15
00:30:53 UTC (rev 6908)
+++ gnuradio/branches/developers/matt/u2f/firmware/u2_init.c 2007-11-15
00:34:42 UTC (rev 6909)
@@ -37,6 +37,7 @@
output_regs->clk_ctrl = 0x1C;
+#if 0
// Enable ADCs
output_regs->adc_ctrl = 0; // Power up and enable outputs
@@ -51,8 +52,8 @@
//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
dsp_regs->i = 0x7FFF;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r6909 - gnuradio/branches/developers/matt/u2f/firmware,
eb <=