Hi,
I am trying to interface ADS8326 using the SPI module in C6748. Previously when I was interfacing ADS8326 through McBSP module, I can configure McBSP to output a periodic CS (Frame Sync) signal with 24 SPI clocks active and 1 clock inactive, so I can receive the ADC data in a certain frequency. But now I don't seem to find a suitable SPI register to do such configuration. Do I need to manually trigger SPI transaction with an interrupt for each data sample transfer?
Thanks,
Jason