Hi,
I have installed CSL to use AD in ezDSP5505. I have tried examples CSL_SAR examples (Polling, Interrupt), programs work fine. By default channel number selected is number 3. I would like to change the channel. I have changed line
status = SAR_chanOpen(&SarObj,CSL_SAR_CHAN_3); for
status = SAR_chanOpen(&SarObj,CSL_SAR_CHAN_0); But after after compiling and executing again, I got the same answer, and the values showed on the screen are really obtained from channel 3.
Channel Number selected 3 How can I cange the Analog Input ? I would like to use a potentiometer to control tunning paramenters in digital filters using GPAIN0,1,2,3. Thanks