Tool/software:
In ADC LM98714 the use of SPI to acces the registers is a bit different at the standard.
In an standard SPI protocol we have:
In my code I have a function to transmit the 2 bytes
But in Texas ADC it works as follow:
First of all when I want to write the ADC take the control and send a byte and later it releases the control so that I can send the 2 bytes.
Is this protocol an standard?
Kind regards.