costaud wrote:1. The new PWM module.
(a) It does not appear possible to achieve 100% pulse width (100% on). I cannot get past around 90% - I've tried frequencies of 1024 and 500 - makes no difference.
(b) There does not appear to be any function to turn off the PWM - which is a problem as once activated, things like controlling fast serial LEDs on another pin become impossible because of the constant interrupts affecting the timing. Can we please have a stop function so that the PWM can be turned on and off. As the source is not available for this we cannot change this ourselves.
About the PWM issue:
1.Dut to the Algorithm , we can provide up to 90 duty at period 1000us(1KHz)
2.Make sure you choosed 80Mhz SPI clock frequency when downloading the firmware.
3.The param freq has been replaced by period, which ranges from 1000us to 10000us.
4.Set the duty of each PWM channle to ZERO , so that the timer would stop and PWM stops.
Statistics: Posted by scargill — Wed Jun 24, 2015 3:31 pm
Statistics: Posted by scargill — Wed Jun 24, 2015 2:46 am
costaud wrote:1. The new PWM module.
(a) It does not appear possible to achieve 100% pulse width (100% on). I cannot get past around 90% - I've tried frequencies of 1024 and 500 - makes no difference.
(b) There does not appear to be any function to turn off the PWM - which is a problem as once activated, things like controlling fast serial LEDs on another pin become impossible because of the constant interrupts affecting the timing. Can we please have a stop function so that the PWM can be turned on and off. As the source is not available for this we cannot change this ourselves.
About the PWM issue:
1.Dut to the Algorithm , we can provide up to 90 duty at period 1000us(1KHz)
2.Make sure you choosed 80Mhz SPI clock frequency when downloading the firmware.
3.The param freq has been replaced by period, which ranges from 1000us to 10000us.
4.Set the duty of each PWM channle to ZERO , so that the timer would stop and PWM stops.
Statistics: Posted by scargill — Wed Jun 24, 2015 2:18 am
costaud wrote:1. The new PWM module.
(a) It does not appear possible to achieve 100% pulse width (100% on). I cannot get past around 90% - I've tried frequencies of 1024 and 500 - makes no difference.
(b) There does not appear to be any function to turn off the PWM - which is a problem as once activated, things like controlling fast serial LEDs on another pin become impossible because of the constant interrupts affecting the timing. Can we please have a stop function so that the PWM can be turned on and off. As the source is not available for this we cannot change this ourselves.
About the PWM issue:
1.Dut to the Algorithm , we can provide up to 90 duty at period 1000us(1KHz)
2.Make sure you choosed 80Mhz SPI clock frequency when downloading the firmware.
3.The param freq has been replaced by period, which ranges from 1000us to 10000us.
4.Set the duty of each PWM channle to ZERO , so that the timer would stop and PWM stops.
Statistics: Posted by scargill — Tue Jun 23, 2015 8:01 pm
Statistics: Posted by costaud — Tue Jun 23, 2015 4:19 pm
(b) Are there plans to add a function to ensure daylight savings (summer/winter time) are taken into account. This is important for an automated installation.
Statistics: Posted by Blackfarmer — Sat Jun 20, 2015 6:05 pm
Statistics: Posted by scargill — Sat Jun 20, 2015 2:16 pm