Hello,
I am using Piccolo f28069 to obtain data from a analog front end chip which has ADC and MUX to it. it has 16 input channels. Now I am using pwm1 to reset the input channel number and start from 1st channel. Pwm2 is used to convert in ADC and pwm3 to switch to next input channel. Now, I am using an ISR(pwm) to receive the data via SPI. the code is working fine with 4 input channles but when I increase the number of input channels to 8, i can see the data of 1st 4 output channels replicated on the next 4 output also?...Can anyone tell me why is this happening?