Hi matthew, Thank you for your reply. Well the Control() function is for selecting OUT_EN bit and voltage range bits (remaining bits set to zero), and the config() function is for setting DUAL_OUTEN bit, IOUT range bits & CRC_EN bit. As you said CRC should be enable after NOOP command and the experiment you have said was implemented but the result is same the CRC_FLT bit is always 1 when CRC is enable The sequence is now NOOP(); // 3bytes Config(); //3byes crc enable control(); // 4bytes NOOP(); // 4bytes DAC_Data(); // 4bytes
↧