| Author |
Message |
|
chibi41
|
Post subject: six PWM signals using pic18f4550 Posted: Sat Mar 24, 2012 7:02 am |
|
Joined: Sat Mar 24, 2012 6:20 am Posts: 2
|
|
i wonder by using 3 set of pic18f4550 (2 PWM channel) in order to implement six modes pwm signals with 60 degree phase shift..in stead of using pic16f1527 (10 PWM channel) since its hard to get the info and project example regarding to this pic..any idea from any of you?help me..please..
|
|
 |
|
 |
|
Simon Inns
|
Post subject: Re: six PWM signals using pic18f4550 Posted: Sat Mar 24, 2012 9:20 pm |
|
Joined: Thu Apr 01, 2010 6:23 am Posts: 892
|
|
You could use the pic16f to generate the PWM and then use a single 18f4550 or 2550 to act as the USB interface. Simply implementing a serial connection between the two chips would do the trick (like SPI or I2C for example).
|
|
 |
|
 |
|