Tool/software: Code Composer Studio
Hello Team TI,
When I am working for high frequency converters, how to decide the frequency of different operations and interrupts in F28379D.
For illustration, I am working with 100kHz converter then what should be the sampling frequency of cpu timer (using Nyquist criteria?).
InitCpuTimers(); // Initialize Cpu Timers ConfigCpuTimer(&CpuTimer0, CPUFREQ_MHZ, 100); // Configure Cpu Timer0 to interrupt at specified sampling frequency CpuTimer0Regs.TCR.all = 0x4000; // Start Cpu Timer0
Moreover, after selecting sampling frequncy, what should be the ADC start of conversion signal frequency and acquisition window time period?
I think that the answer should be, Frequency of acquisition window > ADC start of conversion signal frequency > sampling frequency of CPUTImer > operation frequency (epwm frequency). Kindly correct me if I am wrong.