Other Parts Discussed in Thread: ADS1256
Hi!
I would like to connect an ADS1256 to a C6713 DSK. For this purpose i use the McBSP0.
Im now not shure how i need to configure the McBSP.
How is the Read Data Continuous Mode of the ADS1256 exactly working? The description on Page 35 of the datasheet are not very detailled.
My understanding of this mode is the following:
When i have sent the RDATAC command, the adc wil go into Read Data Continuous mode. It will start to convert, when its finished the DRDY Signal will go low. Now I need to set CS low und clock 24 Bits out of the adc.
If this is the correct, it's not that easy to interface this adc with the 6713 DSK.
I would need to connect the DRDY Signal to an external Interrupt pin and make alle the recieving manually in the external ISR. This can't be the right way.
Can anyone advise me how to set all these things up? At the end i just want an interrupt in the C6713, when there is a new sample to process.