Test Report: Single Sayma, DAC-to-DAC phase skew
2021-05-25
Conditions
- Hardware: unchanged
- ARTIQ: unchanged
- Testsuite: unchanged
Results
- # Test Runs: 15
- # Test Run with Extreme Data:
- Absolute phase skew…
Test Report: Single Sayma, DAC-to-DAC phase skew
2021-05-24
Conditions
- Hardware: added one extra Sayma as satellite 2, sharing the same gateware as the first Sayma; new Sayma NOT involved in this test
- ARTIQ: unchanged *…
Test Report: Single Sayma, DAC-to-DAC phase skew
2021-04-28
Conditions
- Hardware: unchanged
- ARTIQ: unchanged
- Testsuite: unchanged
Results
- # Test Runs: 13
- # Test Run with Extreme Data:
- BaseMod outputs no…
Test Report: Single Sayma, DAC-to-DAC phase skew
2021-04-23
Conditions
- Hardware: Metlino as DRTIO master, Sayma as DRTIO satellite (via uTCA carrier hub fabric)
- ARTIQ: customized version…
Test Report: Single Sayma, DAC-to-DAC phase skew
Discussion: Test Protocol Design
cb891b7719
Update README
cf8b40d629
Remove RP uhubctl power control scripts
ef463c32a5
Add script for OS shutdown on RP
62c74d5081
Update README
2bfa4326ab
Remove RP uhubctl power control scripts
509a8f0905
Update README
2bfa4326ab
Remove RP uhubctl power control scripts
140139edcb
Add script for OS shutdown on RP
e46781a776
Add script for testing RP network connectivity
a5ba828b47
Add mlabs 2nd RP
698e90df1c
Update README
0fc9309748
Add RP power control scripts
e5d24c9595
Update README
41066bcd16
Add RP power control scripts
Can SPI chip select timing be ensured without delay_ns?
Update:
-
I read the datasheet more carefully and found two different types of valid CS behaviour:
- If there are contiguous transactions that are not fixed-length, CS must be…
6d17703e6b
Add Enc424j600::init() for complete initialisation
78e4d82660
examples: Simplify & fix naming
b9b28f0725
Rename functions & classes for clarity
3529fcd192
Turn EthController trait methods unrelated to PHY into instance methods
Can SPI chip select timing be ensured without delay_ns?
To all reading this: most of my comments are for my own record and future reference. I am not requesting for any comments or answers from others, but if someone do I would greatly appreciate their…
Can SPI chip select timing be ensured without delay_ns?
To clarify my thoughts and doubts:
- The issue on embedded_hal might still hold. On both Booster and my own testing firmware, CPU is…
Can SPI chip select timing be ensured without delay_ns?
Hi Robert, it was stupid of me to phrase my question like this. Clearly, using a scope or logic analyser is suitable enough to check how CS changes w.r.t. data transactions (indicated by SCK…