Hello,
I am using a development board that has the K66 processor on it and it is Arduino-compatible; it's called the Teensy 3.6. I am programming it through the Arduino IDE.
I want to read voltage and current of a full bridge converter output using ADC sampling. I created a center-alligned PWM using FTM1 and set ADC1 to be triggered with FTM1 following the application notes AN4410 and AN5142.
My question is should I used both ADC's to read the current and the voltage, or should I use one ADC to read both?
Also, should I synchronize FTM1 with other FTM's that I am using to generate the full bridge PWM signals?
Code is attached.
Thanks in advance