Hi All,
I have a C6748 receiving data from an ADS1299 after I send it individual commands to get data, I am now trying to convert to continuous mode which involves sending one read command out and then reading data periodically when I receive a data ready signal connected to a gpio interrupt.
could someone point me to a code example of how to do this? so when I get an interrupt, I can set the chip select line low, start a train of n pulses on the clock line and then set the chip select high after I have received all the data.
Cheers.