In my design i am using ADS1247 with TM4C1290NCPDT & LM3S5B91.
In my circuit i have permanently make CS low, RESET high & START high.
After SPI initialization i send commands for ADC configuration. Then i read the registers to check the successful writing. and then start the conversion by sending Read Data Continuous command.
But I am unable to write or read from ADC using SPI. The value of reading registers and the conversion result are random.
But then i connect CS with GPIO and after SPI initialization and before sending any command to ADC i just make CS high and then Low(falling edge) and ADC start working properly.
So is CS falling Edge must be required to run ADC works successfully??