Pic18f452

Thread Starter

mehmeter3

Joined Dec 19, 2013
13
Hi Everybody,

I'm looking for a C code for PIC18F452 to control a 3-phase rectifier. Any idea where I can find it? Thank you.
 

ErnieM

Joined Apr 24, 2011
8,377
3-phase rectifiers require quite specific code with very tight timing characteristics. Typically it has to be re-written for each and every rectifier it is used on.

Just kidding. 3-phase rectifiers are just a collection of six diodes. WTF are you actually trying to accomplish, cause what you said makes no sense.

And do keep in mind we are not some sort of code repository to pass out code. We will help find examples, but mostly we will help you write your own code.
 

THE_RB

Joined Feb 11, 2008
5,438
Check the PIC18F1230, it has 3 phase PWM outputs built into its hardware.

The microchip page for that PIC will also have appnotes on doing 3 phase control.
 
Top