mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 08:14:31 +01:00
jungfrau server: changes for new firmware, aligning adc deserializer. ctb serveR: removed unnecessary pll reset and polling mode for pll
This commit is contained in:
@@ -205,13 +205,8 @@ void AD9257_Configure(){
|
||||
AD9257_Set(AD9257_OUT_MODE_REG, AD9257_OUT_BINARY_OFST_VAL);
|
||||
|
||||
//output clock phase
|
||||
//if defined(GOTTHARDD) || defined(JUNGFRAUD)
|
||||
#ifdef GOTTHARDD
|
||||
#if defined(GOTTHARDD) || defined(JUNGFRAUD)
|
||||
FILE_LOG(logINFO, ("\tOutput clock phase is at default: 180\n"));
|
||||
#elif JUNGFRAUD
|
||||
// This is not required (by default it is 180) (like gotthard)
|
||||
FILE_LOG(logINFO, ("\tOutput clock phase: 180\n"));
|
||||
AD9257_Set(AD9257_OUT_PHASE_REG, AD9257_OUT_CLK_180_VAL);
|
||||
#else
|
||||
FILE_LOG(logINFO, ("\tOutput clock phase: 60\n"));
|
||||
AD9257_Set(AD9257_OUT_PHASE_REG, AD9257_OUT_CLK_60_VAL);
|
||||
|
||||
Reference in New Issue
Block a user