Commit 212ac05d authored by Dave Newbold's avatar Dave Newbold

Testing align script

parent 10d22e17
...@@ -54,7 +54,7 @@ chans = range(0x8) ...@@ -54,7 +54,7 @@ chans = range(0x8)
adcs = range(0xf) adcs = range(0xf)
patt = 0x07f patt = 0x07f
cap_len = 0x80 cap_len = 0x80
taps_per_slip = 16 taps_per_slip = 22
spi = board.getNode("io.spi") spi = board.getNode("io.spi")
spi_config(spi, 0xf, 0x2410, 0x1) # Divide 31.25MHz ipbus clock by 32; 16b transfer length, auto CSN; Enable SPI slave 0 spi_config(spi, 0xf, 0x2410, 0x1) # Divide 31.25MHz ipbus clock by 32; 16b transfer length, auto CSN; Enable SPI slave 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment