Fast 16bit ADC using Arduino Due and AD977

Hi sadlerochit, I was trying to do same, good job!
Just a question, why are you using

SPI.transfer(10,0x00,..

and then the inverter to get barSS, instead of just using

SPI.transfer(10,0xFF,..