2 PHASE INTERLEAVED BUCK CONTROLLER

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
SILVESTROS9
Posts: 115
Joined: Wed Aug 03, 2016 10:45 pm
Has thanked: 24 times
Been thanked: 11 times
Contact:

2 PHASE INTERLEAVED BUCK CONTROLLER

Post 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 .
Attachments
TB3155-Multiphase-Interleaved-PWM-Controller-with-Diode-Emulation-DS90003155B.pdf
(688.19 KiB) Downloaded 191 times

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: 2 PHASE INTERLEAVED BUCK CONTROLLER

Post 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

User avatar
Steve001
Valued Contributor
Valued Contributor
Posts: 1189
Joined: Wed Dec 31, 2008 3:37 pm
Has thanked: 460 times
Been thanked: 523 times
Contact:

Re: 2 PHASE INTERLEAVED BUCK CONTROLLER

Post 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
Attachments
Annotation 2019-10-06 184444.png
(72.81 KiB) Downloaded 593 times
Success always occurs in private and failure in full view.

Post Reply