Page 1 of 1

30F6014A

Posted: Thu Mar 22, 2012 12:12 pm
by saschech@gmx.de
Hello

The chip have 8PWM-chanel OC1 to OC8. V4 for DSPIC support 2.
If I change inside edit pwm component "pwm1 : CCP1" to "pwm1 : CCP8" dos not work in simulation and on the chip.
Is there a way to fix this in v4 for ds-pic,because for equality I must change the pins?

Regards Wolfgang

Re: 30F6014A

Posted: Thu Mar 22, 2012 1:18 pm
by Benj
Hello,

If you need to use the alternate PWM pins in v4 then you will have to use code customisation on the PWM component to switch to the other PWM channel. Simply changing the label in the component properties will not change anything regarding the underlying C code.

v5 should support all PWM channels natively, just working on updating AVR at the moment.