Other Parts Discussed in Thread: C2000WARE
How to change it with a sampling rate of 3.5 MBPS?
PRESENTLY SCENARIO
Presently ADC SAMPLES IN SAMPLING RATE 1MBPS using PWM trigger.CPU FREQUENCY 200MHZ
my prescalar divides by 4
AdcaRegs.ADCCTL2.bit.PRESCALE = 6;
EPwm9Regs.TBPRD = 0x66;
EPwm9Regs.CMPA.bit.CMPA = 0x33;
using this value currently 16 bit mode i will cahnge to 12 bit mode as per data sheet?
what are the other changes while converting as allready my adc channels are differential?should i change it?wether if pwm period reduced to 3.5 times directly wether i can achive 3.5 mbps sampling rate
like say TBPRD 0x66/3.5