We are controlling the ADS131A02 with SPI communication in asynchronous slave mode and 32 bit device word length without hamming code. The steps for initialization are executed according to the data sheet and it seems to work properly. However, as soon as we enable the adc channels, the response of the NULL command changes from 2200h to 2220h indicating an SPI fault. The F_FRAME bit in the STAT_S register is also set, so the number of clock cycles per frame seems to be too low. We observed the cycles and the dataframes with the oscilloscope and we could not detect any problems there. The error disappears after disabling the channels. Is there an explanation for this behaviour? The data conversion seems to work correctly despite the error message.