Page 1 of 1

2 PHASE INTERLEAVED BUCK CONTROLLER

Posted: Sun Oct 06, 2019 4:21 pm
by SILVESTROS9
Hallo to all.
is there an example code, or a way to realize a 2 phase interleaved buck converter for FC8 , as in the design file ( page 8, figure 10 ) below ? It gives the MPLAB X project files, but I would like to realize that with FC8 .

Re: 2 PHASE INTERLEAVED BUCK CONTROLLER

Posted: Sun Oct 06, 2019 5:22 pm
by QMESAR
Hi.
I am afraid that there is no FC components that does this for you with that said, you can do all of this in FC8 by using a C call Icon's and setup
the PIC peripherals as needed .

I have done buck converters in FC 7 using this method
(1) use MPLABX Code configurator to generate you the configurations for the peripherals such as CLC and PWM modules
(2) The code are in the relative header / c files for the modules
(3) copy and paste the code into a C icon where necessary
(4) run the code as usual in FC where needed meaning the driver code such as setting the PWM duty cycle for example

Hope this helps :D

Re: 2 PHASE INTERLEAVED BUCK CONTROLLER

Posted: Sun Oct 06, 2019 6:47 pm
by Steve001
Hi SILVESTROS9

Are you using this for a PSU aplication ? - PDF Not downloading for me

Have you seen Texas Instruments "Web Bench" PSU designer

http://www.ti.com/design-resources/desi ... gner.html#

https://webench.ti.com/power-designer/s ... -regulator

I have used this to design a couple of DCDC Convertors - you can download all the desgin infomation coil winding data BOM's etc.
It Also generates PCB Layouts (Eagle Format)

Steve