Hi, I am using MCBSP-SPI( of DSP TMS320C6713) to communicate with ADS8332, and I am successfully able to communicate with ADC for the single channel in Manual Mode - Auto Trigger mode, I am sending the ADCs with following commands
1)0xE4FD( SDI) --> Write CFR
2)0xC000 ( SDI)--> Read CFR and i got 0xF4FD on SDO
3)0x0000( SDI)->READ DATA and i got data on SDO ( for channel 0)
4) Go to step 3
now if i want read 2 channels i ll be sending
1)0xE4FD( SDI) --> Write CFR
2)0xC000 ( SDI)--> Read CFR and i got 0xF4FD on SDO
3)0x0000( SDI)->READ DATA and i got data on SDO
4)0x1000( SDI)->READ DATA and i got data on SDO
5) Go to step 3.
but when I plot the data I am recievng from the steps 3 and 4, it gives me the signal of One of the channels and not the 2 channels,
I want to know whether I am send the commands properly, if not please provide me the proper sequence for
1)ADC to operate in Multichannel mode, Manual mode, auto trigger mode and
2)ADC to operate in Multichannel mode, Auto mode, auto trigger mode.
If anyone has any idea with the working ADS8332 and tapped the O/Ps, please guide me.
Thank you,
Deepa