diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f519363..f9fb97f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -6,6 +6,7 @@ - [Sinara 4456 synthesizer Mirny / Sinara 4457 Almazny Mezzanine card](./hw/mirny_almazny.md) - [SUServo (Sampler + Urukul)](./hw/suservo.md) - [Sinara 2118 BNC-TTL / 2128 SMA-TTL](./hw/bnc_sma_ttl.md) + - [Sinara 2138 MCX-TTL](./hw/mcx_ttl.md) - [Sinara 5432 DAC Zotino / Sinara 5632 DAC Fastino](./hw/zotino_fastino.md) - [Sinara 5518 BNC-IDC / 5528 SMA-IDC adapter](./hw/bnc_sma_idc_adapter.md) - [Sinara 4410/4412 DDS Urukul (AD9910/AD9912)](./hw/urukul.md) diff --git a/src/build_test_firmware.md b/src/build_test_firmware.md index 8259110..aa44fd1 100644 --- a/src/build_test_firmware.md +++ b/src/build_test_firmware.md @@ -55,6 +55,8 @@ nix build -L --impure --expr 'let fl = builtins.getFlake "git+file://", // ad9910/ad9912 "ports": [, ], - "clk_sel": + "clk_sel": , + "refclk": , // for external clock signal + "pll_en": <0 or 1, default 1> // PLL bypass, to allow higher external clocker frequencies (1e9 for example) } ``` ## Setup -Check if [SUServo](./suservo.md) is enabled/disabled on customer needs. +Check if [SUServo](./suservo.md) is enabled/disabled respective to customer needs. Connect to the clocker source. ## Testing @@ -83,4 +85,13 @@ ValueError: no valid window/delay ``` Check with the customer to see if synchronization is necessary, and disable it if it is not. -In any case, simply restart the test. \ No newline at end of file +In any case, simply restart the test. + +### Noise instead of signal + +It may be due to misconfiguration of SUServo. Check that both firmware and pins enable/disable the SUServo mode. + +### Improper frequency + +This can happen due to lack/bad clock source connection. Check that clock source is connected respective to the customer needs, +and if it is connected to the [Clocker](clocker.md), check that clocker receives clock signal properly. diff --git a/src/img/clocker_ref.jpg b/src/img/clocker_ref.jpg index 55c1caa..7dde160 100644 Binary files a/src/img/clocker_ref.jpg and b/src/img/clocker_ref.jpg differ diff --git a/src/img/ttl_mcx.jpg b/src/img/ttl_mcx.jpg new file mode 100644 index 0000000..577f5ec Binary files /dev/null and b/src/img/ttl_mcx.jpg differ