diff options
author | Nick Foster <nick@ettus.com> | 2012-02-03 17:36:07 -0800 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2012-02-03 17:38:33 -0800 |
commit | 0d2acffaf4d3e3b02dc9745e94b407356650f923 (patch) | |
tree | 616e53d896fcc341ae409e8a004d55e1280bea4d /firmware/fx2/b100/usrp_common.c | |
parent | f88dd2289b714b53a59d0fd6da1ddef549940e51 (diff) | |
download | uhd-0d2acffaf4d3e3b02dc9745e94b407356650f923.tar.gz uhd-0d2acffaf4d3e3b02dc9745e94b407356650f923.tar.bz2 uhd-0d2acffaf4d3e3b02dc9745e94b407356650f923.zip |
B100/B150: firmware disable FIFOs until host enables to keep junk out
Diffstat (limited to 'firmware/fx2/b100/usrp_common.c')
-rw-r--r-- | firmware/fx2/b100/usrp_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/b100/usrp_common.c b/firmware/fx2/b100/usrp_common.c index 7aedce9f7..a8f29d1fa 100644 --- a/firmware/fx2/b100/usrp_common.c +++ b/firmware/fx2/b100/usrp_common.c @@ -33,7 +33,7 @@ init_usrp (void) CKCON = 0; // MOVX takes 2 cycles // IFCLK is generated internally and runs at 48 MHz; slave FIFO mode - IFCONFIG = bmIFCLKSRC | bm3048MHZ | bmIFCLKOE | bmIFSLAVE; + IFCONFIG = bmIFCLKSRC | bm3048MHZ | bmIFCLKOE; SYNCDELAY; // configure IO ports (B and D are used by slave FIFO) |