What steps will reproduce the problem?
1. noTone(11);
2. program not continuing
3.
Resolution - add line in file pwm.c
in function
void PWM_set_frequency(u32 freq)
{
if(freq==0) freq=1; // <-add this line
_pr3_plus1 = GetPeripheralClock() / freq; // FOSC / PWM Frequency
Original issue reported on code.google.com by adcichy...@gmail.com on 3 Apr 2012 at 8:03
Original issue reported on code.google.com by
adcichy...@gmail.com
on 3 Apr 2012 at 8:03