I can properly read data on SPI bus from AD, but my problem is that it shares SPI with other devices.
On data sheet is written: <<Only SPI mode 1 (CPOL = 0, CPHA = 1) is supported>>; this is in contrast with the others devices. I have to change phase when dealing with AD.
My micro is MSP430F71.
It seems that when i go back to AD, first data is corrupted.
For example: i convert 100 data and then i put CS high to disable AD (and stop it) , than i change clock phase and deal with some other device. than change clock phase again and acquire further data from AD.
Generally the first data or second is wrong.