I'm having trouble with the AD5940 temperature example. No results were printed until I powered the SINC2NOTCH block by modifying this line
AD5940_AFECtrlS(AFECTRL_TEMPCNV|AFECTRL_ADCCNV|AFECTRL_SINC2NOTCH, bTRUE); /* Start ADC convert */
The code now prints four nonsensical results and stops:
Hello AD5940-Build Time:13:08:26
Internal calibration register value:
Gain: 0x00004000
Offset: 0x00000000
Result[0] = -14, -274.30(C)
Result[1] = 10178, 561.45(C)
Result[2] = 11926, 704.79(C)
Result[3] = 12369, 741.12(C)
How do I resolve this?